Wojciech Tyczyński

Results 42 comments of Wojciech Tyczyński

@Iragne `streaming.clearDecodingCache` is set to `true` by default only on PlayStation devices, so probably setting it explicitly to `false` won't help in the issue @MikeKav is facing (but I encourage...

@Iragne @wilsonluniz-harmonicinc there's a PR with a fix and unit test for described issue #7218

@wilsonluniz-harmonicinc I think issues you've mentioned might happen also when SegmentTemplate is not shared between Representations. Could you confirm it? If so, they will be handled in separate PRs.

@wilsonluniz-harmonicinc you can, it will make tracking of that easier.

FYI, our build system might stop working correctly on Windows due to number of characters we're putting into console. We already had first symptom of that in [this PR](https://github.com/shaka-project/shaka-player/pull/8439) due...

FYI @avelad demo also works ok for me in Safari.

Reopening as I believe this is still a feature worth exploring and could easify some implementations. Currently we choose text/audio track based on several config fields: preferredLanguage, preferredRole, preferredFormats/Codecs, preferredChannelCount...

I'd prefer to focus on TS + build tools migration first. Inclusion of CML and other libraries would be much simpler with it

@vanminhquangtri Can you try setting `streaming.dontChooseCodecs` to `true` in configuration?

Potentially it might also unblock https://github.com/shaka-project/shaka-player/issues/4234 I can try to work on this in my spare time.