-
Notifications
You must be signed in to change notification settings - Fork 268
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
Seeking some formats cause CasparCG server to crash #1451
Comments
Hi, |
Hi again, |
This and possibly crash related to issue 1460 was added in commit b657428 |
This is the previous threading logic that caught the exception in the commit just before. It still exists in commit b657428 here but no longer catches the error. I think adding the following catches, which were used to catch this error before, into the catch block mentioned in pull request 1452 would solve the problem.
|
Partial fix for CasparCG#1451 and CasparCG#1460
Partial fix for CasparCG#1451 and CasparCG#1460
Expected behaviour
Seek video and start playing
Current behaviour
Crash of CasparCG server - "Aborted (core dumped)" full log bellow
Steps to reproduce
PLAY 1-1 seekTOcrash SEEK 20
Environment
Additional information & resources
c:\apps\ffmpeg\bin\ffplay.exe -ss 20 -i d:\_testing\seekTOcrash.mpg
), I get simillar error "[mp2 @ 0000027706230500] Header missing", but the file seeks and plays with no problem.The text was updated successfully, but these errors were encountered: