mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-05-10 05:50:58 +08:00
将 HDL 插件改名为 FLV 插件
This commit is contained in:
@@ -23,7 +23,15 @@ rtmp:
|
||||
pull:
|
||||
pullonsub:
|
||||
live/pull: rtmp://localhost/live/test
|
||||
# hdl:
|
||||
# flv:
|
||||
# pull:
|
||||
# pullonstart:
|
||||
# live/test: /Users/dexter/Movies/jb-demo.flv
|
||||
# live/test: /Users/dexter/Movies/jb-demo.flv
|
||||
gb28181:
|
||||
sip:
|
||||
listenaddr:
|
||||
- udp::5060
|
||||
pull:
|
||||
enableregexp: true
|
||||
pullonsub:
|
||||
.* : $0
|
||||
@@ -7,8 +7,8 @@ import (
|
||||
"m7s.live/m7s/v5"
|
||||
_ "m7s.live/m7s/v5/plugin/console"
|
||||
_ "m7s.live/m7s/v5/plugin/debug"
|
||||
_ "m7s.live/m7s/v5/plugin/flv"
|
||||
_ "m7s.live/m7s/v5/plugin/gb28181"
|
||||
_ "m7s.live/m7s/v5/plugin/hdl"
|
||||
_ "m7s.live/m7s/v5/plugin/logrotate"
|
||||
_ "m7s.live/m7s/v5/plugin/mp4"
|
||||
_ "m7s.live/m7s/v5/plugin/preview"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
global:
|
||||
loglevel: trace
|
||||
hdl:
|
||||
flv:
|
||||
pull:
|
||||
pullonstart:
|
||||
live/test: /Users/dexter/Movies/jb-demo.flv
|
||||
@@ -17,7 +17,7 @@ rtsp:
|
||||
rtmp:
|
||||
tcp:
|
||||
autolisten: false
|
||||
hdl:
|
||||
flv:
|
||||
pull:
|
||||
pullonstart:
|
||||
live/test: /Users/dexter/Movies/002.flv
|
||||
Reference in New Issue
Block a user