Skip to content

KrithikaSureshBabu/scte35-js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scte35-js

Support for SCTE35 parsing in either NodeJS or a "modern" browser.

CLI

Currently supported via the source

npm run parse "/DBGAAET8J+pAP/wBQb+AAAAAAAwAi5DVUVJQAErgX+/CR9TSUdOQUw6OGlTdzllUWlGVndBQUFBQUFBQUJCQT09NwMDaJ6RZQ=="

TODO:

  • Turn these TODO's into tickets
  • Support for splice descriptors
  • Documentation on the methods and interfaces (jsdoc)
  • Published docs (in GH wiki maybe?)
  • Command line tool to run from bin as part of the package install (i.e) npm install -g scte35-js; scte35-cli <payload>
  • Additional testing/coverage
  • TSLint the project
  • Support for alignment stuffing
  • Validate the CRC or ECRC
  • Support for encryption
  • Lint commit Angular style w/ release notes generated
  • Publish to NPM
  • Wire up to available CI tools
  • Create a UI wrapper to host (location TBD / github pages?)
  • Create awareness and advocate for this project in video communities

About

A SCTE 35 Parser for JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.5%
  • JavaScript 6.5%