Tom Jenkinson
Tom Jenkinson
It looks like in the update.json and info.ini files over there it's pointing at the wrong repo. It's set to "clappr/clappr-rtmp-plugin" not "flavioribeiro/clappr-rtmp-plugin"
Just discovered the same issue via https://github.com/release-drafter/release-drafter
Looks like we should try `semver.parse` first, and then `semver.coerce` if `parse` returns `null`
@edemir206 the time is the time into the segment the thumbnail was generated from. E.g. If you know that each of your segments is exactly 10 seconds long then to...
@edemir206 what type of stream is it? LIVE, VOD or EVENT? If all the segments are 10 seconds and it is VOD or EVENT it _should_ work. It would be...
Ah right. Yes you will need more logic in the player to get the start time of the segments in the media element (MSE buffer). The following can happen: -...
Nice thanks for the info!
>We should be trying to be close to normal web behaviour when providing the current time Returning `undefined` instead of 0 is not sticking to that, but I think making...
You mean you want to start with some of the items already on screen but not filling it? So `startOnScreen: true` doesn’t work?
You could append an empty div first with fixed width and use `startOnScreen: true`?