Stitch in an offline slate when the RTMP stream is dropped
This commit is contained in:
@@ -2,12 +2,14 @@ publicHLSPath: webroot/hls
|
||||
privateHLSPath: hls
|
||||
ffmpegPath: /usr/local/bin/ffmpeg
|
||||
webServerPort: 8080
|
||||
enableOfflineImage: true
|
||||
|
||||
videoSettings:
|
||||
chunkLengthInSeconds: 4
|
||||
streamingKey: abc123
|
||||
encoderPreset: superfast # https://trac.ffmpeg.org/wiki/Encode/H.264
|
||||
passthrough: true # Enabling this will ignore the below stream qualities and pass through the same quality that you're sending it
|
||||
offlineImage: doc/logo.png # Is displayed when a stream ends
|
||||
|
||||
streamQualities:
|
||||
- bitrate: 1000 # in k
|
||||
|
||||
Reference in New Issue
Block a user