How to play an LCEVC source
Pre-requirements
-
Your HISPlayer SDK needs to have the 'lcevc' config enabled.
-
You need to include V-Nova's Decoder Integration Layer (DIL) on the page. This example below uses the latest version of the DIL that is maintained by V-Nova:
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lcevc_dil.js@latest/dist/lcevc_dil.min.js"></script>
Remarks
LCEVC enhanced playback only works on modern browsers that support Media Source Extensions (MSE). If the platform does not support MSE (for example: Safari on iOS), the player will fall back to native playback without LCEVC enhancements.