A rudimentary implementation of a livestreaming server in go. RTMP and SRT, and fmp4 HLS.
Find a file
2023-08-21 18:44:12 +05:00
http file serving implemented, video served with hls.js 2023-08-21 15:11:19 +05:00
rtmp Now adds EXT-X-PROGRAM-DATE-TIME to m3u8 for player syncing 2023-08-21 18:44: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