mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
nack is nativly implemented by pion webrtc v3, gstreamer has 25 fps with no additional parameters
This commit is contained in:
@ -50,7 +50,7 @@ var pipelinesLock sync.Mutex
|
||||
var registry *C.GstRegistry
|
||||
|
||||
const (
|
||||
videoSrc = "ximagesrc display-name=%s show-pointer=true use-damage=false ! video/x-raw ! videoconvert ! queue ! "
|
||||
videoSrc = "ximagesrc display-name=%s show-pointer=true use-damage=false ! video/x-raw,framerate=30/1 ! videoconvert ! queue ! "
|
||||
audioSrc = "pulsesrc device=%s ! audio/x-raw,channels=2 ! audioconvert ! "
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user