I am streaming using VLC over an IPv6 network. The server side is working fine however for the client, it doesn't send any IPv6 Multicast Listener Reports when I open the stream.
I have checked on Wireshark and there are no Multicast Listener Reports being sent for the multicast address. Any suggestions?
I am using VLC 3.0.18 Vetinari on Rocky 8.7.
I've tried on both CLI and GUI - here's the CLI output showing the addressing seems to be ok:
[00007f678401ac30] main input debug: `rtp://[ff0a::a]:1234' gives access `rtp' demux `any' path `[ff0a::a]:1234'
[00007f679000c4e0] main input source debug: creating demux: access='rtp' demux='any' location='[ff0a::a]:1234' file='(null)'
[00007f679000ec50] main demux debug: looking for access_demux module matching "rtp": 20 candidates
[00007f679000ec50] main demux debug: net: opening ff0a::a datagram port 1234
[00007f679000ec50] main demux debug: using access_demux module "rtp"
Thanks in advance.
Jeff