Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
Version bump 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NexAdn committed Aug 22, 2018
1 parent b2d4140 commit 94baead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required (VERSION 3.8)
project (obs-linuxbrowser LANGUAGES C CXX VERSION 0.5.1)
project (obs-linuxbrowser LANGUAGES C CXX VERSION 0.5.2)

set(CMAKE_BUILD_TYPE Release CACHE STRING "CMake build type")

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -18,15 +18,15 @@ terms of browser capabilities.

* Download the latest release from the [releases page](https://github.com/bazukas/obs-linuxbrowser/releases). Make sure the release version matches obs-studio version on your system [1].
* `mkdir -p $HOME/.config/obs-studio/plugins`
* Untar, e.g.: `tar -zxvf linuxbrowser0.5.1-obs21.1.2-64bit.tgz -C $HOME/.config/obs-studio/plugins/`
* Untar, e.g.: `tar -zxvf linuxbrowser0.5.2-obs21.1.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](https://aur.archlinux.org/packages/obs-linuxbrowser) or [obs-linuxbrowser-bin](https://aur.archlinux.org/packages/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.5.1-obs21.1.2-64bit.tgz” refers to obs-linuxbrowser version 0.5.1 with OBS version 21.1.2.
[1] Every binary release has the version number of OBS contained as part of the file name, e.g. “linuxbrowser0.5.2-obs21.1.2-64bit.tgz” refers to obs-linuxbrowser version 0.5.2 with OBS version 21.1.2.

# Building from source

Expand Down Expand Up @@ -87,7 +87,7 @@ Some 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](https://github.com/bazukas/obs-linuxbrowser/issues/63) for information about CEF versions that are known to be working.

*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.** *
*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](https://github.com/bazukas/obs-linuxbrowser/issues/58), there is a limitation in CEF, making it unable to detect the background of the OBS scenes.
Expand Down

0 comments on commit 94baead

Please sign in to comment.