Works in Safari in the video player sample for me:
The format will need to be one that is supported in the browser too, so that particular stream will likely only work in Safari.
I think libraries like video.js or hls.js add support for more formats
I looked a bit deeper and it’s not easy to “inject” the HLS functionality in our current VideoPlayer. I’ll take a note of that
However, you can make your own script that handles what you need, here’s an example:
Use this instead of VideoPlayer and you can play back the m3u8 stream everywhere (at least everywhere I tested)
Changed the channel name: Using video streaming formats with VideoPlayer
Thank you! This was working! ![]()
by user 726710936823398470
Hello @Jochri we will have support for m3u8 urls in the next engine version so you dont need a custom script anymore and can just use the default videoplayer set to URL

