kslimani

Results 77 comments of kslimani

The internal hls.js library is exposed as `Clappr.HLS.HLSJS`. _(`Clappr.HLS` is hls playback plugin)_ Default internal CC plugin source code is [here](https://github.com/clappr/clappr-plugins/blob/master/src/plugins/closed_captions/closed_captions.js). Hls playback plugin is using "legacy" hls.js events like...

I think it is more complex, because the hls instance is internally created in the hls-playback plugin at play time. _(and destroyed on stop, except if vod pause)_

A simple hack, for exemple, could be to extends `HlsjsPlayback` class and overwrite `_setup()` method, calling `parent._setup()` then binding your events on `this._hls` instance. But the proper way, should be...

Adding a feature to bind custom events on hls instance in the hls playback plugin is an interresting idea. Thought i would add a new playback plugin option to do...

hi, No clue. Also, please consider using [clappr-ima-plugin](https://github.com/kslimani/clappr-ima-plugin) instead of this one (which is deprecated).

Yes, you can override using player options, for example : ```js var playerElement = document.getElementById("player-wrapper"); var player = new Clappr.Player({ source: 'http://clappr.io/highline.unknown', // will display "playback_not_supported" error message poster: 'http://clappr.io/poster.png',...

I tested on iphone 7 with Chrome 69.3497.105 and it works. I will try to get an iphone 8 to perform tests asap (but no eta).

According [bugtracker](https://bugs.chromium.org/p/chromium/issues/detail?id=872050&q=ios%20chromecast&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified), Chromecast support *may* be deprecated in Chrome version 73.

@PreDeToR i think this issue has been already fixed. But has not yet be released by @towerz . In the meantime, could you try with [this](https://github.com/kslimani/clappr-chromecast-plugin/tree/stable) "stable" version ?

@PreDeToR i think that Chromecast default receiver application does not handle hls live source **with DVR capabilities**. By default, the Clappr Chromecast plugin use `9DFB77C0` receiver application which is a...