Html 用于 RTMP 和支持广告的免费视频播放器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/24748501/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
free video player for RTMP & support ads
提问by wael
I want to stream and play my videos (RTMP) from my custom server.
我想从我的自定义服务器流式传输和播放我的视频 (RTMP)。
- Can anybody let me know any flash player than can play rtmp stream?
- and I want this player supports video Ads :)
- 有人可以让我知道任何可以播放 rtmp 流的 Flash 播放器吗?
- 我希望这个播放器支持视频广告 :)
I took a look on JWPLAYER and FlowPlayer but these are paid solutions
我查看了 JWPLAYER 和 FlowPlayer,但这些是付费解决方案
Thank you in advance.
先感谢您。
回答by Ben
Open source and free player supports ads and rtmp is Video-JS.
开源免费播放器支持广告,rtmp 是Video-JS。
Player homepage: http://www.videojs.com
播放器主页:http: //www.videojs.com
Player plugins: https://github.com/videojs/video.js/wiki/Plugins
播放器插件:https: //github.com/videojs/video.js/wiki/Plugins
Video-js vast plugins: http://theonion.github.io/videojs-vast-plugin/
Video-js 海量插件: http://theonion.github.io/videojs-vast-plugin/
RTMP example: jsfiddle
RTMP 示例:jsfiddle