HLS (HTTP Live Streaming) support#156
HLS (HTTP Live Streaming) support#156eduardokraus wants to merge 1 commit intoh5p:masterfrom EduardoKrausME:master
Conversation
|
Disclaimer: I am not part of H5P Group, so feel free to conpletely ignore my suggestions (which are based on a quick glance only anyway and not exhaustive). Essentially the same recommendations to speed up the review process and to avoid unnecessary feedback loops that I gave you for #155
|
|
|
In this PR I added support for videos with the The behavior works as follows:
👉 This way, the player now provides consistent HLS stream support both in browsers with native support and in those that rely on HLS.js. |
|
@eduardokraus
|
This PR adds support for HLS (HTTP Live Streaming) in the H5P video player.
Now,
.m3u8files can be used as a video source, enabling adaptive playback across different bandwidths and devices.Main changes
.m3u8URLs.