[vlc] Multicast over IPv6?

David Balažic xerces9 at gmail.com
Mon May 13 23:45:22 CEST 2013


Those values do not work for me (windows to windows).
I'll try Linux later.


On 8 May 2013 19:32, Alissa Hinrichs <rantikofel at googlemail.com> wrote:

> > In short:
> > send: vlc video.avi --sout udp://[FF7E:120:2001:222::1111]:1234 --loop
> > receive: vlc udp://[FF7E:120:2001:222::1111]:1234
>
> I cannot stream with that address too ( Win -> Linux)
>
> The following works (i am restreaming something from DVBviewer):
> send (Win): vlc -vvv http://127.0.0.1:7522/upnp/channelstream/0.ts
> --ipv6 --sout udp:[ff02:120:2001:222::1111] --ttl 12
> receive (Linux): vlc -vvv --ipv6 udp://@[FF02:120:2001:222::1111%eth0]
>
> ff02:: seems to work, other multicast (ff97) gets transmitted too but
> somehow VLC wouldnt bind to that port on the receiver (bug?)
>
> Notice:
> - no Interface "%<number>" on Windows when sending (see msinfo32 for
> numbering) needed
> - Interface "%<interfacename>" on Linux when sending required
> - Interface when receiving required
> - notice the "@" dunno what that is about but without its not working
> - ttl might be important
>
> PS: RTP works too
>
> vlc -vvv http://192.168.1.2:7522/upnp/channelstream/0.ts --sout
> '#rtp{mux=ts,dst=ff02::100%eth0,port=5004,sap,sap_ipv6,name="TestStream"}'
>
> But dynamic service announcement (SAP/SDP) isn't shown in XBMC - only
> if i use IPv4. I think I am missing something there
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20130513/a94a4242/attachment.html>


More information about the vlc mailing list