Streaming Audio Using Gstreamer CommandLine



On BeagleBoard-Xm

gst-launch alsasrc device=plughw:0,0 ! volume volume=0.8 ! mulawenc ! rtppcmupay ! udpsink host=xx.xx.xx.xx  port=5005

On Pc Local Station
gst-launch udpsrc port=5005 caps="application/x-rtp" ! queue ! rtppcmudepay ! mulawdec ! audioconvert ! alsasink

No comments:

Post a Comment