test: Add 1 and update 2 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 23s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 23s
This commit is contained in:
7
squashkiwi-streaming/.gitignore
vendored
Normal file
7
squashkiwi-streaming/.gitignore
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
# Playwright
|
||||
node_modules/
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/blob-report/
|
||||
/playwright/.cache/
|
@@ -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
0
squashkiwi-streaming/test-substream.sh
Normal file → Executable file
Reference in New Issue
Block a user