Alpha
Convert hls manifest into a ham object.
String of the Main manifest
Ancillary Manifests . Must be in order, first audio, subtitle and video
List of presentations from ham
Example on how to import the cmaf module and convert the hls manifest and ancillaryManifests array into the ham manifest.
manifest
ancillaryManifests
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.hlsToHam(hlsManifest); Copy
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.hlsToHam(hlsManifest);
Convert hls manifest into a ham object.