tytan652
tytan652
### Description Use stream encoder when resetting encoder rather than the recording one. While resetting, OBS will try to restore the actual stream encoder stored in the `lastAdvEnc` variable but...
### Description Factorize all 'Check for Github Labels' as one job so this step/job is done once. It also fixes macOS and Ubuntu caches without dates when the CI is...
**ArchLinux/Manjaro users: if you want to test this feature, you can by building the `obs-studio-tytan652` AUR package** ### Description I added the possibility to bind the RTMP socket directly to...
### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** Depends on: - #5104 - #8087 - #8088 - #8089 - #8090 Replace and deprecate url, key, username and password functions...
### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** Depends on: - https://github.com/obsproject/obs-studio/pull/5104 - https://github.com/obsproject/obs-studio/pull/8087 - https://github.com/obsproject/obs-studio/pull/8088 - https://github.com/obsproject/obs-studio/pull/8089 Allow users to choose AAC or Opus to stream and record....
### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** Depends on: - https://github.com/obsproject/obs-studio/pull/5104 - https://github.com/obsproject/obs-studio/pull/8087 - https://github.com/obsproject/obs-studio/pull/8088 Make OBS Studio rely on the notion of protocol to select the output...
### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** Depends on: - https://github.com/obsproject/obs-studio/pull/5104 - https://github.com/obsproject/obs-studio/pull/8087 Make OBS Studio rely on the notion of protocol and service compatibility to enable some...
### Description **This PR is about the [RFC 45](https://github.com/obsproject/rfcs/pull/45).** Depends on: - https://github.com/obsproject/obs-studio/pull/5104 Additions (those will be used in other parts of RFC 45 implementation): - Adds `get_protocol` to services...
### Description Related to: - https://github.com/obsproject/obs-deps/pull/155 Dependency of: - https://github.com/obsproject/obs-websocket/pull/1097 Adds nlohmann JSON, WebSocket++ and Asio as packages for Ubuntu and modules for Flatpak. Adds finders for Asio and WebSocket++...
13.0.1 has a subtle difference with 13.0.0 when formatting ObjC enums. 13: ```objc enum crop_mode { CROP_NONE, CROP_MANUAL, CROP_TO_WINDOW, ``` 13.0.1: ```objc enum crop_mode { CROP_NONE, CROP_MANUAL, CROP_TO_WINDOW, ```