我想使用Cast Companion Library Android将HLS Live流投射到Cast设备。我尝试了网址但无法在Cast设备上播放。使用VOD HLS URL时,视频可以在Cast设备上播放。
我已经更改了streamType:MediaInfo.Builder(url).setStreamType(MediaInfo.STREAM_TYPE_LIVE)
或者我必须改变的其他任何事情?
这是我要投射的直播网址:http://live.streamingfast.net/livech1.m3u8
如何使用Cast Companion Library Android投射HLS Live流?请帮忙...... ???
由于
答案 0 :(得分:2)
当您遇到此类问题时,您需要在控制台中打开调试以查看问题所在。如果您这样做,您会注意到您的流缺少必需的CORS标头:
XMLHttpRequest cannot load http://live.streamingfast.net/hls-live/livepkgr/_definst_/liveevent/live-ch1-3.m3u8. No 'Access-Control-Allow-Origin' header is present on the requested resource.