futzu / SCTE-35_HLS_x9k3

HLS and SCTE-35 x9k3 is a HLS Segmenter with SCTE 35, and Live Streaming from Non-Live Soures and Looping.
67 stars 17 forks source link

SCTE-OUT/IN pairs inside EXT-X-DATERANGE do not have the same ID, as the standard says #19

Closed chreniuc closed 10 months ago

chreniuc commented 12 months ago

The hls standard states that:

An SCTE-35 splice out/in pair signaled by a pair of splice_insert() commands SHOULD be represented by one or more EXT-X-DATERANGE tags carrying the same ID attribute, which MUST be unique to that splice out/in pair.

https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.5.1.1

This tool generates that pair with different ids for each scte command.

futzu commented 12 months ago

Good point, let me think about how to fix it for as minute, and I'll update it this week.

futzu commented 12 months ago

I just saw your pull request, cool. Let me check it out.

futzu commented 12 months ago

I have few things I need to update, and then I'll make a new release, cool?

futzu commented 10 months ago

Released . Good catch man, thank you.