The VLC web plugin isn't working in my browsers
Posted: 11 Oct 2014 17:25
I am trying to display live video stream in my browser from RTSP server and below code shows how i am trying to achieve, but the vlc web plugin doesn't displays live stream video . The vlc web plugin displays plugin blocked in chrome browser and doesn't play any live video from RTSP server in firefox and chrome browser. So please help me to display live video stream in vlc player embedded in asp.net webpage.
//code for displaying live video stream from rtsp server
<object type="application/x-vlc-plugin" data="rtsp://admin:12345@192.0.1.100/mpeg4/ch1/main/av_stream" width="400" height="300" id="video1">
<embed type="application/x-vlc-plugin" name="video1"
autoplay="no" loop="no" width="400" height="300"
target="rtsp://admin:12345@192.0.1.100/mpeg4/ch1/main/av_stream" />
<a href="rtsp://admin:12345@192.0.1.100/mpeg4/ch1/main/av_stream">Download Video1</a>
</object>
Thanks in advance for any suggestion and help.
Thanks:
Pramod M
//code for displaying live video stream from rtsp server
<object type="application/x-vlc-plugin" data="rtsp://admin:12345@192.0.1.100/mpeg4/ch1/main/av_stream" width="400" height="300" id="video1">
<embed type="application/x-vlc-plugin" name="video1"
autoplay="no" loop="no" width="400" height="300"
target="rtsp://admin:12345@192.0.1.100/mpeg4/ch1/main/av_stream" />
<a href="rtsp://admin:12345@192.0.1.100/mpeg4/ch1/main/av_stream">Download Video1</a>
</object>
Thanks in advance for any suggestion and help.
Thanks:
Pramod M