Closed bradleyfalzon closed 7 years ago
Seems absolutely fine to me @bradleyfalzon :+1:
Thanks mate.
@grafov when you have a moment, can you review as well. I'll do some internal testing, but keen to get this merged sooner rather than later now there's no breaking changes.
Deprecation: MediaPlaylist.SetSCTE() has been deprecated, use MediaPlaylist.SetSCTE35() instead
SCTE
has 3 new fields,.Syntax
defines the format of the SCTE data,.CueType
defines whether the cue point was start/mind/end,.Elapsed
can be used for formats that track the elapsed time.SCTE now supports another SCTE-35 syntax we've nicknamed OATCLS (due to the presence of this string in the tag), see
sample-playlists/media-playlist-with-oatcls-scte35.m3u8
for an example. Both reads and writes are supported.