Vlc Install 28.08.08
Hello
I have a debian etch server (32bit) and want to use it for some video-streamings. The idea is, that vlc plays the videos in a loop and output the stream to a .sdp-file.
What I expect is a installable package running on a debian etch server and includes vlc and all dependencies which are needed for this case. Second vlc should be able to play mostly all kind of video-codecs like flv, avi, dv, mpeg, mov, m4v, mp4, wmv, ogg… and so on.
I can’t give you root-access to the server. So I expect the package-file or a tarball and a short howto install manual.
with the following line the stream should be initialized:
vlc test.flv –sout ‘#duplicate{dst=”transcode{width=640,height=480,venc=x264,vcodec=x264,vb=300,acodec=mp4a,ab=128,channels=2,samplerate=44100}:duplicate{dst=rtp{dst=127.0.0.1,port-video=10000,port-audio=10002,sdp=file:///usr/local/WowzaMediaServerPro/content/vlc1.sdp}}”}’ vlc:quit



