rfht / fauxstream

ffmpeg wrapper to facilitate screencasting/recording on OpenBSD
21 stars 5 forks source link

Use ffmpeg amix instead of amerge #2

Closed morgant closed 3 years ago

morgant commented 3 years ago

I was running into an issue under OpenBSD 6.9-stable where my snd/0.mon audio wasn't coming through when streaming or when recording to file, only my mic was. It turns out ffmpeg's amerge with stereo inputs will give quad output, so it was suggested to me to use amix instead. That resolved the issue.

This also fixes Twitch streams from fauxstream not working in the mobile app. Bonus!