Releases: pkviet/obs-studio
OBS Studio Music Edition v27.2.5
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.
OBS Studio Music Edition v27.2.4
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.
OBS Studio Music Edition v27.0.2c
-
It's a hotfix for an issue with dynamic bitrate with nvenc encoder.
-
I've added back scripting.
-
I've fixed obs-browser not working (panels and browser source).
-
Fixed also some locale tag missing for hotkeys.
Apart from that it should be identical to v 27.0.1.
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.
Improved dynamic bitrate (with two presets in Settings > Advanced section).
Low-latency wasapi audio capture (IAudioClient3) (I haven't experienced much improvement to be fair; I might not have the right soundboards).
Note: I've removed bundling of obs-ndi plugin; I don't use it.
Also a few bugfixes:
- fix for master mixer not loading settings;
- fix for track name not working;
- fixes for win-asio and obs-vst3 plugins.
==========
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);
- midi support for vst2 and vst3 plugins
- 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 Exxeldro).
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.
OBS Studio Music Edition v27.0.1
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 will 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.
Improved dynamic bitrate (with two presets in Settings > Advanced section).
Low-latency wasapi audio capture (IAudioClient3) (I haven't experienced much improvement to be fair; I might not have the right soundboards).
Note: I've removed bundling of obs-ndi plugin; I don't use it.
Also a few bugfixes:
- fix for master mixer not loading settings;
- fix for track name not working;
- fixes for win-asio and obs-vst3 plugins.
==========
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);
- midi support for vst2 and vst3 plugins
- 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 Exxeldro).
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.
OBS Studio Music Edition v26.0.2
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 is a hotfix minor Release with:
- fix for monitoring of Master Mixer which did not work;
- fix for soloing a track on Master mixer.
- includes all the fixes of official obs 26.0.1 and 26.0.2
==========
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);
- midi support for vst2 and vst3 plugins
- audio channel mixing (through Andersama rematrixer filter).
It is based on OBS-Studio v26.0.2 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of April 2020.
Fixes for v26
- Minor asio fixes
- Master mixer outputs fixed
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 bundled with this release.
OBS Studio Music Edition v26.0.0
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);
- midi support for vst2 and vst3 plugins
- audio channel mixing (through Andersama rematrixer filter).
It is based on OBS-Studio v26.0.0 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of April 2020.
- srt protocol support with streaming output fixed (it's bugged in obs v25).
Fixes for v26
- Minor asio fixes
- Master mixer outputs fixed
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 bundled with this release.
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 !
OBS Studio Music Edition v25.0.8
New for 25.0.8
- Added hotkey support for monitoring button (on both mixers).
- Fix asio source duplication issues.
- Unlock aac bitrate up to 5 Mbs (for surround sound and with ffmpeg native aac encoder).
Win-only release.
For mac, check the 25.0.8 beta.
- check the wiki for instructions:
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.
Features
Released under GPL v3.
This version is the second installment of OBS Studio Music Edition; it's been updated to include all gthe new features of obs v25.
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);
- midi support for vst2 and vst3 plugins
- audio channel mixing (through Andersama rematrixer filter).
It is based on OBS-Studio v25.0.8 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of May 2020.
- srt protocol support with streaming output fixed (it's bugged in obs v25).
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 !
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).
OBS Studio Music Edition 25.0.8 Beta (Mac only release)
This is a Mac only release.
I've tagged it as beta, since I haven't tested extensively but I expect the release to work just fine.
Compared with the windows version, there's no ASIO support (irrelevant) nor vst3. I plan to add AU and VST3 later.
NEW
Released under GPL v3.
This version is the second installment of OBS Studio Music Edition; it's been updated to include all gthe new features of obs v25.
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);
- audio channel mixing (through Andersama rematrixer filter).
It is based on OBS-Studio v25.0.4 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of April 2020.
- srt protocol support with streaming output fixed (it's bugged in obs vanilla v25).
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 !
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).
Planned:
details on the features in the Wiki
OBS Studio Music Edition v25.0.4 and v25.0.5beta
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 various available exe and which to download
There are three binaries which can be downloaded. v25.0.4 is the regular version. v25.0.4ndi includes the obs-ndi plugin (a regular install of the obs-ndi plugin will fail with OBS ME due to differences in the libobs library).
There is also a v25.0.5 beta version which should fix loading of webm with alpha.
If you find issues , open a Bug in Issues section.
NEW
Released under GPL v3.
This version is the second installment of OBS Studio Music Edition; it's been updated to include all gthe new features of obs v25.
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);
- midi support for vst2 and vst3 plugins
- audio channel mixing (through Andersama rematrixer filter).
It is based on OBS-Studio v25.0.4 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of April 2020.
- srt protocol support with streaming output fixed (it's bugged in obs v25).
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 !
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).
Planned:
details on the features in the Wiki
OBS Studio Music Edition v24.0.3
NEW
Released under GPL v3.
This major version is the first installment of OBS Studio Music Edition; it is targeted at music streaming:
- 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);
- midi support for vst2 and vst3 plugins
- audio channel mixing (through Andersama rematrixer filter).
It is based on OBS-Studio v24.0.3 and includes all its features.
Other features:
- ffmpeg libraries updated to master as of oct. 20, 2019.
- srt protocol support with ffmpeg custom output.
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 !
Additional Info
- The Master Mixer is OFF on default; enable it in the View > Docks > Master Mixer menu.
- 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).
Planned:
details on the features in the Wiki
Note on macOS builds:
I may provide a build later if there is any demand for it.