Best practices for using the HTML5 Video viewer best-practice-using-the-html-video-viewer
The Adobe Dynamic Media Classic HTML5 Video viewer presets are robust video players. On the design side of the player, you can create the video player’s entire functionality using standard web development tools. For example, you can design the buttons, controls, and custom poster image background using HTML5 and CSS to help you reach your customers with a customized appearance.
On the playback side of the viewer, it automatically detects the browser’s video capability. It then serves the video using HLS (HTTP Live Streaming), also known as adaptive video streaming. Or, if that delivery method is not present then HTML5 progressive is used instead.
By combining into a single player the following abilities:
- Playback components designed using HTML5 and CSS
- Embedded playback
- Use of adaptive and progressive streaming based on the browser’s capability
You extend the reach of your rich media content to desktop and mobile users. You also ensure a streamlined video experience.
See also About HTML5 Viewers in the Adobe Viewers Reference Guide.
See also Viewer presets training video.
Playback of video on desktop computers and mobile devices using the Adobe Dynamic Media Classic Video Viewer playback-of-video-on-desktop-computers-and-mobile-devices-using-the-scene-video-viewer
For desktop and mobile adaptive video streaming, the videos used for bit rate switching are based on all MP4 videos in the Adaptive Video Set.
Video playback occurs using either HLS or progressive video. HLS (HTTP Live Streaming) is an Apple standard for adaptive video streaming that automatically adjusts playback based on network bandwidth capacity. It also lets the customer “seek” to any point in the video without the need to wait for the rest of the video to download. See also HTTP Live Streaming. Progressive video is delivered by downloading and storing the video locally to a user’s desktop screen or mobile device.
The following table describes the device, browser, and playback method of videos on desktop computers and mobile devices using the Adobe Dynamic Media Classic Video Viewer.