I have been trying playing rtsp source files in my web page. I have googled it on net and found that adding VLC activex plugin
can do the trick. i have used following code to achieve this and its working so far ..
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab"
width="640" height="480" id="vlc" events="True">
<param name="Src" value="rtmp://192.168.0.102/vod/20141022_162503.mp4" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="False" />
</object>
Now I just want to improve the look and feel of the player. Is there is any way I can add some skin files to it or by some other way.
Vlc Web Plugins has no skinnig capabilities. Absolutely. So if you need something like this, you have following options:
If you want to know what WebChimera is - just google it, you will find it on the first page of seach output.
P.S.: WebChimera based on libvlc and supports Win/Mac/Linux platforms