Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
Operating system and version: Windows 10 2004
OBS Studio version: 26.1.1
Expected Behavior
Checking "Ignore streaming service setting recommendations" should work. It doesn't since I choose a rate control of CRF for Twitch and it is still set to CBR. I have noticed that the setting "ApplyServiceSettings=false" is missing from the [AdvOut] section of basic.ini. After manually adding "ApplyServiceSettings=false", the rate control is finally set to CFR.
Current Behavior
Checking "Ignore streaming service setting recommendations" adds "IgnoreRecommended=true" in [Stream1] section but does not add "ApplyServiceSettings=false" in the [AdvOut] section of basic.ini. I'm not sure if is suppose to be there anyway since maybe it's a bug that the new flag "IgnoreRecommended=true" does not work.
Steps to Reproduce
Install OBS
Start OBS
Skip wizard
Click on Settings
Log into Twitch in Stream section
Check "Ignore streaming service setting recommendations"
Goto Output section and change Output Mode to Advanced
Change Encoder to x264, change Rate Control to CRF, make sure CRF number is 23, change Keyframe Interval to 2.
Click Okay and start streaming
Goto View -> Stats and notice the bitrate is 2500 kb/s instead of under 100 kb/s since you are streaming a black screen.
Check logs and see "rate_control: CBR" under "[x264 encoder: 'streaming_h264'] settings:"
The text was updated successfully, but these errors were encountered:
You have to enable Advanced output mode to fully disable streaming service recommendations. The "Ignore streaming service setting recommendations" checkbox only ignores a portion of settings, such as bitrate and resolution. Twitch don't want you streaming with CRF and expect your streams to be encoded a particular way, so we do what we can to prevent you from violating what services are expecting. We have no plans to make it easier for people to disable these recommendations.
This issue should be treated as a request to clarify wording, not change behavior.
Sorry, I just checked and didn't realize that we changed the UI in Advanced mode in 26.1. I'm not sure why the checkbox in Advanced settings was removed.
I think I read somewhere that the setting in the advanced area has been moved to the stream section and renamed to "Ignore streaming service setting recommendations". Basically it's the same flag, but the work for the move was not completely done and has bugs. Just an educated guess.
Loss of the UI breaks override for users of linux where many newer intel chips dont support CBR. So even a well chosen CQP stream will just fail to initialize
Platform
Operating system and version: Windows 10 2004
OBS Studio version: 26.1.1
Expected Behavior
Checking "Ignore streaming service setting recommendations" should work. It doesn't since I choose a rate control of CRF for Twitch and it is still set to CBR. I have noticed that the setting "ApplyServiceSettings=false" is missing from the [AdvOut] section of basic.ini. After manually adding "ApplyServiceSettings=false", the rate control is finally set to CFR.
Current Behavior
Checking "Ignore streaming service setting recommendations" adds "IgnoreRecommended=true" in [Stream1] section but does not add "ApplyServiceSettings=false" in the [AdvOut] section of basic.ini. I'm not sure if is suppose to be there anyway since maybe it's a bug that the new flag "IgnoreRecommended=true" does not work.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: