What is your website built on (e.g., WordPress, React, vanilla HTML)? Do you need features like low-latency or DRM protection ?
Common Media Application Format (CMAF) allows one set of segments to work for both HLS and MPEG-DASH. Players like Shaka Player already handle this transparently.
// Bind the player to the video element hls.attachMedia(video);
What is your website built on (e.g., WordPress, React, vanilla HTML)? Do you need features like low-latency or DRM protection ?
Common Media Application Format (CMAF) allows one set of segments to work for both HLS and MPEG-DASH. Players like Shaka Player already handle this transparently.
// Bind the player to the video element hls.attachMedia(video);
