Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandromoreira/scte-35-scte-104-scte-67
Documentation/references about Dynamic Ad Insertion (DAI) through SCTE-104, SCTE-35 to HLS, MPEG DASH, Smooth, RTMP
https://github.com/leandromoreira/scte-35-scte-104-scte-67
dai documentation hls mpeg-dash rtmp scte-104 scte-marker scte35 smooth-streaming ssai
Last synced: 5 days ago
JSON representation
Documentation/references about Dynamic Ad Insertion (DAI) through SCTE-104, SCTE-35 to HLS, MPEG DASH, Smooth, RTMP
- Host: GitHub
- URL: https://github.com/leandromoreira/scte-35-scte-104-scte-67
- Owner: leandromoreira
- License: bsd-3-clause
- Created: 2020-06-18T18:47:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T20:01:02.000Z (over 3 years ago)
- Last Synced: 2024-12-31T22:49:23.866Z (9 days ago)
- Topics: dai, documentation, hls, mpeg-dash, rtmp, scte-104, scte-marker, scte35, smooth-streaming, ssai
- Homepage: https://github.com/leandromoreira/scte-35-scte-104-scte-67
- Size: 11.7 KB
- Stars: 31
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCTE
## SCTE-35, SCTE-104, SCTE-214, SCTE-67
* [Quick introduction](https://medium.com/@eyevinntechnology/understanding-server-side-dynamic-ad-insertion-d7ed90e34aa2)
* [Seattle Video Tech Meetup - SCTE-35 In-band Event Signaling in OTT](https://www.youtube.com/watch?v=zBAH0Tc9rFs)
* [Slides](https://docs.google.com/presentation/d/1y44A5wzwokCNBrdV7Od8rVu-Dj99SZFI4u6hrjgHSuE/edit#slide=id.g48618cbfd9_0_99)
* [Paper - SCTE-104/35 and Beyond: A Look at Ad Insertion in an OTT World](https://www.cobaltdigital.com/sites/default/files/OTT%20Ad%20Insertion.pdf)
* [RTMP signaling/carrying SCTE And Smooth Streaming, HLS and MPEG DASH (MPD) EventStream Signaling](https://docs.microsoft.com/en-us/azure/media-services/media-services-specifications-live-timed-metadata)
* [Understanding SCTE-35](https://codesequoia.wordpress.com/2014/02/24/understanding-scte-35/)
* [Event Triggering Workgroup for frame-accurate programme related metadata](https://mediaperspectives.nl/publicationdoc/event-triggers-in-television-broadcasting/)
* [Summary/recomendation for SCTE-104/35](https://mediaperspectives.nl/app/uploads/2018/10/2018-10-16-Media-Perspectives-ETDS.pdf)
* [Suplementary information](https://mediaperspectives.nl/app/uploads/2018/11/2019-11-08-Media-Perspectives-ETDSS.pdf)
* [SCTE-35](https://scte-cms-resource-storage.s3.amazonaws.com/SCTE-35-2020_notice-1609861286512.pdf)
* [SCTE-67](https://www.scte.org/pdf-redirect/?url=https://scte-cms-resource-storage.s3.amazonaws.com/ANSI_SCTE-67-2017-1576856953355.pdf)
* [Live linear stream ad signaling in the OTT world](https://www.slideshare.net/AllisonDeal5/live-linear-stream-ad-signaling-in-the-ott-world)## SCTE-35 tools
### Example source code / parsers
* [Comcast go MPEG transport streams library](https://github.com/Comcast/gots/blob/master/scte35/)
* [Comcast JS scte-35 parser](https://github.com/Comcast/scte35-js)
* [threefive: scte-35 parser for mpegts, hls, and encoded strings](https://github.com/futzu/threefive)
## SCTE-35 platform documentation* [Unified Origin live SCTE-35](https://docs.unified-streaming.com/documentation/live/scte-35.html)
* [AWS Elemental MediaLive SCTE-35](https://docs.aws.amazon.com/medialive/latest/ug/scte-35-message-processing.html)