Ian Baker

Results 409 comments of Ian Baker

Thanks for that extra context (I was initially confused because you have a local called `currentStreamDataSourceFactory` but it's of type `MediaSource.Factory` and **not** `DataSource.Factory`). Nothing from that code snippet looks...

The provided code has a small problem - I don't know if it's responsible for your errors. * You never release the `FrameworkMediaDrm` instance you instantiate and pass to `ExoMediaDrm.AppManagedProvider`....

No I'm afraid not - since this is device specific I suggest you follow up with the device manufacturer(s).

> We have no reduced app with this logic that we could share with you, but hopefully the accompanying info and bugreport would be sufficient for an educated guess or...

It's very unlikely that linked commit is related to this issue. The symptoms of that problem are: * It occurs when switching from encrypted content to encrypted or clear content....

I can reproduce the issue - I suspect (haven't verified) that `OggExtractor.sniff()` is returning false for this file.

I'm closing this because as noted above this doesn't seem like the best way to fix the issue.

There was a [change in Android last year](r.android.com/1656646) in response to an internal bug about `grantorIdx must be less than` log spam. That change is in Android 12, so if...

For SRT (subrip), this is a duplicate of https://github.com/google/ExoPlayer/issues/4794. For SSA/ASS, this should be supported since https://github.com/google/ExoPlayer/issues/6320 and there are tests that check this (and are passing). Can you please...

Thanks for clarifying that this specifically affects SSA inside MKV - that would explain why the commit I was referencing above isn't 'working'. And thanks for providing example media, that...