mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
move pipelines from gst to capture.
This commit is contained in:
parent
29f67fad06
commit
deabba80ca
4 changed files with 189 additions and 183 deletions
|
@ -41,7 +41,7 @@ func (manager *BroadcastManager) Start() error {
|
|||
}
|
||||
|
||||
var err error
|
||||
manager.pipeline, err = gst.CreateRTMPPipeline(
|
||||
manager.pipeline, err = CreateRTMPPipeline(
|
||||
manager.capture.Device,
|
||||
manager.capture.Display,
|
||||
manager.config.Pipeline,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue