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