Problem with audio playback

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem with audio playback

818 Views
rjongbloed
Contributor II

Very simple test, the following does not work

 

gst-launch udpsrc port=5000 caps="application/x-rtp,media=audio,encoding-name=PCMU" ! gstrtpjitterbuffer ! rtppcmudepay ! mulawdec ! audioconvert ! alsasink &

gst-launch audiotestsrc ! mulawenc ! rtppcmupay ! udpsink port=5000 &

 

on iMX53 QSB.

 

It works perfectly on a standard x86 Linux box, and also:

 

gst-launch audiotestsrc ! mulawenc ! rtppcmupay ! rtppcmudepay ! mulawdec ! alsasink

 

works fine on the iMX. It's seems that it is only when it is "live" that it stops.

 

I have attached a log file, but it is very hard to decipher. At least for me!

 

Thoughts?

Original Attachment has been moved to: udp.log.zip

Labels (3)
0 Kudos
2 Replies

602 Views
rjongbloed
Contributor II

It appears the version 0.10.28 of streamer exhibits this problem, and 0.10.35 does not.

602 Views
LeonardoSandova
Specialist I

So, where you able to do the upgrade?

Leo

0 Kudos