[vlc] IPv6 SDP
Antonio Pinizzotto
antonio.pinizzotto at iit.cnr.it
Mon Jun 5 18:56:16 CEST 2006
Hi all.
I need to create an SDP file to be used to join an IPv6 multicast streaming.
I used the following command:
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --reset-config
"C:\sample.avi" --sout "#transcode:rtp" --sout-transcode-vcodec="mp4v"
--sout-transcode-vb="768" --sout-transcode-acodec="mp4a"
--sout-transcode-ab="128"
--sout-rtp-dst="[ff7e:e40:2001:760:4000:ffff:0:12]"
--sout-rtp-sdp="http://192.168.100.10/sample_v6.sdp"
The sdp file is created (on http server), but when it is used by a VLC
client it doesn't work (both hosts are WinXP).
-------
Note 1:
-------
- The IPv4 version of the same command works fine:
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --reset-config
"C:\sample.avi" --sout "#transcode:rtp" --sout-transcode-vcodec="mp4v"
--sout-transcode-vb="768" --sout-transcode-acodec="mp4a"
--sout-transcode-ab="128" --sout-rtp-dst="233.0.137.101"
--sout-rtp-sdp="http://192.168.100.10/sample_v4.sdp"
-------
Note 2:
-------
- The IPv6 link is OK. In fact, with the following command it works fine
(SAP used instead of SDP):
"C:\Program Files\VideoLAN\VLC\vlc.exe" -vvv --reset-config
"C:\sample.avi" --sout
"#transcode{vcodec=mp4v,vb=768,scale=1,acodec=mp4a,ab=128,
channels=2}:duplicate{dst=std{access=rtp,mux=ts,
dst=[ff7e:e40:2001:760:4000:ffff:0:12]:1234,sap,name=\"Test\"}}"
Do you have any idea?
Thanks!
Antonio
--
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
More information about the vlc
mailing list