简体   繁体   English

警告:错误的管道:没有元素“ voaacenc”

[英]WARNING: erroneous pipeline: no element “voaacenc”

i try to execute 我尝试执行

gst-launch-1.0 -em rtpbin name=rtpbin latency=5 udpsrc port=5102 caps="application/x-rtp,media=(string)audio,clock-rate=(int)48000,encoding-name=(string)OPUS" ! rtpbin.recv_rtp_sink_0 rtpbin. ! queue ! rtpopusdepay ! opusdec ! audioconvert ! audioresample ! voaacenc ! mux. udpsrc port=5104 caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H264" ! rtpbin.recv_rtp_sink_1 rtpbin. ! queue ! rtph264depay ! h264parse ! mux. flvmux name=mux streamable=true ! rtmpsink sync=false location="rtmp://127.0.0.1:1935/show/stream live=1"

Unfortunately it raise an error: WARNING: erroneous pipeline: no element "voaacenc" 不幸的是,它引发了一个错误:警告:错误的管道:没有元素“ voaacenc”

Did you try running gst-inspect voaacenc ? 您是否尝试运行gst-inspect voaacenc

Try installing gst-plugins-bad , should solve it. 尝试安装gst-plugins-bad ,应该解决它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM