Hello friends,
In this blog we will install OBS Studio on Android without having root access.
OBS (Open Broadcaster Software) is a free and open-source software for screen recording and streaming maintained as OBS Studio by obsproject. It is available for Linux, mac & Windows.
Prerequisite
Termux
Any Linux distro installed with GUI in Termux like debian, ubuntu or kali, Here I am using Debian with xfce.
Installation
First of all login to your Linux distro, Here I have install debian with xfce via proot-distro
proot-distro login debian
Now update and upgrade your distro
apt update && apt upgrade
Next we need to install ffmpeg, Install it by executing following command
apt install ffmpeg
Now To install OBS Studio execute following command
apt install obs-studio
Setting up sound
You can watch this video to setup sound permanently
Or do it manually with following commands
To setup sound you it to install pulseaudio in Termux not in linux distro, install it by executing following command
pkg update && pkg install pulseaudio
Next, execute following command to start pulse server
pulseaudio --start --load="module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1" --exit-idle-time=-1
Now execute following command in linux distro not in Termux
export PULSE_SERVER=127.0.0.1
Now start your GUI and you can run OBS Studio now by execution following command in terminal or directly within applications menu
obs-studio
Your tutorials are great, it's a shame they deleted the videos
ReplyDelete