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
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:
port install gstreamer1-gst-plugins-good
gst-launch-1.0 osxaudiosrc ! audioresample ! audioconvert ! alawenc ! rtppcmapay ! udpsink port=10001 host=192.168.2.10