A rudimentary implementation of a livestreaming server in go. RTMP and SRT, and fmp4 HLS.
Find a file
2023-08-24 12:51:12 +05:00
http Comments 2023-08-21 20:25:54 +05:00
rtmp change cleanup to check for active stream (prevents segment wipe on reconnect) 2023-08-24 12:51:12 +05:00
static file serving implemented, video served with hls.js 2023-08-21 15:11:19 +05:00
go.mod Basic RTMP server+handshake 2023-08-09 16:00:21 +05:00
main.go basic http server setup 2023-08-21 12:22:20 +05:00