i am trying to embed vlc player in a web page. what is the best way to do it. actually i have to stream a video file using vlc and show it on the web page so that other users logging to my site could see that video. i have tried various snippts but unable to embed it. any help will be greatly appreciated. Thanks
Personal Web Page To add the VLC media player you must first use the coding "<embed type="application/x-vlc-plugin" and then add perimeters for the link and stream. Different options include "autoplay," "width," "height" and navigation functions.
Re: Is there any HTML code for VLC player? Yes. But keep in mind that website readers need to have installed VLC with its web plugins to use it.
HTML way, make sure when u install VLC, u install Mozilla plug-in or ActiveX control stuff for (FF, IE or Chrome)
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="100%" height="100%" id="vlc" loop="yes" autoplay="yes" target="http://10.1.2.201:8000/"></embed>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With