test: Add 1 and update 2 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 23s

This commit is contained in:
Your Name
2025-09-02 09:16:29 +12:00
parent 7d1a1b3f0c
commit 69ac486533
3 changed files with 16 additions and 3 deletions

7
squashkiwi-streaming/.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Playwright
node_modules/
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/

View File

@@ -4,9 +4,6 @@
logLevel: info
logDestinations: [stdout]
# Authentication - disable for public access
authMethod: none
# API Configuration
api: yes
apiAddress: :9997
@@ -28,12 +25,21 @@ hlsAllowOrigin: '*'
hlsSegmentCount: 10
hlsSegmentDuration: 2s
hlsPartDuration: 200ms
hlsAlwaysRemux: yes
# WebRTC Server
webrtc: yes
webrtcAddress: :8889
webrtcAllowOrigin: '*'
# Path defaults
pathDefaults:
# Disable authentication
readUser:
readPass:
publishUser:
publishPass:
# Path Configuration
paths:
# Transcoded H264 stream

0
squashkiwi-streaming/test-substream.sh Normal file → Executable file
View File