Its my first time to use VLC v0.8.6c , and I have been on it all day. On my computer, I can flawlessly view the video in IE but in firefox... there's nothing. When I tried to view my streaming live video thru a webpage from another computer, it just doesn't show both on IE and Firefox. Here is a portion of my code (i'm not a professional web developer though)...
<!--[if IE]>
<OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
id="vlc" width="320" height="240" events="False">
<param name="Src" value="http://x.x.x.x:8080" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="TRUE" />
</OBJECT><![endif]-->
<![if !IE]>
<embed type="application/x-vlc-plugin" name="video1" autoplay="yes"
loop="no" width="320" height="240"
target="http://x.x.x.x:8080" /><![endif]>
<![if !IE]>
<script> document.video1.play();</script>
<![endif]>
I tried this on another PC without VLC installed. In IE the plugin doesn't seem to install, while on Firefox... it said that the plugin was not found or unavailable.
Can someone please help me on the codes and the files needed to view my live video from another computer without having expertise? I intend to share my live videos with my families and friends abroad without them having the hassle of installing and configuring softwares in their computers (they're not techie). I would appreciate very much if anyone can help me do this... please.
Thank you very much and happy foruming!
Neko (Philippines)