Gstreamer 参数出错

问题描述

我的代码基于 Google 珊瑚对象跟踪器示例:https://github.com/google-coral/example-object-tracker/tree/master/gstreamer

当我尝试运行代码时,我遇到了以下 Gstreamer 问题:

Gstreamer pipeline:
 souphttpsrc location=https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8 ! tee name=t
            t. ! queue max-size-buffers=1 leaky=downstream ! videoconvert ! videoscale ! video/x-raw,width=300,height=225 ! videoBox name=Box autocrop=true
               ! video/x-raw,format=RGB,height=300 ! appsink name=appsink emit-signals=true max-buffers=1 drop=true
            t. ! queue max-size-buffers=1 leaky=downstream ! videoconvert
               ! rsvgoverlay name=overlay ! videoconvert ! ximagesink sync=false

Error: gst-stream-error-quark: Internal data stream error. (1): gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline0/GstQueue:queue0:
streaming stopped,reason not-negotiated (-4)

我对 Gstreamer 不放心,但据我了解,queue 参数可能存在问题。

是否需要设置一些东西才能使其正常工作?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)