Gstreamer Mac OS X udpsink error

前端 未结 3 2160
离开以前
离开以前 2021-02-11 00:47

I’m trying to stream audio in Mac OS X but I keep getting this error:

gst-launch osxaudiosrc ! audioresample ! audioconvert ! alawenc ! rtppcmapay ! udpsink port         


        
3条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-11 01:47

    This bug has been fixed in GStreamer-1.0 so install (e.g. port install gstreamer1-gst-plugins-good) and run - making sure you use the v1 pipeline:

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

提交回复
热议问题