【问题标题】:Exoplayer cast implementation working on July 2019 but not working this month (October 2019) without changing any code, someone knows what happened?Exoplayer cast 实施在 2019 年 7 月工作,但在本月(2019 年 10 月)没有更改任何代码就无法工作,有人知道发生了什么吗?
【发布时间】:2020-02-15 08:27:31
【问题描述】:

我已在 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 cast 或 Netflix cast。

自 8 月以来,我的代码没有更改。
有人经历过同样的事情或知道发生了什么吗?

【问题讨论】:

  • 据我所知,Google 会定期更新他们的固件和 CAF 接收器。我想最简单的方法是查看有关 chromecast/firmware 的发行说明。
  • 您是否尝试过使用最新版本的 com.google.android.exoplayer:extension-cast?

标签: android casting chromecast exoplayer


【解决方案1】:

目前我使用的是以下版本,CastPlayer 仍在工作。你试过了吗?

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-02-21
    • 1970-01-01
    • 2019-11-09
    • 1970-01-01
    相关资源
    最近更新 更多