mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-10-06 22:22:47 +08:00
fix: pull rtsp
This commit is contained in:
@@ -118,6 +118,8 @@ func (t *Transformer) Start() (err error) {
|
||||
args = append(args, "-f", "flv", to.Target)
|
||||
case "rtsp":
|
||||
args = append(args, "-f", "rtsp", to.Target)
|
||||
case "srt":
|
||||
args = append(args, "-f", "mpegts", to.Target)
|
||||
default:
|
||||
args = append(args, to.Target)
|
||||
}
|
||||
|
Reference in New Issue
Block a user