.NET Accounting / Bookkeeping AJAX ASP Audio Services C/C++ CMS Cold Fusion Copywriting CSS Data Entry Data Processing Delphi Electronics Engineering Excel Flash Graphic Design Handheld J2EE Java Javascript Joomla JSP LDAP Legal Advice Link Building Links Linux Logo Design Market Research Marketing MS Access MS SQL mSQL Multimedia MySQL Oracle OsCommerce PDA Perl/CGI Photography Photoshop PHP PostgreSQL Project Management Proofreading Python Ruby/Ruby on Rails Script Installation Security SEO SQL System Admin Telemarketing Training Translation Video Services Virtual Reality Visual Basic Web Promotion Website Design Website Security Windows Wireless Wordpress Writing XHTML XML
Budget: N/A
Category: Multimedia, Script Installation
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:///var/streaming/content/vlc1.sdp}}"}' vlc:quit