scivision / PyLivestream

Pure Python FFmpeg-based live video / audio streaming to YouTube, Facebook, Periscope, Twitch, and more
Apache License 2.0
710 stars 157 forks source link

Not enough Bitrate #37

Closed pnlmon closed 4 years ago

pnlmon commented 4 years ago

Is it possible that we can manually change the bitrate?

pnlmon commented 4 years ago

Nevermind I edit the code and changed it

scivision commented 4 years ago

I think that would be fine. I only made the bitrate a lookup so I wouldn't have to remember. However there's no reason not to make it user definable. Thanks

scivision commented 4 years ago

oh, this is a per-site option video_kbps. It was already in the program I just didn't document it (I did now).