Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for packed audio #32

Open
dmorn opened this issue Oct 3, 2023 · 0 comments
Open

Add support for packed audio #32

dmorn opened this issue Oct 3, 2023 · 0 comments

Comments

@dmorn
Copy link

dmorn commented Oct 3, 2023

This is a variant of AAC used in audio-only variant streams of HLS (https://datatracker.ietf.org/doc/html/draft-pantos-http-live-streaming-19#page-6). In short, the file is prepended with a series of ID3v2 tags; one of those declares the timestamp (in MPEG-TS terms) of reference for the packets in that file.

When this issue is closed, the parser is supposed to be able to parse packed audio files by parsing each ID3v2 tag it encounters, shifting the Buffer's PTS when needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant