steveseguin / raspberry_ninja

Publish or capture VDO.Ninja streams with Python (Raspberry Pi, Linux, Mac, Windows WSL)
https://raspberry.ninja
144 stars 28 forks source link

Audiobitrate at 64kbps #15

Closed baskah closed 2 years ago

baskah commented 2 years ago

Hi,

thanks for this great image for rpi´s. Works really good. But one thing i dont understand. Cant find a way to set the audio bitrate from default 64kbps to 256kbps. Hope you can help with a soloution.

Thanks and best regards Sebastian

Audiobitrate

n

steveseguin commented 2 years ago

Updated the repo ; you can try adding --audiobitrate 256 to the command line to increase the audio bitrate with it now.

Just pull the new code into the repo.

You can also refer to this code to see what I changed: https://github.com/steveseguin/raspberry_ninja/commit/96b9e48fc74dc41c16a0fb58d4409e0038186416

baskah commented 2 years ago

HI ho,

thanks. works like provided!