有效的Adobe Scene7网址产生'加载播放器时出错:找不到可播放的来源'

时间:2016-02-02 14:38:06

标签: javascript html video adobe jwplayer

创建一个将Scene7视频注入JWPlayer脚本的应用程序,但看起来JWPlayer无法播放视频URL,尽管URL本身直接链接到视频,这可能是因为Scene7没有给我一个视频以.mp4等结尾的网址

以下是相关的代码段:

<script src="https://jwpsrv.com/library/6qcWCLNWEeS4Ig4AfQhyIQ.js"></script><div id="jwplayer_gK8G1wBJrmNLGlA">Loading the player...</div><script type="text/javascript">jwplayer('jwplayer_gK8G1wBJrmNLGlA').setup({
"sources": [
{
"file": "https://sonyglobal.scene7.com/is/content/gwtvid/MDR-100AAP_Lifestyle-Video_1280x720_2000K",
"label": "sd"
},
{
"file": "https://sonyglobal.scene7.com/is/content/gwtvid/MDR-100AAP_Lifestyle-Video_1280x720_2000K",
"label": "hd"
},
{
"file": "https://sonyglobal.scene7.com/is/content/gwtvid/MDR-100AAP_Lifestyle-Video_1280x720_2000K",
"label": "hls"
},
{
"file": "https://sonyglobal.scene7.com/is/content/gwtvid/MDR-100AAP_Lifestyle-Video_1280x720_2000K",
"label": "mobile"
}
],
"width": 640,
"height": 360
});</script>

知道为什么这不起作用?如果是由于没有文件扩展名。有没有办法在Adobe Scene7的一边显示它?

谢谢, 查理

1 个答案:

答案 0 :(得分:2)

如果您知道您的文件采用支持的格式,则可以使用类型配置选项强制播放器将文件识别为该格式。有关详细信息,请参阅“配置选项参考”。

https://support.jwplayer.com/customer/portal/articles/1413113-configuration-options-reference

播放列表[]。来源[]。式 媒体类型的来源。仅在文件属性不包含可识别的文件扩展名(例如mp4的.mp4)时才需要。 “媒体格式参考”列出了所有支持的类型。

https://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference