mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-04-23 01:07:03 +08:00
fix: Modify the regular expression matching for playing the stream path in the GB28181 module.
This commit is contained in:
@@ -19,7 +19,9 @@ gb28181:
|
||||
# live/test: dump/34020000001320000001
|
||||
onsub:
|
||||
pull:
|
||||
.* : $0
|
||||
^\d{20}/\d{20}$: $0
|
||||
^gb_\d+/(.+)$: $1
|
||||
# .* : $0
|
||||
mp4:
|
||||
# enable: false
|
||||
# publish:
|
||||
|
||||
Reference in New Issue
Block a user