Mac OSX VLC 2.0 fails to play UDP multicast stream
Opening a UDP/TS by utilizing the open network results in:
Your input can't be opened VLC is unable to open the MRL 'udp://@233.81.233.161:10294'. Check the log for details.
Wireshark tells me no actual join is being performed
LOG relevance:
main debug: Creating an input for 'udp/ts://@233.81.233.161:10294'
main debug: using timeshift granularity of 50 MiB, in path '/tmp'
main debug: `udp/ts://@233.81.233.161:10294' gives access `udp' demux `ts' path `@233.81.233.161:10294'
main debug: creating demux: access='udp' demux='ts' location='@233.81.233.161:10294' file='(null)'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "udp"
main debug: TIMER module_need() : 0.138 ms - Total 0.138 ms / 1 intvls (Avg 0.138 ms)
main debug: creating access 'udp' location='@233.81.233.161:10294', path='(null)'
main debug: looking for access module: 1 candidate
access_udp debug: opening server=:0 local=233.81.233.161:10294
main debug: net: opening 233.81.233.161 datagram port 10294
main error: cannot join multicast group: Can't assign requested address
access_udp error: cannot open socket
main debug: no access module matching "udp" could be loaded
main debug: TIMER module_need() : 0.831 ms - Total 0.831 ms / 1 intvls (Avg 0.831 ms)
main error: open of `udp/ts://@233.81.233.161:10294' failed
main debug: dead input
Edited by Rémi Denis-Courmont