在HTML中嵌入vlc播放器 [英] embed vlc player in HTML

查看:1323
本文介绍了在HTML中嵌入vlc播放器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图在网页中嵌入vlc播放器。什么是最好的方式来做到这一点。
实际上我必须使用vlc流式传输视频文件并将其显示在网页上,以便
其他用户登录我的网站可以看到该视频。
我尝试了各种snippts,但无法嵌入它。任何帮助将不胜感激。
谢谢

解决方案

HTML方式,请确保您安装VLC时,安装Mozilla插件或ActiveX控件对于(FF,IE或Chrome)

 < embed type =application / x-vlc-pluginpluginspage =http ://www.videolan.orgversion =VideoLAN.VLCPlugin.2width =100%height =100%id =vlcloop =yesautoplay =yestarget =http: //10.1.2.201:8000/\"></embed> 


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

解决方案

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>

这篇关于在HTML中嵌入vlc播放器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆