Chapter 12. Streaming over IPv6
UDP/RTP Multicast option, and specify the multicast address to subscribe to inside square brackets. The IPv6 addresses
syntax is the same as that explained in the Streaming over IPv6 section of this chapter.
From the command line
IPv6 is used automatically if available (with version 0.8.6 or more).
% vlc -vvv --ipv6 rtp://@[ff08::1]:5004
Note: Under Unix/Linux, you may have to protect the square brackets around the IPv6 address:
% vlc -vvv -rtp:@//\[ff08::1\]:5004
Note: You may have to specify the output network interface:
% vlc -vvv rtp://@[ff02::1%eth0]:5004 --ttl 12
where eth0 is the name of the network interface (under Linux the network interfaces are named ethX , under Mac OS X
it’s enX and under Windows it’s X , where X is the appropriate number).
55
Comentários a estes Manuais