UPDATE: Added functionality that updates database on stream start and on stream end. Adds new stream to database

This commit is contained in:
2025-01-29 00:59:05 +00:00
parent bc1a48a571
commit 6964234231
4 changed files with 41 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ rtmp {
push rtmp://127.0.0.1:1935/hls-live;
on_publish http://web_server:5000/publish_stream;
on_publish_done http://web_server:5000/end_stream;
}