Step by step...
Posted: 04 Sep 2008 18:26
Hello!
I have read the manual VideoLan Streaming Howto, but i can make streaming for a webcam, in a real time!
I can see in real time the images from the webcam in VLC, but i can see into browser...
I have a intranet in my PC for tests. I have a page with the following code:
Configuration:
The VLC working:
Appears the image...
Firefox result:
IE result:
Error message:
Opera result:
I have IIS, working in windows XP SP2. The webcam in connected in this computer!
I have miss some step?
I have read the manual VideoLan Streaming Howto, but i can make streaming for a webcam, in a real time!
I can see in real time the images from the webcam in VLC, but i can see into browser...
I have a intranet in my PC for tests. I have a page with the following code:
The screens:<html>
<title>VLC Mozilla plugin test page</title>
<body>
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2"
width="640"
height="480"
id="vlc">
</embed>
<script language="Javascript">
<!--
var vlc = document.getElementById("vlc");
vlc.audio.toggleMute();
!-->
</script>
</body>
</html>
Configuration:
The VLC working:
Appears the image...
Firefox result:
IE result:
Error message:
Opera result:
I have IIS, working in windows XP SP2. The webcam in connected in this computer!
I have miss some step?