Ian Baker
Ian Baker
Ah I misread the issue title and didn't realise it was already specific to IMA, sorry for my slightly confusing reply! I thought this was https://github.com/google/ExoPlayer/issues/6166 (more general support for...
For SSA/ASS subtitles sideloaded from a file this should work. For SSA/ASS subtitles in MKV this is known not to work, implementing it is tracked by https://github.com/google/ExoPlayer/issues/10295. For Subrip subtitles...
I could be misunderstanding, but there seems to be an implicit assumption here that when an app rotates into landscape the video will **always** be made fullscreen. I don't think...
Thanks for confirming my proposal would work. I'm afraid I don't know when we'll implement this, but we would accept a high quality PR for this.
This does sound good - would you be interested in sending a PR switching to it? (it would actually be great to send it to the `main` branch of the...
The screenshots indicate your app received an HTTP 400 response from the Widevine provisioning (not license) request. @rrfrias would you be able to take a look?
Thanks for sending this - it's quite a large change, so I'm afraid you'll have to bear with me while I find the time to review it.
Do you have any test clips containing teletext subtitles that you could add to this PR? We could use them in: * [`TsExtractorTest`](https://github.com/google/ExoPlayer/blob/dev-v2/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/ts/TsExtractorTest.java) to ensure the track is extracted *...
> 3 samples, you click over to the right side of the page "Download" > > https://cyberfile.is/Fbo This seems to just open repeated NSFW pop-ups, please upload these somewhere less...
Are you talking about a custom parser for a DASH or HLS manifest? Given each of these only relates to a single type of `MediaSource`, providing your own `MediaSourceFactory` is...