Streaming webcam to a webserver
Posted: 13 Jul 2007 00:48
Dear all,
I have a computer running on Linux Ubuntu with Apache HTTP server and VLC installed.
I would like to stream my webcam on a web page hosted on this computer using VLC.
1. which is the command that I need to send to start the streaming to the apache server?
2. which ports do I need to open on the firewall?
3. Which is the html code to visualize the webcam
for the Windows Media Player plugin the html code is:
<OBJECT id="Player" width="320" height="240" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<PARAM NAME="URL" VALUE="mms://sourceip:port">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="full">
<PARAM name="PlayCount" value="9999">
<PARAM NAME="stretchtofit" value="true">
</OBJECT>
Thanks a lot for your help
Federico
I have a computer running on Linux Ubuntu with Apache HTTP server and VLC installed.
I would like to stream my webcam on a web page hosted on this computer using VLC.
1. which is the command that I need to send to start the streaming to the apache server?
2. which ports do I need to open on the firewall?
3. Which is the html code to visualize the webcam
for the Windows Media Player plugin the html code is:
<OBJECT id="Player" width="320" height="240" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
<PARAM NAME="URL" VALUE="mms://sourceip:port">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="full">
<PARAM name="PlayCount" value="9999">
<PARAM NAME="stretchtofit" value="true">
</OBJECT>
Thanks a lot for your help
Federico