[vlc-devel] Re: Multicast udp streaming from playlist - problems
Dermot McGahon
dermot at dspsrv.com
Wed Sep 1 14:53:56 CEST 2004
On Tue, 31 Aug 2004 22:56:07 +0200, Derk-Jan Hartman
<hartman at videolan.org> wrote:
> this is easy I think. You are not using the latest Subversion version ar
> you?
No :)
Not yet.
> From livedotcom.cpp:
> int fd = sub->rtpSource()->RTPgs()->socketNum();
>
> The VLC plugin always expects there to be a rtpSource()
> In the kasenna situation however, there is only a readSource and not
> it's child (a rtpSource) available.
> This is fixed with a if( sub->rtpSource() ) in the current development
> version.
Yes, this is it!
I changed the mplayer glue code to use a readSource instead
of an rtpSource for Kasenna. I'll do something similar for
livedotcom.cpp
Thank you very much.
Dermot.
--
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list