Ian Baker

Results 409 comments of Ian Baker

> https://itiswrittenvod.akamaized.net/25fe1281-684a-4565-a582-1f082ec44418/ba6a9358-50e8-48ea-9187-c4976bbae3fe/d4a743ca-d185-4d6a-b7f3-22ddc20245b9/video_h264.m3u8 This link works for me in the demo app built at 1.4.0. The stack trace you've pasted indicates you are using `FileDataSource`, which only supports the `file://` URI...

The reason your app is using "legacy subtitle decoding" is due to directly using `SingleSampleMediaSource` here: https://github.com/XilinJia/NewPipeX/blob/a1dfde029f5f86a59c019792e7b6901b763b8508/app/src/main/java/org/schabi/newpipe/player/PlayerManager.kt#L1771 I can't find any custom `SubtitleDecoder` implementations in your project, so I don't...

Closing because I think the question has been answered.

I guess you're referring to this? https://www.w3.org/TR/webvtt1/#webvtt-cue-voice-span We do have some code already that parses `` tags in order to resolve the associated styles: https://github.com/search?q=repo%3Aandroidx%2Fmedia+path%3Avtt+voice&type=code But the voice information isn't...

Closing this because https://github.com/androidx/media/pull/1652 has been merged - thanks!

I'm not able to reproduce this. I tried your stream on a Pixel 7a running Android 15 (AP31.240617.010) and modified the ExoPlayer demo app to force switching between tracks using...

Ah right, thanks, with that specific ordering I can reproduce on a Pixel 7a. @microkatz You can refer to cl/663750371 internally for repro code.

Please take an `adb bugreport` shortly after seeing this error and send it to [email protected] with the subject `Issue #1604`. Please also update this issue to indicate you’ve done this.

@rrfrias Looks like a WV error in the BR just before the quoted stack trace: ``` 08-09 13:00:11.995 media 5375 26279 D WVCdm : Instantiating CDM. 08-09 13:00:11.999 media 5375...

From the description, this seems like a device-specific issue with file permissions, it seems unlikely it's related to the media3 library. By this I mean that if you tried to...