Hi,
is it possible to edit the generated files of a /playlist.m3u8 and in special of a manifest.mpd file? Are there any API classes which let me configure the content of this files?
Especially manifest.mpd. A client asks me if I can change the pattern of the “filename” in the media attribute of the SegmentTemplate. Is it possible to add or remove $foobar Patterns?
media="chunk_ctvideo_cfm4s_rid$RepresentationID$_cs$Time$_w439312510_qdGVzdA==_mpd.m4s"
initialization="chunk_ctvideo_cfm4s_rid$RepresentationID$_cinit_w439312510_qdGVzdA==_mpd.m4s"
And is it possible to remove the UTCTiming Element? Seems to crash dash.js (https://github.com/Dash-Industry-Forum/dash.js/wiki)
Thanks a lot,
Tom