Live video stream to web site, many questions
Posted: 17 Mar 2009 21:17
Hi all.
If VLC can do what I need, then it will be a lifesaver for me.
I have an IP security cam with a built in webserver. I would like to be able to use VLC in order to stream the live video from the IP cam to a website. Reading the documentation, it appears that using a command line setup something like this (I got this from the manual):
% vlc -vvv input_stream --sout '#transcode{vcodec=mpeg4,vb=800,ab=128}:
standard{access=http,mux=ogg,dst=server.example.org:8080}'
Assuming this will work (or please tell me if it won't), I have some questions:
If VLC can do what I need, then it will be a lifesaver for me.
I have an IP security cam with a built in webserver. I would like to be able to use VLC in order to stream the live video from the IP cam to a website. Reading the documentation, it appears that using a command line setup something like this (I got this from the manual):
% vlc -vvv input_stream --sout '#transcode{vcodec=mpeg4,vb=800,ab=128}:
standard{access=http,mux=ogg,dst=server.example.org:8080}'
Assuming this will work (or please tell me if it won't), I have some questions:
- - How do I get VLC to see the ip cam to stream it?
- What do 'vb' and 'ab' mean in that command string?
- What is the most stable and best performing vcodec and encapsulation methods to use for such a setup? I would like to have audio as an option, but it is not required and most of the time there will be no audio on this stream.
- Do I need to have this running on the same machine that runs the apache webserver for the website I want to broadcast it on?