Provided asset will be converted as follows:
new URL(URL.createObjectURL(new Blob([source.asset])));
OptionalbaseUrl
baseUrl?:URL
You have to provide baseUrl for MPEG-DASH or HLS parsing
If provided manifest/playlist has relative urls inside and provided as one of the following formats:
Provided asset will be converted as follows: new URL(URL.createObjectURL(new Blob([source.asset])));