Initial commit - stream factory

This commit is contained in:
2026-03-18 11:53:05 +01:00
commit 89cbb7e1c8
7 changed files with 100 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# HLS runtime
hls/*
!hls/.keep
# logs
logs/*
!logs/.keep
# temp
*.log
# system
*.pid
*.sock