🎥 Local M3U8 Video Player

Load and test local transcoded videos

Select Output to Load

Load from CDN

Test 1: preload="metadata" (App Default)

No file selected
preload="metadata" - Only loads metadata (duration, dimensions). First frame may not be ready, causing black flash.

Test 2: preload="auto"

No file selected
preload="auto" - Preloads entire video. First frame should be ready immediately.

Test 3: preload="none"

No file selected
preload="none" - Nothing loads until play is clicked. Maximum black flash expected.

Test 4: Fragment URL (#t=0.001) Fix

No file selected
preload="metadata" + #t=0.001 - Fragment URL forces first frame to decode. Should fix black flash!

Browser Info