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

feat(mpegts): expose raw audio/video writers #124

Closed
wants to merge 1 commit into from

Conversation

kevmo314
Copy link

@kevmo314 kevmo314 commented May 4, 2024

I am working with elementary streams that are already processed for transport (eg h264 already in annex b format) and would like to call the muxer directly.

@aler9
Copy link
Member

aler9 commented May 5, 2024

Hello, the MPEG-TS muxer inside this library is currently intended for generating streams from unwrapped frames.
The exposed methods are intended for this and are immutable, their signature won't change unless a major version is released.

Exposing inner methods would allow a series of use cases that are unsupported and untested, and would make impossible to eliminate these methods in the future (due to refactoring) for the reason explained above.

If you want to access inner methods, you can either fork this library or work directly with go-astits.

@aler9 aler9 closed this May 5, 2024
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

Successfully merging this pull request may close these issues.

2 participants