-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
FrameGrabber When reading a frame, the audio encoded in G722 format cannot be read #2316
Comments
Try to set the format by calling setFormat() before calling start(). There is also setAudioCodec() if what you want to set is the codec instead. |
Set the audio decoder to G.722, but it is invalid, still can't get the audio information |
Please provide the code you are using and the error message you are getting. |
|
[mp2 @ 00000268510d8f40] Header missing |
Please also try to call setFormat() to set the format to the correct value. |
I set format to mpeg and the result is still the same |
|
Calling setAudioCodecName() instead of setAudioCodec() might work better? |
Is audioCodecName set to G722? |
grabber.setAudioCodecName("ADPCM_G722"); |
Still can't |
Audio is still identified as Mp2 |
It's probably |
When the frame catcher reads the frame, it cannot read the audio in G722 format. Instead, the audio format obtained is MP2
The text was updated successfully, but these errors were encountered: