Video Playback Test Page

This page tests different video configurations to help diagnose playback issues in Docker.

Test 1: Basic Video Tag

This is a basic video tag with controls. If this works but others don't, the issue might be with autoplay or other attributes.

Test 2: Video with Type Attribute

This video has an explicit type="video/mp4" attribute which can help with MIME type issues.

Test 3: Video with Autoplay, Muted, Loop

This matches the configuration used in your publication previews.

Test 4: Video with Source Element

Using a source element inside the video tag can sometimes resolve compatibility issues.

Test 5: Video with Absolute URL

Using an absolute URL can help diagnose if the issue is with path resolution.

Test 6: Video with Preload Attribute

The preload="auto" attribute tells the browser to load the video immediately.