codec samplerate changing causes unknown payload
Posted: 17 Feb 2012 09:18
Hello,
I'm trying to use one of the pcm codecs (ulaw, alaw, s16b) to stream audio, but I'd like to change the samplerate to 32000 Hz. If I change this at the sout string,(transcode{acodec=s16b,ab=128,channels=2,samplerate=32000}) it uses a different RTP Payload Type value at SDP; 96 in this case. Having this changed, the receiver is not able to understand this type of payload and sends "rtp debug: unknown payload (96)" messages.
So, how can I get the receiver to accept this stream?
Should I change something else in the server?
Thank you!
I'm trying to use one of the pcm codecs (ulaw, alaw, s16b) to stream audio, but I'd like to change the samplerate to 32000 Hz. If I change this at the sout string,(transcode{acodec=s16b,ab=128,channels=2,samplerate=32000}) it uses a different RTP Payload Type value at SDP; 96 in this case. Having this changed, the receiver is not able to understand this type of payload and sends "rtp debug: unknown payload (96)" messages.
So, how can I get the receiver to accept this stream?
Should I change something else in the server?
Thank you!