flathub / com.obsproject.Studio

This repository is no longer used to build OBS. Issues should be reported at https://github.com/obsproject/obs-studio
https://github.com/obsproject/obs-studio
29 stars 19 forks source link

Errors in muxer during camera recording #1

Closed cosimoc closed 6 years ago

cosimoc commented 6 years ago

When trying to record webcam with OBS, recording fails when initializing the muxer. I suspect that the ffmpeg build needs to be configured differently to enable these?

Here's a log

info: ==== Recording Start ===============================================
info: [ffmpeg muxer: 'simple_file_output'] Writing file '/sysroot/home/cosimo/2018-02-01 21-02-46.mkv'...
info: adding 23 milliseconds of audio buffering, total audio buffering is now 46 milliseconds
Couldn't find an appropriate muxer for '/sysroot/home/cosimo/2018-02-01 21-02-46.mkv'
Couldn't initialize muxer
warning: [ffmpeg muxer: 'simple_file_output'] os_process_pipe_write for packet data failed
info: [ffmpeg muxer: 'simple_file_output'] Output of file '/sysroot/home/cosimo/2018-02-01 21-02-46.mkv' stopped
info: Output 'simple_file_output': stopping
info: Output 'simple_file_output': Total frames output: 2
info: Output 'simple_file_output': Total drawn frames: 24
info: ==== Recording Stop ================================================
[aac @ 0x398d180] Qavg: 198.083
[aac @ 0x398d180] 2 frames left in the queue on closing
TingPing commented 6 years ago

Once that builds let me know if it works =)

cosimoc commented 6 years ago

It does! Thanks a lot :+1: