html - Black Screen in fire fox with RTSP source stream -
i trying display rtsp stream camera ,url of stream thing this
rtsp://dl:dd@12.0.0.23:88/videomain
by referencing post
http://stackoverflow.com/questions/2245040/how-can-i-display-an-rtsp-video-stream-in-a-web-page
i trying display video shown below
<!doctype html public "-//w3c//dtd html 4.01 frameset//en" "http://www.w3.org/tr/html4/frameset.dtd"> <body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0"> <div id="cctv-container"> <object classid="clsid:9be31822-fdad-461b-ad51-be1d1c159921" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" id="vlc" events="true" width="640" height="480"> <param name="src" value="rtsp://riteshranjan:ranjan007@12.0.0.33:88/videomain"/> <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" target="rtsp://riteshranjan:ranjan007@12.0.0.33:88/videomain" width="640" height="480"/> </object> </div> </body>
did reading on rtsp ,not sure should value of code base
did not found doc explains parameters of object tag
in bowser getting thing this
not sure why going on or doing wrong stuck please provide guideline proceed forward
Comments
Post a Comment