Install Difficulty - v5.1.1 #64
Unanswered
wmcgrathled
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Could you share a screenshot where it gets stuck? Thanks! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am hoping someone can help me out. I am successfully running pyrate and am now pretty good at running the software. I am trying to install 5.1.1 server on a fresh Raspberry PI (Bullseye). I wrote the following steps that I performed for my reference but also to help with documentation on installation for less skilled people.
The issue is that when I upload media (.mp3 for example) after uploading it gets stuck at:
Processing Media...
Here's the steps I performed:
`
Open Broadcaster Server setup:
sudo apt install git
sudo adduser obsuser
sudo usermod obsuser -a -G pi,adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,spi,i2c,gpio
ln -s /usr/bin/ffmpeg /usr/local/bin/avconv
ln -s /usr/bin/ffprobe /usr/local/bin/avprobe
`
I cannot figure out why it gets stuck there.
I should also mention I am "all green" on the "OpenBroadcaster Install Checker" and have run the updates.
Beta Was this translation helpful? Give feedback.
All reactions