Page 1 of 1

The VLC web plugin isn't working in my browsers

Posted: 11 Oct 2014 17:25
by pramod
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

Re: The VLC web plugin isn't working in my browsers

Posted: 11 Oct 2014 19:09
by RSATom

Re: The VLC web plugin isn't working in my browsers

Posted: 21 Oct 2014 10:20
by AllenTrendin
REPLY:The VLC web plugin isn't working in my browsers

Confirm on machine that has plugin dll, so firefox plugin checker is checking against the latest version of the app instead of the version of the plugin and might finding a mismatch with the current version of the plugin.