Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 377127 - media-video/ffmpeg needs option to specify multicast source interface
Summary: media-video/ffmpeg needs option to specify multicast source interface
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-30 23:33 UTC by Andreas Steinmetz
Modified: 2011-11-09 13:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Steinmetz 2011-07-30 23:33:25 UTC
ffmpeg accepts multicast sources in the form:

udp://239.255.0.1:12345

This is insufficient as the source interface for the multicast stream cannot be specified which is insufficient for multihomed hosts (think VLAN!).

I created a patch against ffmpeg-0.7.1 that allows to specify either the interface address or the interface name. If not specified (form as above) the current behaviour is not changed. Below are two examples with the interface specified:

udp://eth0.9@239.255.0.1:12345
udp://10.1.5.9@239.255.0.1:12345

I submitted an enhancement request and a patch to ffmpeg trac.

The patch can be found here:

https://ffmpeg.org/trac/ffmpeg/ticket/368


Reproducible: Always
Comment 1 Alexis Ballier gentoo-dev 2011-11-09 13:05:12 UTC
imho there's nothing to do on our side, just wait for the patch to be reviewed/included

though i'm not sure trac is the correct way for sending patches upstream

see:
http://ffmpeg.org/contact.html

usually patches are sent to ffmpeg-devel and are reviewed, included or rejected, quite quickly (a matter of hours/days)