gpt4 book ai didi

macos - Gstreamer Mac OS X udpsink 错误

转载 作者:行者123 更新时间:2023-12-02 02:44:57 25 4
gpt4 key购买 nike

我尝试在 Mac OS X 中流式传输音频,但不断收到此错误:

gst-launch osxaudiosrc ! audioresample ! audioconvert ! alawenc ! rtppcmapay ! udpsink port=10001 host=192.168.2.10

Setting pipeline to PAUSED …
ERROR: Pipeline doesn’t want to pause.
ERROR: from element /GstPipeline:pipeline0/GstUDPSink:udpsink0: Could not get/set settings from/on resource.
Additional debug info:
gstmultiudpsink.c(804): gst_multiudpsink_configure_client (): /GstPipeline:pipeline0/GstUDPSink:udpsink0:
Could not set TTL socket option (22): Invalid argument
Setting pipeline to NULL …
Freeing pipeline …

这在 Windows 中有效,将 osxaudiosrc 替换为 autoaudiosrc,有人知道问题是什么吗?

谢谢

最佳答案

您可能缺少gst-ffmpeg插件。我这么说是因为I'd encoutered a similiar problem .

您可以使用 Homebrew 安装它(首选)或 MacPorts .

自制命令:brew install gst-ffmpeg

我还建议安装其他软件包。此命令将安装 GStreamer 及其所有软件包:brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-ffmpeg

使用 brew search gst 搜索您可能需要的有关 GStreamer 的其他软件包。

祝你好运!

关于macos - Gstreamer Mac OS X udpsink 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4094990/

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