Support for KLV data over HLS #6651
jacorbello
started this conversation in
General
Replies: 1 comment
-
A PR contributing KLV support has been opened in #6674. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, my company has a use case where we need to be able to parse additional data coming over the HLS stream. Particularly KLV data, which I've determined is coming through
stream_type
6, which is currently only parsing AC-3 audio over the 0x6a DVB descriptor.I was able to start receiving KLV data via the 0x05 descriptor of stream_type 6 locally.
My question: if I were to put in a PR that enables support for this additional metadata stream into the hls.js project, would that be within scope of the project?
Beta Was this translation helpful? Give feedback.
All reactions