Opened 13 years ago
Last modified 6 years ago
#368 new enhancement
enable interface selection for udp multicast on ipv6
Reported by: | A. Steinmetz | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avformat |
Version: | git-master | Keywords: | udp |
Cc: | Michael Niedermayer, Marton Balint | Blocked By: | |
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
In case of udp multicast ffmpeg binds to the default interface which will quite often be wrong on multihomed hosts. The auth field of the udp uri is now used to optionally specify the interface address or name to select the interface.
Attachments (1)
Change History (6)
by , 13 years ago
Attachment: | ffmpeg-0.7.1-multicastif.patch added |
---|
comment:1 by , 12 years ago
Keywords: | udp added |
---|---|
Priority: | normal → wish |
comment:2 by , 9 years ago
whats the status of this ?
is this still open?
if so why does noone update the patch ...
comment:3 by , 9 years ago
Cc: | added |
---|
comment:4 by , 6 years ago
Cc: | added |
---|---|
Summary: | enable interface selection for udp multicast → enable interface selection for udp multicast on ipv6 |
For IPv4 this should work fine using the ?localaddr option.
comment:5 by , 6 years ago
Version: | 0.7.1 → git-master |
---|
Note:
See TracTickets
for help on using tickets.
The patch does not apply anymore to current git head, whoever wants to work on this, please also send the patch to ffmpeg-devel where patches typically receive more attention.