Skip to content

Instantly share code, notes, and snippets.

@thlorenz
Last active November 24, 2018 02:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thlorenz/7e8e74f8eb734a40b8c32d9aa16fc591 to your computer and use it in GitHub Desktop.
Save thlorenz/7e8e74f8eb734a40b8c32d9aa16fc591 to your computer and use it in GitHub Desktop.
[settings] OBS settings for streaming with not so great internet

OBS Low Internet Settings

These were provided to me by @feross at some point and then I tweaked them to work with slow internet, i.e. 1MBPS up.

I'm posting the the screenshots of those settings in the comments and I added two files that I found via File/Show Profile Folder

[General]
Name=twitch: thlorenz 1.1MBPS
[Output]
Mode=Advanced
[SimpleOutput]
FilePath=/Users/thlorenz/Movies/twitch
RecFormat=mp4
[AdvOut]
TrackIndex=1
RecType=Standard
RecTracks=1
FFOutputToFile=true
FFVEncoderId=0
FFAEncoderId=0
FFAudioTrack=1
RecFilePath=/Volumes/d/Documents/thlorenz/twitch
Rescale=false
Encoder=obs_x264
RescaleRes=2880x1800
RecRescaleRes=3840x2400
FFRescaleRes=3840x2400
ApplyServiceSettings=true
[Video]
FPSType=1
FPSInt=10
ScaleType=bicubic
OutputCX=1440
OutputCY=900
BaseCX=2880
BaseCY=1800
FPSCommon=30
{
"bitrate": 1000,
"keyint_sec": 4,
"profile": "main",
"rate_control": "CBR"
}
@thlorenz
Copy link
Author

thlorenz commented Nov 2, 2018

screen shot 2018-11-02 at 5 25 48 pm

screen shot 2018-11-02 at 5 25 55 pm

screen shot 2018-11-02 at 5 26 03 pm

screen shot 2018-11-02 at 5 26 09 pm

screen shot 2018-11-02 at 5 26 13 pm

screen shot 2018-11-02 at 5 26 25 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment