Hello everyone, welcome to our Fedora Tutorial. Today we are going to install OBS Studio on Fedora 27. What is OBS Studio? If you are new to this software, OBS Studio is a free and open source software for video recording and video streaming. You might know Simple Screen Recorder, the popular screen recording application. This OBS Studio has similar feature to Simple Screen Recorder but with more features inside. You can stream and share your video (for example gaming video) to the world.
OBS Studio Features:
- High performance real time video/audio capturing and mixing, with unlimited scenes you can switch between seamlessly via custom transitions.
- Intuitive audio mixer
- Easy to use and to configure
- Support multiple themes
For more information, please visit OBS Studio website.
Steps to install OBS Studio on Fedora 27
When this post is written, OBS Studio 20.0 is available. For Fedora users, we need to install and enable RPM Fusion first. Lets get started.
A. Install RPM Fusion on Fedora 27
dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
B. Install OBS Studio
After we configure RPM Fusion, we can start installing OBS Studio on Fedora 27 with the following command
dnf install obs-studio
Once installed, you may see the OBS Studio icon on your Application list. Click to run it.
Possible Issues
In my case, OBS Studio is not working well. It shows a blank screen and cannot record the screen correctly. I am still working around to find what possible issue that cause all of these. It could be the Wayland-OBS incompatibility. We hope the future development will solve this issue. And I will update this post as soon as I found the solution.
Thanks for reading this post. Cheers.
Switch to GNOME on Xorg at login prompt (F27) to have screen capturing alive. You have acrually 3 options and default on obviously
would run Wayland affecting feature you are concerned about.
You may also get this instructions here :-
https://docs.fedoraproject.org/f27/system-administrators-guide/Wayland.html
There is also several typos in my first comment, which I cannot fix after posting comment.