Christian Ebert
Christian Ebert
Hi @mbehm - thanks for your contribution. I don't have time to look at this right now, but it breaks existing behavior. You can verify this locally at `http://0.0.0.0:9999/` after...
@alexanderstephan - I still do not really understand the use case, or rather, only in theory. Which is why I [asked](https://github.com/phloxic/videojs-sprite-thumbnails/pull/1#issuecomment-388102511) @mbehm for real world example. Therefore my very short...
The other duration/image size related tweak is obviously `intervall`: The longer the video the less fine-grained is the controlbar, so short intervals become overkill. Of course fullscreen on a large...
@mbehm - without a real world _example_ this doesn't answer [my questions](https://github.com/phloxic/videojs-sprite-thumbnails/pull/1#issuecomment-1160479220). From a quick glance at Bunny CDN's docs there is one thumbnail URL: https://docs.bunny.net/docs/stream-video-storage-structure#thumbnail-url – how it resolves...
Hardly a convincing example, especially when you watch the player appear with a throttled, e.g., to Regular 3G, connection ;-) Also, as you say it's too short, and the issue...
The `vhs.xhr` function is part of the [http-streaming](https://github.com/videojs/http-streaming#vhsxhr) plugin. Does it work when you parse/replace the ampersands in the sprite url correctly? https://github.com/phloxic/videojs-sprite-thumbnails/issues/26#issuecomment-1146804206
VideoJS 7 ships with VHS by default, but it's still a plugin and not part of core VideoJS. The sprite thumbnails plugin does nothing video or streaming specific, it just...
Sample AES is only supported with MPEG-2 TS containers, not fmp4: https://github.com/video-dev/hls.js#features
Disclaimer: not tested with directory input or parallel processing.
Correction: the example does not work in Safari plain videotag either, hangs after first segment. Sorry about this. Looks like a bug in mediafilesegmenter (the unencrypted fmp4 definitely works in...