We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Casparcg should be able to play all file that FFplay is capable of playing
Casparcg crashes while playing some files.
If applicable, add screenshots as complementary information. KEYS-008.zip
The text was updated successfully, but these errors were encountered:
There is an error thrown in FFPLAY as well, it then get's stuck in an infinite loop.
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c31ffac4c0] Packet corrupt (stream = 0, dts = 299000). [NULL @ 000001c31ffbde00] Invalid NAL unit size (397226 > 43604). [NULL @ 000001c31ffbde00] missing picture in access unit with size 43652
I get the same error in CasparCG
[2023-03-18 17:38:08.232] [error] [ffmpeg] [h264 @ 000001E3FF410200] Invalid NAL unit size (397226 > 43604). [2023-03-18 17:38:08.232] [error] [2023-03-18 17:38:08.232] [error] [ffmpeg] [h264 @ 000001E3FF410200] Error splitting the input into NAL units.
Which then causes the thread to throw, casparCG however does not crash.
The error thrown by ffmpeg av_read_frame in av_input.cpp is AVERROR_INVALIDDATA.
av_read_frame
av_input.cpp
AVERROR_INVALIDDATA
Not sure this is a bug since the input file is corrupted.
Sorry, something went wrong.
Fix for crash on seek
68b680c
Partial fix for CasparCG#1451 and CasparCG#1460
5835984
Is this any better now? A fix went in the other week that resolved a crash in this area which was a pretty generic fix
No branches or pull requests
Expected behaviour
Casparcg should be able to play all file that FFplay is capable of playing
Current behaviour
Casparcg crashes while playing some files.
Steps to reproduce
Environment
Screenshots
If applicable, add screenshots as complementary information.
KEYS-008.zip
The text was updated successfully, but these errors were encountered: