Alpha
Convert dash manifest into a ham object.
String of the XML Dash manifest
List of presentations from ham
Example on how to import the cmaf module and convert the dash manifest into the ham manifest.
manifest
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.dashToHam(dashManifest); Copy
import cmaf from '@svta/common-media-library/cmaf-ham';const manifest = cmaf.dashToHam(dashManifest);
Convert dash manifest into a ham object.