Note that there are some explanatory texts on larger screens.

plurals
  1. POViewing IP camera via embedded VLC
    primarykey
    data
    text
    <p>Hey all i am having some problems with viewing a stream from the IP camera via its CGI commands:</p> <pre><code> http://192.168.1.99:99/videostream.cgi?user=UNhere&amp;pwd=PWhere&amp;resolution32=&amp;rate=0 </code></pre> <p>When creating the HTML page for the embedded code it looks like this:</p> <pre><code>&lt;html&gt; &lt;head&gt;&lt;title&gt;Demo of VLC&lt;/title&gt;&lt;/head&gt; &lt;h1&gt;Demo of VLC mozilla plugin - Example 1&lt;/h1&gt; &lt;script type="text/javascript"&gt; function mute() { vlc.audio.toggleMute(); } function play() { vlc.playlist.play(); } function stop() { vlc.playlist.stop(); } function pause() { vlc.playlist.togglePause(); } &lt;body &gt; &lt;!--[if IE]&gt; &lt;object type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" id="vlc" width="720px" height="540px" events="True" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" &gt; &lt;param name="MRL" value="http://192.168.1.99:99/videostream.cgi?user=UNhere&amp;pwd=PWhere&amp;resolution32=&amp;rate=0" /&gt; &lt;param name="volume" value="50" /&gt; &lt;param name="autoplay" value="false" /&gt; &lt;param name="loop" value="false" /&gt; &lt;param name="fullscreen" value="false" /&gt; &lt;/object&gt; &lt;![endif]--&gt; &lt;!--[if !IE]&gt;&lt;!--&gt; &lt;object type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" id="vlc" width="720px" height="540px" events="True" &gt; &lt;param name="MRL" value="http://192.168.1.99:99/videostream.cgi?user=UNhere&amp;pwd=PWhere&amp;resolution32=&amp;rate=0" /&gt; &lt;param name="volume" value="50" /&gt; &lt;param name="autoplay" value="false" /&gt; &lt;param name="loop" value="false" /&gt; &lt;param name="fullscreen" value="false" /&gt; &lt;/object&gt; &lt;!--&lt;![endif]--&gt; &lt;/div&gt; &lt;br /&gt; &lt;/div&gt; &lt;iframe name="action_zone" style="display:none"&gt;&lt;/iframe&gt; &lt;div id="controls"&gt; &lt;input type="button" onclick="play()" value="Play" /&gt; &lt;input type="button" onclick="pause()" value="Pause" /&gt; &lt;input type="button" onclick="stop()" value="Stop" /&gt; &lt;input type="button" onclick="mute()" value="Mute" /&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>Now if i load up that page using IE9 it asks me to enabled blocked content and once i do i can play the stream just fine with the page above. However, loading the same page up using webbrowser1 control in vb.net results in nothing being played or asked to have permission.</p> <p>So my question is: How can i reproduce the same results when loading it up in IE9 standalone in my VB.net app? I just dont get what its doing wrong in the .net VS the standalone IE9?</p> <p>I've enabled every activex/script/java in the internet options that i know how too and it still produces nothing in the .net app.</p> <p>Here is a screen shot with it inside IE9 standalone: <img src="https://i.stack.imgur.com/s3G5g.jpg" alt=""></p> <p>Here is the .net version of the same page: <img src="https://i.stack.imgur.com/qkWnb.jpg" alt=""> Any help would be great!</p> <p>David</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload