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

av_interleaved_write_frame() error -10053 while writing interleaved audio packet. #826

Closed
tristin2024 opened this issue Nov 3, 2017 · 3 comments

Comments

@tristin2024
Copy link

org.bytedeco.javacv.FrameRecorder$Exception: av_interleaved_write_frame() error -10053 while writing interleaved audio packet.
at org.bytedeco.javacv.FFmpegFrameRecorder.writePacket(FFmpegFrameRecorder.java:1040)
at org.bytedeco.javacv.FFmpegFrameRecorder.record(FFmpegFrameRecorder.java:1026)
at org.bytedeco.javacv.FFmpegFrameRecorder.recordSamples(FFmpegFrameRecorder.java:994)
at com.doll.api.core.WebcamAndMicrophoneCapture$1$1.run(WebcamAndMicrophoneCapture.java:170)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)

@tristin2024
Copy link
Author

this error from sample class WebcamAndMicrophoneCapture

@tristin2024
Copy link
Author

The program runs long,this error will come up

@saudet saudet added the question label Nov 3, 2017
@saudet
Copy link
Member

saudet commented Nov 3, 2017

Duplicate of #525

@saudet saudet marked this as a duplicate of #525 Nov 3, 2017
@saudet saudet closed this as completed Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants