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

decode MPEG2-TS buffer from socket #51

Open
AhmedX6 opened this issue Nov 23, 2019 · 0 comments
Open

decode MPEG2-TS buffer from socket #51

AhmedX6 opened this issue Nov 23, 2019 · 0 comments

Comments

@AhmedX6
Copy link

AhmedX6 commented Nov 23, 2019

Hello,

Thanks for the tutorial.
I would like to decode frame buffer encoded in MPEG2-TS. (H.264/AAC data)
This buffer is received from socket. And I would like to get an transform it as an RGB buffer.
How to achieve this with avformat ?

void FrameDecoder::onFrameReceived(const QByteArray &frame) {
    qDebug() << "Ready to decode the frame " << frame;
   
}

Thanks for help.

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