Code: Select all
cd c:\Program Files\VideoLAN\VLC
vlc -vvv input_stream --sout #transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace}:
standard{access=udp,mux=ts,dst=239.255.12.42,sap,name="TestStream"}
Code: Select all
cd "%PROGRAMFILES%\VideoLAN\VLC"
vlc -vvv input_stream --sout #transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128,deinterlace}:
standard{access=udp,mux=ts,dst=239.255.12.42,sap,name="TestStream"}
It will take place in forum "VLC stream-output (sout)" )viewforum.php?f=4), on the Documentation:Streaming_HowTo wiki page and on the mailing lists (http://www.videolan.org/developers/lists.html).where can i have answers about all the streaming issues
Code: Select all
REM this is a comment
REM Run VLC to play a video file in full screen mode. You will be able to quit it using escape key.
%PROGRAMFILES%\VideoLAN\VLC\vlc.exe -vv "c:\your\vide\file.avi" --fullscreen --key-quit=ESC
REM wait until you press ENTER key iirc
pause
Return to “VideoLAN Server and miniSAPserver”
Users browsing this forum: No registered users and 20 guests