Question / Help Obs-Studio FLV is 80 bytes

Auri

New Member
I have a problem. Yesterday I compiled FFMPEG(I had already installed it, but obs looks for files in different paths) and Obs-Studio on Ubuntu 14.10. OBS works fine, but it doesn't write anything to file. Log tells about how many frames captured, how many skipped. But it doesn't write anything. When starting recording it tells "Failed to set option". I add log here. Maybe something wrong in settings?
 

Attachments

  • 2015-01-25 13-52-35.txt
    2.4 KB · Views: 44

Lain

Forum Admin
Lain
Forum Moderator
Developer
I'm taking a bit of a guess here; the version of FFmpeg you're using must be old or something, for some reason the swresample library is failing to initialize the resamplers, thus no audio appears to be coming out. That's just a guess however, not entirely sure. I could be wrong.
 

RNanoware

New Member
I am encountering nearly the exact same issue. By changing the properties of the "Audio Output Capture (Pulseaudio)" source I can get an error "swr_alloc_set_ops failed" followed by the error "creation of resampler failed." Jim's guess seems correct, then. Here is a gist of my log file: https://gist.github.com/46cece3b3235b98fab70

The symptoms of my problem are exactly the same otherwise; OBS runs and records seemingly without fault (even in the logs), but when I try to open the FLV it is only 80 bytes.

Is there any way to upgrade/downgrade the swresample file to test other versions?
 
Top