mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-01 18:33:04 +02:00
opus useinbandfec.
This commit is contained in:
parent
130832177c
commit
2189e4fd49
3 changed files with 3 additions and 2 deletions
|
@ -160,7 +160,7 @@ func CreateAppPipeline(codecName string, pipelineDevice string, pipelineSrc stri
|
|||
return nil, err
|
||||
}
|
||||
|
||||
pipelineStr = fmt.Sprintf(audioSrc+"opusenc bitrate=%d"+pipelineStr, pipelineDevice, bitrate*1000)
|
||||
pipelineStr = fmt.Sprintf(audioSrc+"opusenc inband-fec=true bitrate=%d"+pipelineStr, pipelineDevice, bitrate*1000)
|
||||
case "G722":
|
||||
// https://gstreamer.freedesktop.org/documentation/libav/avenc_g722.html?gi-language=c
|
||||
// gstreamer1.0-libav
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue