Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams. - bluenviron/mediamtx
live video streaming server in golang. Contribute to gwuhaolin/livego development by creating an account on GitHub.
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 β¨!
Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming. - tiangolo/nginx-rtmp-docker
Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc. - AlexxIT/go2rtc
SRS is a simple, high-efficiency, real-time media server supporting RTMP, WebRTC, HLS, HTTP-FLV, HTTP-TS, SRT, MPEG-DASH, and GB28181. - ossrs/srs