Exoplayer转换实现在2019年7月有效,但在本月(2019年10月)不更改任何代码就无法正常运行,有人知道发生了什么吗

时间:2019-10-18 10:40:38

标签: android casting chromecast exoplayer

我已经在2019年7月通过exoplayer cast扩展实现了exoplayer,并且在2019年8月对我的客户来说一切都很好:
https://github.com/google/ExoPlayer/tree/release-v2
https://github.com/google/ExoPlayer/tree/release-v2/extensions/

dependencies {
   implementation 'com.google.android.exoplayer:exoplayer-dash:2.9.6'
   implementation 'com.google.android.exoplayer:extension-cast:2.9.6'
}

但是突然之间,我本月(2019年10月)在我的chromecast上对其进行了测试,但它不再起作用了。
Exoplayer仍在播放视频,但未检测到任何Chromecast。
我的chromecast仍可与Youtube演员表或Netflix演员表一起使用。

我的代码自8月以来没有更改。
有人经历过同样的事情,或者对正在发生的事情有一个线索?

1 个答案:

答案 0 :(得分:0)

当前,我正在使用以下版本,CastPlayer仍在工作。你尝试过吗?

compile 'com.google.android.exoplayer:exoplayer:2.10.1'
compile 'com.google.android.exoplayer:extension-cast:2.10.1'