Description
Describe the bug
- install jellyfin from google play
- open app
- connect to server via https
- click cast button
- see "(Google Cast Unsupported)"
if I repeat the same steps on a friend's phone (on the same network) it works as expected
when I build master and debug it on both phones, I notice the working phone receive setup and initialise CastMessage events on app start but on my phone a breakpoint in ActivityEvent.CastMessage (line 78 in app/src/main/java/org/jellyfin/mobile/events/ActivityEventHandler.kt) does NOT get hit when following repro steps above
google cast works on all other apps on my phone, including emby
I made a forum thread and 2 other users with the same phone have the same problem: https://forum.jellyfin.org/t-google-cast-unsupported
Logs
git master debug build logcat: http://ix.io/4Crn
google play store build logcat: http://ix.io/4Cs8
Application version
2.5.2
Where did you install the app from?
Google Play
Device information
Motorola Edge 30
Android version
Android 13, Lineage OS 20 nightly
Jellyfin server version
10.8.10
Which video player implementations does this bug apply to?
- Web player (default)
- Integrated player (ExoPlayer)
- External player (VLC, mpv, MX Player)
Activity