4K/8K UHD video allows for a new and improved viewer experience. 4K/8K UHD video is best delivered with an adaptive bitrate streaming technology, like HLS or MPEG-DASH. You can deliver 4K/8K UHD content with Radiant Media Player for on-demand, live or DVR video streaming.
4K/8K UHD content decoding requirements:
4K/8K UHD video often delivered in HDR format. You can learn more about HDR video format in our blog post. Radiant Media Player can display HDR video format provided the following conditions are met:
Radiant Media Player relies on the device it runs on to provide HEVC decoding support to render HEVC content with HTML5 video. This is true for native HTML5 video rendering (e.g. native HLS on Apple devices) or through media source extensions (HLS, DASH). Currently the following environments are supported:
This table can give more information.
Because HEVC decoding support may not be available on all devices you will need to use a combination of HEVC & AVC encoded content to reach the whole OTT sphere. The best way to achieve this, is for your HLS/DASH manifest to hold both HEVC & AVC variants. When both HEVC & AVC variants are available in a HLS/DASH manifest the player will automatically pick the appropriate codec based on device capabilities.
AOMedia Video 1 (AV1) is an open, royalty-free video coding format designed for video transmissions over the Internet. It is being developed by the Alliance for Open Media (AOMedia), a consortium of firms from the semiconductor industry, video on demand providers, and web browser developers, founded in 2015. The AV1 bitstream specification includes a reference video codec. It succeeds VP9. It can have 20% higher data compression than VP9 or HEVC/H.265 from the Moving Picture Experts Group and about 50% higher than the widely used AVC.
As of September 2022 we support AV1 video on:
The following environments do not support AV1 but support HEVC:
This table can give more information.
A guide for encoding video with AV1 codec and FFmpeg can be found here.
<script src="https://cdn.radiantmediatechs.com/rmp/9.16.6/js/rmp.min.js"></script> <div id="rmp"></div> <script> // First we create our Radiant Media Player instance const rmp = new RadiantMP('rmp'); // Then we set our player settings const settings = { licenseKey: 'your-license-key', src: { dash: 'https://cdn.radiantmediatechs.com/rmp/media/samples-for-rmp-site/04052024-lac-de-bimont/dash/manifest.mpd' }, width: 640, height: 360, contentMetadata: { poster: [ 'https://your-poster-url.jpg' ] } }; rmp.init(settings); </script>
Dolby AC-3 (Dolby Digital) audio codec and its newer version EC-3 (Dolby Digital Plus) are popular audio codecs used to convey multi-channels audio content with video content. It is possible to use AC-3 or EC-3 audio with any video codec. In order to support AC-3 or EC-3 audio the targeted device must exhibit support for it either through native HTML5 video or Media Source Extension. As of November 2022, AC-3/EC-3 audio is supported in:
The best way to deliver AC-3/EC-3 audio is to use an adaptive bitrate streaming technology like HLS or MPEG-DASH. Do not forget to include a fallback to AAC in your HLS or MPEG-DASH manifest to support devices that do not support AC-3/EC-3 audio.
A note on Dolby AC-4: the successor to Dolby EC-3 is Dolby AC-4. We do support Dolby AC-4 in our player with MPEG-DASH or HLS. This should however be noted that AC-4 decoding support is not widespread as of end of 2022. The following devices should support AC-4 audio decoding:
©2015-2024 Radiant Media Player. All Rights Reserved.