gpt4 book ai didi

ios - GStreamer-无法构建管道: no element tcppclientsrc

转载 作者:行者123 更新时间:2023-11-30 11:10:44 25 4
gpt4 key购买 nike

enter image description here我已经完成了 gstreamer 教程 1-5。开发人员使用了静态 url,即 http://,但我的要求略有不同。下面是我在 demo3 教程代码中更改的代码

pipeline = gst_parse_launch("tcpclientsrc host=...* port=5000 ! gdpdepay ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink 同步=假enable-last-buffer = false“,&错误);

if (error) {

gchar *message = g_strdup_printf("Unable to build pipeline: %s", error->message);

g_clear_error (&error);

[self setUIMessage:message];

g_free (message);

return;

}

但它返回一个名为“无法构建 pipline:没有元素 tcpclientsrc”的错误

请指导我哪里出了问题

最佳答案

尝试运行gst-inspect-1.0 tcpclientsrc,如果提示没有此类插件,请安装gst-plugins-base

P.S 你的错误是tcppclientsrc,它应该是tcpclientsrc

关于ios - GStreamer-无法构建管道: no element tcppclientsrc,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52202338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com