Administrator
|
Assuming this is your pipeline:
./test-launch --gst-debug=3 "( audiotestsrc ! mulawenc ! rtppcmupay name=pay0 pt=0 )"
try running it alone from gst-launch and you'll find it doesn't work. Replace rtppcmupay with fakesink and you'll see that the rest of the pipe is ok. I didn't check, but does rtppcmupay match the caps coming from mulawenc?
Also, check your payload type. I think 0 has a reserved meaning and you probably want >= 96.
Wes
|