kslimani

Results 65 comments of kslimani

@leandromoreira i added [a commit](https://github.com/clappr/dash-shaka-playback/pull/75/commits/74c8a627af10390dd53873ead660c8591db68846) in #75 which change the default label formatting to be the same as hls playback (ie: using bitrates). When multiple languages are available, it append...

I pushed #75 to attempt to fix this issue.

@leandromoreira please note that i added an additionnal commit to fix an issue with Safari on macOS. I explain why in the PR.

@leandromoreira do you want me to also add a commit in the PR to bump Shaka to 2.5.8 ?

/bump @jhonatangomes :turtle: :grin:

I added an additionnal commit to fix an issue with Safari on macOS : it store the user interaction provided by clicking on play (when autoplay is not permitted) before...

Added minor fix and updated jsDelivr script urls.

Added `level` property to "levels available" playback event object to increase consistency with [hls.js playback plugin](https://github.com/clappr/clappr/blob/dev/src/playbacks/hls/hls.js#L456). _(it allow developper to use label callback option in level selector plugin to fully...

Added a commit which hopefully fix #76 .

@joaopaulovieira indeed i missed the `_ready()` call in the HTML5 playback parent class, thank you for pointing this to me. _(i think in the current state, this PR may trigger...