<div dir="ltr"><div>Those values do not work for me (windows to windows).<br></div>I'll try Linux later.<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 8 May 2013 19:32, Alissa Hinrichs <span dir="ltr"><<a href="mailto:rantikofel@googlemail.com" target="_blank">rantikofel@googlemail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">> In short:<br>
> send: vlc video.avi --sout udp://[FF7E:120:2001:222::1111]:1234 --loop<br>
> receive: vlc udp://[FF7E:120:2001:222::1111]:1234<br>
<br>
</div>I cannot stream with that address too ( Win -> Linux)<br>
<br>
The following works (i am restreaming something from DVBviewer):<br>
send (Win): vlc -vvv <a href="http://127.0.0.1:7522/upnp/channelstream/0.ts
--ipv6" target="_blank">http://127.0.0.1:7522/upnp/channelstream/0.ts<br>
--ipv6</a> --sout udp:[ff02:120:2001:222::1111] --ttl 12<br>
receive (Linux): vlc -vvv --ipv6 udp://@[FF02:120:2001:222::1111%eth0]<br>
<br>
ff02:: seems to work, other multicast (ff97) gets transmitted too but<br>
somehow VLC wouldnt bind to that port on the receiver (bug?)<br>
<br>
Notice:<br>
- no Interface "%<number>" on Windows when sending (see msinfo32 for<br>
numbering) needed<br>
- Interface "%<interfacename>" on Linux when sending required<br>
- Interface when receiving required<br>
- notice the "@" dunno what that is about but without its not working<br>
- ttl might be important<br>
<br>
PS: RTP works too<br>
<br>
vlc -vvv <a href="http://192.168.1.2:7522/upnp/channelstream/0.ts" target="_blank">http://192.168.1.2:7522/upnp/channelstream/0.ts</a> --sout<br>
'#rtp{mux=ts,dst=ff02::100%eth0,port=5004,sap,sap_ipv6,name="TestStream"}'<br>
<br>
But dynamic service announcement (SAP/SDP) isn't shown in XBMC - only<br>
if i use IPv4. I think I am missing something there<br>
</blockquote></div><br></div>