diff --git a/js/hang-demo/src/index.html b/js/hang-demo/src/index.html index 65333acbd..50f28778b 100644 --- a/js/hang-demo/src/index.html +++ b/js/hang-demo/src/index.html @@ -37,6 +37,7 @@
+ This demo uses MediaSource Extensions for native <video> playback. + It requires publishing with fmp4-mse mode (complete fMP4 segments). +
<video>
fmp4-mse
+ You must publish using the MSE-compatible segment mode: +
# Publish with MSE mode (fMP4 segments) +just pub-mse bbb + +# Or manually: +ffmpeg -i input.mp4 -c copy -f mp4 \ + -movflags cmaf+separate_moof+delay_moov+skip_trailer+frag_every_frame \ + - | cargo run --bin hang -- publish --url "http://localhost:4443/anon" --name "bbb" fmp4-mse
+ This player implements HLS.js-style live sync: +
just pub bbb
just pub-mse bbb
+ ← Back to WebCodecs demo +