-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: CTA-608parser (#75) --------- Signed-off-by: hernan <hernanr@qualabs.com> Signed-off-by: Agajan Jumakuliyev <agajan.tm@gmail.com> Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com> Co-authored-by: Hernán Reyes <99908389+hernanr99@users.noreply.github.com> Co-authored-by: Agajan J <agajan.tm@gmail.com> Co-authored-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com> Signed-off-by: Casey Occhialini <1508707+littlespex@users.noreply.github.com>
- Loading branch information
1 parent
53036c1
commit 18120e3
Showing
88 changed files
with
2,926 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
Streaming Video Technology Alliance Common Media Library | ||
Copyright (c) 2023 Streaming Video Technology Alliance | ||
|
||
The src/id3.ts implementation in this project is derived | ||
from the hls.js library (https://github.com/video-dev/hls.js/) | ||
The src/id3.ts implementation in this project is derived | ||
from the hls.js library (https://github.com/video-dev/hls.js/) | ||
|
||
The src/structuredfield.ts implementation in this project is derived | ||
from the structured-field-values library (https://github.com/Jxck/structured-field-values) | ||
The src/structuredfield.ts implementation in this project is derived | ||
from the structured-field-values library (https://github.com/Jxck/structured-field-values) | ||
|
||
The src/608.ts implementation in this project is derived | ||
from the hls.js library (https://github.com/video-dev/hls.js/) and dash.js library (https://github.com/Dash-Industry-Forum/dash.js/) |
Oops, something went wrong.