Cisco Unified Application Environment Developer Forums

« Back to Developers

Decoding RTP packets

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
I'm developing a Push-to-Talk application that uses the IP Service creates an RTPTx stream. I have a small piece of .NET code that reads the RTP stream that's sent from the IP Phone. I can save the bytes/data to disk. However what i cannot find out is how to decode the data into the correct audio format.
 
Does anybody know where i can find the definition of the packets that are sent using RTPT?
 
Many thanks
 
Jon

hi Jon,
 
There is a record action in the MediaControl. You might would like to take a look at that in the API reference guide. 
The steps which you have mentioned can be achieved with the help of record action in CUAE rather than using a separate .Net code. Although its not an exact answer to your question but I think is what you want to achieve can be achieved using this solution.
 
Thanks
Nabhonil