crazy, vlc streaming line problem
Posted: 02 Feb 2005 04:11
who can tell me the difference between these two cmd:
1, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout "#rtp" --sout-rtp-dst="239.10.10.10" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:/Program Files/Darwin Streaming Server/Movies/vlc.sdp"
2, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout '#rtp{dst=239.10.10.10, ttl=127, sdp="C:\Program Files\Darwin Streaming Server\Movies\vlc.sdp"}'
the first one could run, and i can connect this live streaming through dss.
the second one could not work?
what is the difference between these two kinds of streaming?
1, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout "#rtp" --sout-rtp-dst="239.10.10.10" --sout-rtp-ttl="127" --sout-rtp-sdp="file://C:/Program Files/Darwin Streaming Server/Movies/vlc.sdp"
2, vlc.exe -vvv --reset-config c:\upload\okok.mp4 --sout '#rtp{dst=239.10.10.10, ttl=127, sdp="C:\Program Files\Darwin Streaming Server\Movies\vlc.sdp"}'
the first one could run, and i can connect this live streaming through dss.
the second one could not work?
what is the difference between these two kinds of streaming?