mirror of
https://github.com/langhuihui/monibuca.git
synced 2026-05-08 10:41:07 +08:00
修复 rtsp 推流一个低级错误
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
global:
|
||||
# loglevel: trace
|
||||
loglevel: trace
|
||||
# enableauth: true
|
||||
# tcp:
|
||||
# listenaddr: :50051
|
||||
@@ -22,7 +22,7 @@ rtmp:
|
||||
# subaudio: false
|
||||
pull:
|
||||
pullonsub:
|
||||
live/pull: rtmp://localhost/live/test
|
||||
# live/pull: rtmp://localhost/live/test
|
||||
# flv:
|
||||
# pull:
|
||||
# pullonstart:
|
||||
|
||||
@@ -3,7 +3,6 @@ package main
|
||||
import (
|
||||
"context"
|
||||
"flag"
|
||||
|
||||
"m7s.live/m7s/v5"
|
||||
_ "m7s.live/m7s/v5/plugin/console"
|
||||
_ "m7s.live/m7s/v5/plugin/debug"
|
||||
|
||||
Reference in New Issue
Block a user