Obs version
Author: g | 2025-04-24
Ok it's just the obs version, ndi plugin isn't working on obs v28 yet. But it works on obs v27, you have to unistall your actual version and reinstall the latest obs v27 version on the obs studio github.
OBS 32bit version : r/obs - Reddit
Good news! Starting with version 25, OBS Studio ships with browser source that work on Linux.I recommend you to use that and report any issues at obs-browser repo and/or official discord community.I will archive this repository from now on. I would like to say big thanks to all the users, testers and contributors.Special thanks to NexAdn who helped maintain this repository for most of the time!AboutThis is a browser source plugin for obs-studio basedon Chromium Embedded Framework. This plugin is Linux only.Unfortunately, I was not able to make obsproject/obs-browser work on Linux,so I decided to create a separate plugin using the same engine, so both plugins should have feature parity interms of browser capabilities.DependenciesOBS-StudiolibgconfInstalling (binary release)Download the latest release from the releases page. Make sure the release version matches obs-studio version on your system [1].mkdir -p $HOME/.config/obs-studio/pluginsUntar, e.g.: tar -zxvf linuxbrowser0.6.1-obs23.0.2-64bit.tgz -C $HOME/.config/obs-studio/plugins/Install the dependencies (see Dependencies section)Arch Linux users can install obs-linuxbrowser from the official AUR packages obs-linuxbrowser or obs-linuxbrowser-bin.You don't need to build the plugin if you've downloaded a binary release, instructions below are for people who want to compile the plugin themselves.[1] Every binary release has the version number of OBS contained as part of the file name, e.g. “linuxbrowser0.6.1-obs23.0.2-64bit.tgz” refers to obs-linuxbrowser version 0.6.1 with OBS version 23.0.2.Building from sourceThe following steps are NOT necessary, if you have already installed a binary release of obs-linuxbrowser!Building CEFDownload CEF minimal or standard binary release from [2]Extract and cd into folderRun cmake ./ && make libcef_dll_wrapper[2] Due to unknown reasons certain CEF versions do not work properly with OBS-Studio. See issue #63 for a list of versions which have been confirmed to be working and to track progress on this issue.Building PluginMake sure you have obs-studio installed.cd obs-linuxbrowsermkdir buildcd buildcmake -DCEF_ROOT_DIR= .. (don't forget the two dots at the Ok it's just the obs version, ndi plugin isn't working on obs v28 yet. But it works on obs v27, you have to unistall your actual version and reinstall the latest obs v27 version on the obs studio github. The original version of OBS, later known as OBS Classic, is no longer supported as of 2025. The new version, OBS Multiplatform (later renamed to OBS Studio), entered Can be tried out by checking out the fix-new-cef-api-108-110 branch. Unfortunately, this branch hasn't been merged to master yet due to the problems described in #121.OBS snap installation crashing when trying to create a Linuxbrowser objectobs-linuxbrowser does not support Snap installations as these have some known restrictions that make our plugin crash. Please install OBS your distribution's standard way (e.g. via APT, RPM, etc.).See #105 for details.Old version of OBS not starting with new version of obs-linuxbrowser installedUsing obs-linuxbrowser with an older OBS version than the one which has been used for compilation makes OBS break. Compile obs-linuxbrowser with the same OBS version you are going to use for streaming/recording or select a binary release whose OBS version matches the same version as yours. If you've compiled obs-linuxbrowser yourself, recompile it with the older version of OBS.OBS-Linuxbrowser not displaying any content with certain versions of CEFSome builds of CEF seem to be not working with obs-linuxbrowser.We weren't able to figure out the exact cause of this, but we assume that it's a CEF-related issue we can't fix.Check issue #63 for information about CEF versions that are known to be working.This issue seems to have been resolved. If it occurs again, please open a new issue.Problems might also occur when updating CEF withouth recompiling obs-linuxbrowser afterwards. Please make sure to recompile obs-linuxbrowser before opening issues concerning problems with certain CEF versions.Transparency not working correctly: Transparent white browser content appears gray on white scene background.As stated in issue #58, there is a limitation in CEF, making it unable to detect the background of the OBS scenes.Instead, premultiplied alpha values are used, which somehow make transparent white colors appear gray (every color on the grayscale is a bit darker than normal when using transparency).With a black background, transparency seems to be working outComments
Good news! Starting with version 25, OBS Studio ships with browser source that work on Linux.I recommend you to use that and report any issues at obs-browser repo and/or official discord community.I will archive this repository from now on. I would like to say big thanks to all the users, testers and contributors.Special thanks to NexAdn who helped maintain this repository for most of the time!AboutThis is a browser source plugin for obs-studio basedon Chromium Embedded Framework. This plugin is Linux only.Unfortunately, I was not able to make obsproject/obs-browser work on Linux,so I decided to create a separate plugin using the same engine, so both plugins should have feature parity interms of browser capabilities.DependenciesOBS-StudiolibgconfInstalling (binary release)Download the latest release from the releases page. Make sure the release version matches obs-studio version on your system [1].mkdir -p $HOME/.config/obs-studio/pluginsUntar, e.g.: tar -zxvf linuxbrowser0.6.1-obs23.0.2-64bit.tgz -C $HOME/.config/obs-studio/plugins/Install the dependencies (see Dependencies section)Arch Linux users can install obs-linuxbrowser from the official AUR packages obs-linuxbrowser or obs-linuxbrowser-bin.You don't need to build the plugin if you've downloaded a binary release, instructions below are for people who want to compile the plugin themselves.[1] Every binary release has the version number of OBS contained as part of the file name, e.g. “linuxbrowser0.6.1-obs23.0.2-64bit.tgz” refers to obs-linuxbrowser version 0.6.1 with OBS version 23.0.2.Building from sourceThe following steps are NOT necessary, if you have already installed a binary release of obs-linuxbrowser!Building CEFDownload CEF minimal or standard binary release from [2]Extract and cd into folderRun cmake ./ && make libcef_dll_wrapper[2] Due to unknown reasons certain CEF versions do not work properly with OBS-Studio. See issue #63 for a list of versions which have been confirmed to be working and to track progress on this issue.Building PluginMake sure you have obs-studio installed.cd obs-linuxbrowsermkdir buildcd buildcmake -DCEF_ROOT_DIR= .. (don't forget the two dots at the
2025-04-20Can be tried out by checking out the fix-new-cef-api-108-110 branch. Unfortunately, this branch hasn't been merged to master yet due to the problems described in #121.OBS snap installation crashing when trying to create a Linuxbrowser objectobs-linuxbrowser does not support Snap installations as these have some known restrictions that make our plugin crash. Please install OBS your distribution's standard way (e.g. via APT, RPM, etc.).See #105 for details.Old version of OBS not starting with new version of obs-linuxbrowser installedUsing obs-linuxbrowser with an older OBS version than the one which has been used for compilation makes OBS break. Compile obs-linuxbrowser with the same OBS version you are going to use for streaming/recording or select a binary release whose OBS version matches the same version as yours. If you've compiled obs-linuxbrowser yourself, recompile it with the older version of OBS.OBS-Linuxbrowser not displaying any content with certain versions of CEFSome builds of CEF seem to be not working with obs-linuxbrowser.We weren't able to figure out the exact cause of this, but we assume that it's a CEF-related issue we can't fix.Check issue #63 for information about CEF versions that are known to be working.This issue seems to have been resolved. If it occurs again, please open a new issue.Problems might also occur when updating CEF withouth recompiling obs-linuxbrowser afterwards. Please make sure to recompile obs-linuxbrowser before opening issues concerning problems with certain CEF versions.Transparency not working correctly: Transparent white browser content appears gray on white scene background.As stated in issue #58, there is a limitation in CEF, making it unable to detect the background of the OBS scenes.Instead, premultiplied alpha values are used, which somehow make transparent white colors appear gray (every color on the grayscale is a bit darker than normal when using transparency).With a black background, transparency seems to be working out
2025-04-20Many streamers are getting the error failed to load channel information for Twitch while using OBS. Remember this is an issue with OBS and not Streamlabs or Streamlabs OBS. What happens is users are unable to connect to Twitch. The exact error message says: “Failed To Load Channel Information For Twitch. Not Found:”. So if you are one such streamer that got this error then you are in luck as we have the fix you are looking for.You can fix this bug by updating OBS to the latest version. At the time of writing this article, the latest OBS version is 27.2.3. You can get the latest version in two ways.Installing the latest versionSearch google for OBS.From the official site download the latest OBS version.Uninstall the current version of OBS. This will ensure a clean installation of the latest version.Install the latest version of OBS.Once the installation is complete add your stream key and your stream settings to set up OBS and start streaming.Updating to the latest versionLaunch OBS.You should automatically get a popup for the update if you are using an older version of the software.In case you didn’t get the popup or closed it. Then click on Help.Here choose Check for updates.Update your OBS to the latest version.Run OBS as Admin: This is a kind of a basic fix but might help resolve this issue for you.Right-click on the icon of OBS on your Desktop, or wherever its file is.Click on the the “Run as Administrator” option.This should
2025-04-17About:This is a very modified version of the "Dark" theme shipped with OBS. It contains code snippets from the themes "Acri" made by @Warchamp7 and "Rachni" made by @Fenrir. Those themes are also shipped with OBS. This theme is mainly meant for OBS v23 and higher but should work with earlier versions too.There are two different versions. One with a custom font and one without.Version with font: Version without font: Both versions and the fonts are included in the download.How to install the version with the custom font:1. Extract Twitchy.zip2. Go to Twitchy (with font) -> FONT3. Install all the fonts in there (see picture) *IMPORTANT 4. Move the Twitchy folder and Twitchy.qss file into your theme folder (Default is: C:\Program Files\obs-studio\data\obs-studio\themes\)5. Restart OBS6. In OBS, go to Settings -> General and select the theme7. Click OK----------How to install the version without the custom font:1. Extract Twitchy.zip2. Go to Twitchy (without font)3. Move the Twitchy-Lite folder and Twitchy-Lite.qss file into your theme folder (Default is: C:\Program Files\obs-studio\data\obs-studio\themes\)4. Restart OBS5. In OBS, go to Settings -> General and select the theme6. Click OKThat's it!----------If you experience any problems or if you have any ideas for improvements, please let me know in the comments below!Feel free to rate this theme and share it with your friends ----------Known issues: Issue: The new integration docks sometimes have a small color deviation compared to OBS so the docks aren't seamless with the OBS main window.Info: Not sure how to fix this. Seems like it depends on the Chrome version, Windows Version (and sometimes even build). Added missing SVGs and adjusted color palette Added "close" and "popout" SVGs. Fixed margin for dock titles Fixed missing save.svg (replay buffer save) lakhnish_monster 5.00 star(s) Jul 10, 2023 Version: 1.1.0 In the latest OBS update (I believe OBS Studio 28), they changed some things around and the text for the Twitchy theme become hard to read as the font size has become smaller (this can be compared OBS's default Yami theme). Is there a way to resolve this? I really miss using this theme. cvhvisuals 5.00 star(s) May 3, 2020 Version: v1.0.7 Daily driver theme. Easy on the eyes and matches the Twitch scheme great! Thanks Vinylwalk3r 5.00 star(s) May 1, 2020 Version: v1.0.7 Absolutly the BEST! Dark, easy to naivgate and should just be the default OBS theme it ships with! Clam- 5.00 star(s) Mar 18, 2020 Version: v1.0.6 Didn't even know you can customize OBS like this, thank you! SgtKamato 5.00 star(s) Sep 8, 2019 Version: v1.0.4 I must say i realy like your design. I had the Twitch Theme befor but your is more ... Twitchy? xDIch muss sagen ich mag dein Design. I hatte davor
2025-04-22