Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Example GStreamer Pipelines

572 bytes added, 23:39, 10 February 2011
m
Audio RTP Streaming
The above example experienced dropped audio, please update pipeline when you get it working properly.<br>
I had the same problem using my IGEP WLAN interface. After direct connect with Ethernet cable the dropped audio problem was solved.
 
I also used these pipelines:
On host:
<pre>gst-launch-0.10 filesrc location=DownUnder.mp3 ! mad ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16,\
rate=44100 ! rtpL16pay ! udpsink host=192.168.2.8 port=5000
</pre>
On target:
<pre>gst-launch-0.10 udpsrc port=5000 ! “application/x-rtp, media=(string)audio, clock-rate=44100, width=16, height=16, \
encoding-name=(string)L16,encoding-params=(string)1, channels=(int)1, channel-position=(int)1, payload=(int)96” ! \
gstrtpjitterbuffer do-lost=true ! rtpL16depay ! audioconvert ! alsasink sync=false
</pre>
==== H.264 RTP Streaming ====
0
edits