Results 222 comments of Daniel Silhavy

We are handling some internal variables in dash.js. What are the reasons to not use the dash.js API to enable the tracks?

Thanks for this @chanh1964 , I need to check this in detail Regarding: _" Isn't this case already handled in StreamProcessor._onFragmentLoadingAbandoned"_ One thing to keep in mind is that `_onFragmentLoadingAbandoned`...

@stschr Thank you for this, looks really good. Before I do the final code review: Did you already sign the feedback agreement: https://dashif.org/docs/DASH-IF-Feedback-Agreement-3-7-2014.pdf : If not can you please send...

In addition to the two comments above: There is a reference to `mediaController.matchSettings` in `TextController` which needs to be resolved according to the new logic as well.

I think this would be a nice addition. Can you provide a PR for this @lkinasiewicz for us to check? Thank you!

Notes: Did some first tests. For that reason: - Removed audio adaptation set via proxy for easier debugging - Set latency to 0.5 seconds. **Settings** - Chunks are a single...

@wilaw Some updates on this. I tested the behavior with video/audio only: ### Video only The latency is pretty stable, no oscillating pattern. Some waiting events can be observed in...

Is the player still updating the MPD when it stalls? Looking at your log line it looks like it cant find any segment to load. Can you paste all logs...

The problem is that for some reason there are two ranges for audio. This results in a large gap: ``` [63519][BufferController][audio] Buffered range: 4945554.164376 - 4945575.457073, currentTime = 4945574.158 bundle.js:38...

@cnblackxp Any news here from your side?