-
-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a0964b
commit d12052e
Showing
3 changed files
with
41 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,28 +3,35 @@ | |
# 插件配置参考各个插件的文档 | ||
# 插件都有一个enable配置,如果为false则不启用该插件,默认为true即不需要配置。 | ||
|
||
# global: | ||
# secret: "123456" | ||
# http: | ||
# listenaddrtls: :8081 | ||
# certfile: monibuca.com.pem | ||
# keyfile: monibuca.com.key | ||
# record: | ||
# mp4: | ||
# autorecord: true | ||
# fragment: 20 | ||
# webtransport: | ||
# enable: false | ||
# certfile: monibuca.com.pem | ||
# keyfile: monibuca.com.key | ||
# rtsp: | ||
# pull: | ||
# pullonstart: true | ||
# pulllist: | ||
# live/rtsp : rtsp://admin:[email protected]:18554/Streaming/Channels/101 | ||
# hls: | ||
# enable: false | ||
# pull: | ||
# pullonstart: true | ||
# pulllist: | ||
# live/hls: http://111.40.196.27/PLTV/88888888/224/3221225548/index.m3u8 | ||
global: | ||
console: | ||
secret: "ab0f6913670062af4d2f15c621205178" | ||
# publish: | ||
# pubaudio: false | ||
http: | ||
listenaddrtls: :8081 | ||
certfile: monibuca.com.pem | ||
keyfile: monibuca.com.key | ||
record: | ||
enable: false | ||
hls: | ||
autorecord: true | ||
fragment: 20 | ||
webtransport: | ||
# enable: false | ||
certfile: monibuca.com.pem | ||
keyfile: monibuca.com.key | ||
gb28181: | ||
# enable: false | ||
rtsp: | ||
enable: false | ||
pull: | ||
pullonstart: true | ||
pulllist: | ||
live/rtsp : rtsp://admin:[email protected]/Streaming/Channels/201?transportmode=unicast | ||
hls: | ||
enable: false | ||
pull: | ||
pullonstart: true | ||
pulllist: | ||
live/hls: http://111.40.196.27/PLTV/88888888/224/3221225548/index.m3u8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters