[MPlayer-dev-eng] [PATCH] Support source specific multicast

Jerome Duval jeromed at bluestreaktech.com
Wed Jul 14 02:23:54 CEST 2010


Hello,
The attached patch implements support for source specific multicast with the following syntax: udp://source_ip@multicast_address. The original multicast code uses IP_ADD_GROUP, so I stuck with that instead of using MCAST_JOIN_GROUP.

The patch also slightly modifies the url parsing to code to not actually create an empty string username when a url like udp://@multicast_address is passed. It also adds a sourcename pointer to the Url_t structure.

Jerome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: source_specific_multicast_support.patch
Type: application/octet-stream
Size: 5993 bytes
Desc: source_specific_multicast_support.patch
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100713/a03095ed/attachment.obj>


More information about the MPlayer-dev-eng mailing list