Click here to Skip to main content
15,885,244 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a web application that plays rtsp, rtmp links. I am using vlc plugin to play the streams. my code is:
<embed id="vlc" width="90%" height="90%" target="rtsp://122.22.55.54 /live/007"     version="VideoLAN.VLCPlugin.0.1.4" pluginspage="http://www.videolan.org" type="application/x-vlc-plugin">

The same page is working fine and playing streams on PC across all browsers But it is not working when I access the same page on Android based device. It gives me an error: "chrome for android doesn't support this plugin". While I have installed vlc player along with plugin in android but I am still unable to solve the problem. Please help me how to play the streams on Android browsers. Thanks.
Posted
Updated 12-May-20 23:26pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900