KunXi-Fox

Results 30 comments of KunXi-Fox

Unfortunately the previous assets expired, I'll see if I can get another one.

I met similar issue with you @Sigebriht , I think you could do something to prevent `ended` been emitted: ```javascript videoElment.addEventListener('ended', function handleVideoElementEndedEvent (event) { // we don't want ended...

Hi @TomaszKowalik , not sure if this helps: We've met playback issue on LG2019 (WebOS4) with **widevine**, after switch DRM to playready, everything works fine. From your log, I think...

> [@robwalch](https://github.com/robwalch) I think we need changes same as what shaka-player already did: https://github.com/shaka-project/shaka-player/blob/main/lib/media/content_workarounds.js#L134-L246 If my memory works, this workaround aims to fix some legacy devices (e.g. Tizen 3.0). I...

Yeah, you're correct, from what I observe, the manifest `type=static` one remove all the DVR window and make the assets starts from `0`. sample mpd: ```xml ... ``` I compared...

Also add last-dynamic one for comparison: ```xml ```

> If I understand correctly, the MPD completely changes after a refresh when it's ended? From what I compared, the changes is mainly for: - MPD tag: `availabilityStartTime` been removed...

I would like to take time to deep dive into dashjs code while I get some time. Duration changes to `0` based seems more straightforward. Dashjs always set `mediaSource.duration` from...

Updates: I read this from dash.js: https://github.com/Dash-Industry-Forum/dash.js/issues/4291#issuecomment-1808293039 > This is probably because we ignore the last MPD update in the current dynamic to static transition workflow. Which means dashjs do...

The issue been reported from third-part (Hisense TV), so let me check with them and get more details. Thanks for reply.