androidx / media

Jetpack Media3 support libraries for media use cases, including ExoPlayer, an extensible media player for Android
https://developer.android.com/media/media3
Apache License 2.0
1.67k stars 398 forks source link

M3U8(HLS) Streams are not showing .vtt file subtitles in video when trying to play it on Android TV from Android Mobile by connecting Android TV Chromecast. #513

Closed ajayhack closed 1 year ago

ajayhack commented 1 year ago

Version

ExoPlayer 2.18.5

More version details

No response

Devices that reproduce the issue

Android TV's including Mi Android TV

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps

We are sharing Stream and also .vtt subtitle file on mail to reproduce this issue by casting it on Android TV.

Expected result

.vtt file subtitles should show on Adnroid TV Chromecast VideoPlayback for HLS(Stream).

Actual result

.vtt file subtitle not showing when casting HLS(Stream) on Android TV.

Media

NA

Bug Report

tonihei commented 1 year ago

What happens on the Cast device is out of the control of our libraries. Please see this reply to a very similar sounding problem.

Is this a recent issue? Given this the second issue within a few days where this was reported, I wonder if was caused by some update on the Cast device.

ajayhack commented 1 year ago

@tonihei We are following this Google Cast Official Doc : https://developers.google.com/cast/docs/android_sender/media_tracks to send subtitle information to Cast Device but then also it's not working , Can you explain why official doc thing not working?

Also we are not using Custom Receiver , only Default Receiver is used on Cast Device.