416 shaares
2 results
tagged
i-tried-it
The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server. - datarhei/restreamer
I had to write this to get past the ffmpeg
detection problems:
#!/bin/sh
if [ "$1" = "-version" ] || [ "$1" = "-V" ] || [ "$1" = "-v" ]; then
echo "ffmpeg version 7.1.1 Copyright (c) ..."
else
exec /usr/bin/ffmpeg "$@"
fi
It's β¨ beautiful β¨!
readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity. - ncarlier/readflow
Unexpected 401
w/ docker-compose.yml
, hints of similar issues. As of June 2025. The latest release is a good bit back in 2024.