i try to put my rtsp stream into code for my website, but it's only working for internet explorer, not for other browsers.... any solution ?
...on ipcamlive.com they can change it to an iframe code, i test it, its working, but i have to pay for it....
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="640" height="480" id="vlc" events="True">
<param name="Src" value="rtsp://stream:stream1@4c11bfabc52e.dahuaddns.com:554/cam/realmonitor?channel=1&subtype=1" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />
<embed id="vlcEmb" type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" autoplay="yes" loop="no" width="640" height="480"
target="rtsp://stream:stream1@4c11bfabc52e.dahuaddns.com:554/cam/realmonitor?channel=1&subtype=1" ></embed>
</OBJECT>