help wantedquestion
Repository metrics
- Stars
- (6,985 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Hi, is it known issue: ffmpegRecorder error: org.bytedeco.javacv.FrameRecorder$Exception: avio_open2 error() error -5: Could not open 'null' constantly after first successful pass
ffmpegRecorder = new FFMpegRecorder(streamUrl + streamKey); // little delay solves the problem -- Thread.sleep(600); ffmpegRecorder.startRecording();