From ccf3481cd4708773e4135a1fad8bfa2662e89eee Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 14 Oct 2023 13:34:09 +0100 Subject: [PATCH] docs: update README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 638c4da..7e448a1 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ The installation process is simple: - **You must use the `obs-portable` launcher** to ensure OBS Studio finds all the associated libraries and add-ons. ```bash -wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23285/obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs).tar.bz2" -wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23285/obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs).tar.bz2.sha256" -sha256sum -c obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs).tar.bz2.sha256 -tar xvf obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs).tar.bz2 -cd obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs) +wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23287/obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs).tar.bz2" +wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23287/obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs).tar.bz2.sha256" +sha256sum -c obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs).tar.bz2.sha256 +tar xvf obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs).tar.bz2 +cd obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs) sudo ./obs-dependencies ./obs-portable ``` @@ -139,9 +139,9 @@ For example: ```bash mkdir ~/OBS-Studio-again cd ~/OBS-Studio-again -wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23285/obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs).tar.bz2" -tar xvf obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs).tar.bz2 -cd obs-portable-29.1.3-r23285-ubuntu-$(lsb_release -rs) +wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23287/obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs).tar.bz2" +tar xvf obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs).tar.bz2 +cd obs-portable-29.1.3-r23287-ubuntu-$(lsb_release -rs) ``` To launch the second instance of OBS Studio Portable in Distrobox, run the following command: @@ -256,7 +256,7 @@ These plugins were previously bundled with OBS Studio, but have since been remov - Requires [NvFBC patches for Nvidia [drivers](https://github.com/keylase/nvidia-patch) for consumer-grade GPUs. - **[RTSP Server](https://github.com/iamscottxu/obs-rtspserver/)** - introduced a large number of memory leaks. - **[Scene Collection Manager](https://github.com/exeldro/obs-scene-collection-manager)** - can silently revert configurations to an older version. -- **[StreamFX](https://github.com/Xaymar/obs-StreamFX)** plugin; Dropped from OBS 30 onward. Not compatible with Vertical Plugin, 0.12.0b366 and newer forcibly include pointless UI elements and component inclusion is no longer configurable. +- **[StreamFX](https://github.com/Xaymar/obs-StreamFX)** - dropped from OBS 30 onward. Incompatible with Vertical Plugin, 0.12.0b366 onwards forcibly include pointless UI elements and component inclusion is no longer configurable. StreamFX features are now provided via superior plugins and StreamFX development has fallen way behind OBS Studio release cadence. ### To consider 🤔 @@ -314,13 +314,13 @@ The actual build script, [`obs-build.sh`](builder/obs-build.sh), gets injected i ## Release numbers -An OBS Studio Portable for Linux release number will be something like r23285, and the filename will indicate the version of OBS Studio and which Ubuntu release it is for: +An OBS Studio Portable for Linux release number will be something like r23287, and the filename will indicate the version of OBS Studio and which Ubuntu release it is for: ```text +-- OBS Portable for Ubuntu revision | v -obs-portable-29.1.3-r23285-ubuntu-22.04.tar.bz2 +obs-portable-29.1.3-r23287-ubuntu-22.04.tar.bz2 ^ ^ | | +-- OBS version +-- Supported Ubuntu release