Page 1 of 1

Browser don´t display video!...

Posted: 04 Sep 2008 10:51
by carlosabdomingos
I have the VLC working! I configure the Open Capture Device, when I said what is the webcam.

You can see the customize:
dshow:// :dshow-vdev="Logitech QuickCam Messenger" :dshow-adev="Logitech Microphone (Messenger)" :dshow-size="" :dshow-caching=200 :dshow-chroma="" :dshow-fps=0.000000 :dshow-config :no-dshow-tuner :dshow-tuner-channel=0 :dshow-tuner-country=0 :dshow-tuner-input=0 :dshow-video-input=-1 :dshow-audio-input=-1 :dshow-video-output=-1 :dshow-audio-output=-1
Next, I have a local web when the VLC.html page as the following code:
<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>
When in Firefox ou IE I open the http://127.0.0.1/VLC.htm, i don't see anything (in firefox I have a black square with the text (no video))!

The error message in IE:

Image Translate: ('vlc.audio' is null or is not a object)

Re: Browser don´t display video!...

Posted: 04 Sep 2008 11:53
by carlosabdomingos
One more thing:

I want streaming video in real time (with usual delay)!