我尝试使用chromecast自定义接收器播放hls(mpeg2ts)。但是chromecast不会播放它。
1. reciever : https://github.com/googlecast/Cast-Media-Player-Library-Sample
2. content : http://14.63.214.241/hlstest/hlstest.m3u8chromecast加载了每个ts文件。(设备工具->网络)
控制台不显示错误日志(设备工具->控制台)
知道它可能出了什么问题吗?
发布于 2014-08-07 05:15:11
也许你错过了CORS (https://developers.google.com/cast/docs/player)。我使用CORS和Styled Media Receiver对你的内容流进行了快速测试。它可以在我的Chromecast上运行。我能看到足球比赛:-)。
https://stackoverflow.com/questions/25155257
复制相似问题