[vlc-devel] How to make vlc streaming transport RTP through another socket library?
Anand Anand
taknevski at gmail.com
Thu Oct 25 08:59:48 CEST 2007
Hi,
You can take a look at modules/access/udp.c which implements rtp... the
sockets part are implemented in a file ipv4.c which i think is in
modules/network/ipv4.c.. it uses multicast reception by using setsockopt..
Cheers,
Anand
On 10/25/07, li gh <smthlight at gmail.com> wrote:
>
> Hello, everyone:
>
> I am working on project about using overlay network to improve
> quality of live streaming. We have implemented a socket library with a
> similar interface as the BSD socket.
> I am considering doing some changes in vlc streaming, let vlc
> transport RTP packets through our own socket library. I'm a rookie to vlc.
> Anyone has some suggestion about HOW should I get to start? Is there any
> interface in vlc supporting extention of network transporting?
>
> Thanks a lot.
>
> Guanghua Li
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20071025/173416fd/attachment.html>
More information about the vlc-devel
mailing list