Alpha
Convert ham object into a hls manifest.
List of presentations from ham
Manifest object containing the Hls manifest as string and its playlists
Example on how to import the cmaf module and convert the ham presentations array into the hls manifest.
presentations
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.hamToHls(presentations); Copy
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.hamToHls(presentations);
Convert ham object into a hls manifest.