How to Embedding a live RTSP stream video URL in a webpage

<object

classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"

codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="400"

height="300" id="vlc" events="True">

<param

name="Src"

value="rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/_definst_/mp4:bigbuckbunnyiphone_400.mp4">
 
</param>

<param name="ShowDisplay" value="True"></param>

<param name="AutoLoop" value="no"></param>

<param name="AutoPlay" value="yes"></param>

<embed

type="application/x-google-vlc-plugin"

name="vlcfirefox"

autoplay="true"

showdisplay="True"

loop="no"

width="400"

src="rtsp://mpv.cdn3.bigCDN.com:554/bigCDN/_definst_/mp4:bigbuckbunnyiphone_400.mp4"

height="300">

</embed>

</object>

Comments

Post a Comment

Popular posts from this blog

How to Install AnyDesk remote desktop client on Ubuntu

How to install Jaspersoft Studio on Eclipse

What is Advanced Encryption Standard (AEC) and online tool to encrypt and decrypt data using AEC.