Replies: 1 comment
-
So figured out the problem, the reason I was getting permission denied, even as root, was Protected FIFOs. As per this answer and from this Documentation/sysctl/fs.txt
I see this is mentioned on the Mopidy section now, just above the ffmpeg section, but not mentioned in the pipes section in the player_setup. So I've gone ahead and created a PR #1130 to add some documentation for it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm trying to use Streamlink to playback audio_only endpoints on Twitch to Snapcast named pipe. I'm running (for testing) the command as root, so I'd expect to be able to have full permissions to anything, but yet I'm getting permission denied to the Snapserver named pipe.
Snapcast config
Basing my command off of the
ffmpeg
section in player setup guideI've had to use
-y
because otherwise ffmpeg would complainFile '/tmp/streamlink' already exists. Exiting.
I'm running Debian Bullseye, fully up to date, which is Snapserver v0.23.0.Beta Was this translation helpful? Give feedback.
All reactions