Problem with audio playback

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem with audio playback

1,475 次查看
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

标签 (3)
0 项奖励
回复
2 回复数

1,259 次查看
rjongbloed
Contributor II

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

1,259 次查看
LeonardoSandova
Specialist I

So, where you able to do the upgrade?

Leo

0 项奖励
回复