当前位置:  开发笔记 > 编程语言 > 正文

Gstreamer Mac OS X udpsink错误

如何解决《GstreamerMacOSXudpsink错误》经验,为你挑选了1个好方法。

我正在尝试在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替换osxaudiosrcautoaudiosrc,谁知道是什么问题?

谢谢



1> Ory Band..:

你可能会错过gst-ffmpeg插件.我这样说是因为我遇到了类似的问题.

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

Homebrew命令: 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包等.

祝好运!

推荐阅读
保佑欣疼你的芯疼
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有