我在jsfiddle中设置了正常的jwplayer。
Link : https://jsfiddle.net/hiteshbhilai2010/nL9tazxo/12/
但它在视频播放器屏幕中抛出错误。
请帮我调试这个问题
不知道为什么会发生 Flash 插件不支持错误,但我将主播放器模式更改为显式为 html5,这为您解决了这里的问题。
https://jsfiddle.net/simsketch/nL9tazxo/14/
jwplayer("player-widget-container").setup({
file: "http://182.70.125.99/edge360/videos/cam1/fast.mp4",
title: "title",
width: 500,
height: 300,
primary: 'html5'
});
希望这有帮助!
注意:在 jsfiddle 上,您不需要像在示例中那样包含 jquery 或 doc ready 包装器。