【发布时间】:2019-10-18 09:48:27
【问题描述】:
我从这里下载了 amazon fire tv 的网络入门套件
https://github.com/amzn/web-app-starter-kit-for-fire-tv
并使用“simple-live”示例应用程序
我无法将电影导入 HLS。给我这个错误
ErrorType : 视频播放错误 ErrorMessage : 视频源不 可用或受支持的 ErrorStack : ErrorHandler/this.genStack@http://localhost:6881/js/error-handler.js:172:21 PlayerView/this.errorHandlerhttp://localhost:6881/js/player-view.js:173:57
时间戳:2019 年 10 月 18 日星期五 11:31:02 GMT+0200(Ora legale dell'Europa centrale)
我们应用中的 hls 电影效果很好
"media": [
{
"id": "live-id-1",
"title": "test",
"thumbURL": "assets/l11.jpg",
"imgURL": "assets/nasa-logo.jpg",
"videoURL": "/m3u8/xxxxx.m3u8",
"type": "video-live",
"alwaysLive": true,
"description": "test"
},
有人遇到过同样的问题吗?
【问题讨论】:
标签: jquery http-live-streaming m3u8 amazon-fire-tv