This is a hotfix release, identical to the previous one.
Fixes:
- a race condition with Media Source, when it's reset;
- muted state of a source is not displayed correctly at startup.
The obs-ndi dll compiled against libobs of this fork are provided. Just add them to the obs-plugin folder if you want to use ndi with obs.
====
I decided to make a new release since I coded upstream a bunch of new features which need testing.
Namely:
- support for Nvidia RTX AI Greenscreen filter (requires an RTX GPU & install of the sdk: https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-sdk/resources/); there's very small GPU usage overhead (a few % w/ my RTX 3070) and 0 delay (it takes 1-2 ms of processing time per frame).
- support for NVIDIA RTX Audio Dereverb FX & Dereverb + Denoiser combined FX (requires an RTX GPU & install of the sdk : https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-sdk/resources/)
- native support for SRT & RIST protocols (rewritten from scratch; don't use avformat lib any more, so it should be better in principle).
- support for aac 22.2 audio (nhk format)
- ffmpeg libs updated as of April 27 2022.
Apart from that it should be identical to vanilla obs 27.2.4.
Note
I've added a second installer which ships obs-ndi plugin.
This requires that NDI 4 runtime be installed. Google is your friend.
Donations
We invested a lot of our time in making this version of OBS, which we release free of charge.
If you find this edition useful, consider donating. Even one buck is that much going to buy ourselves a burger !
What's new
This should be the last time I release any exe for this project. I don't have much time to keep maintaining this fork. Thanks to all who supported the project.
- Synched to latest obs-studio release.
- support for Nvidia RTX AI Greenscreen filter (requires an RTX GPU & install of the sdk: https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-sdk/resources/)
- support for NVIDIA RTX Audio Dereverb FX & Dereverb + Denoiser combined FX (requires an RTX GPU & install of the sdk : https://www.nvidia.com/en-us/geforce/broadcasting/broadcast-sdk/resources/)
- native support for SRT & RIST protocols (rewritten from scratch; don't use avformat lib any more, so it should be better in principle).
- support for aac 22.2 audio (nhk format)
- ffmpeg libs updated as of April 27 2022.
Note: I've removed bundling of obs-ndi plugin; I don't use it.
Also a few bugfixes:
- issue 67: 20 channel audio streaming
- issue 66 : 16.0 not available for asio
- issue 53: Track volume not saved
- issue 42: Track name not updated
==========
NB: prerequisite: download the last visual studio redistributable https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
Features
Released under GPL v3.
This version is the third installment of OBS Studio Music Edition; it's been updated to include all the new features of obs v26.
As the previous release, the main features are:
- support for up to 16 audio channels;
- master mixer with filtering / monitoring buttons (written by Andersama and pkv);
- improved audio sources mixer with monitoring/routing buttons (written by pkv);
- improved asio capture through the JUCE library (written by Andersama and some minor stuff by pkv)
- multi-device capability: if you have several asio soundboards, they can all be captured in obs-studio at the same time.
- for asio use, check the asio wiki; in particular, if you want to capture mixes from a DAW.
- vst3 (through Andersama vst3 plugin);
- audio channel mixing (through Andersama rematrixer filter).
- low-latency wasapi audio capture (IAudioClient3)
- mac : coreaudio capture with juce library with routing capabilities added (requires compiling on mac).
- bundled with obs-virtualcam-filter (from Exeldro).
It is based on OBS-Studio v27.0.1 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of April 2020.
Instructions
- check the wiki for instructions.
Additional Info
- the rematrixer plugin which allows channel manipulation of a source is an audio filter; right-click on an audio source and select Filters.
- Note on Twitch panels: they are working but require that authentication be made with regular obs. After that they will be loaded by OBS-Studio Music Edition(this fork).
- the native obs-virtualcam from vanilla OBS works with OBS ME but it needs to be installed along with vanilla OBS.
Compatibility with third party plugins
Libobs was patched to support the additional capabilities so there's no guarantee that plugins working with a regular release of obs-studio will work unless they're explicitly compiled by linking to my modified libobs.
The ndi plugin is no longer bundled with this release.