THEOplayer / android-ui

UI component library for the THEOplayer Android SDK
https://www.theoplayer.com/docs/open-video-ui/android/
MIT License
8 stars 2 forks source link

chrome cast compatibility with core sdk #47

Closed mammad-derakhshan closed 1 month ago

mammad-derakhshan commented 1 month ago

good morning. after upgrading the core sdk to 8.1.2, the chrome cast button doesn't work. not working means, clicking on the cast btn, will not launch the device dialog. the latest functioning version is 8.0.1 @MattiasBuelens thank you

MattiasBuelens commented 1 month ago

Thanks for reporting!

From your discussions with @ceyhun-o, we figured out that you're trying to use the ChromecastButton before setting a source on the player. We hadn't tested this use case, and we can confirm your findings that Open Video UI for Android doesn't handle this correctly.

We're working on a fix in #49. We'll keep you posted with further updates.

m-derakhshan commented 1 month ago

thank you.

MattiasBuelens commented 1 month ago

The fix has landed in version 1.9.2. 🚀

m-derakhshan commented 1 month ago

thank you.