Wowza Community

RTP packet type wrong payload number

Hi

I am currently using the RTPpublisher module to publish my RTMP stream to a SIP RTP receiver.

Everything works well except one thing: the type of the RTP packets that are sent from Wowza is 97 for h264 video while we need it to be 126.

Also the same goes for audio the current type is 96 while we need it to be 34.

The data in the packet are good. The only problem is the RTP packet type is wrong.

There is a way to solve this issue externally like this post:

http://vladimirralev.blogspot.com/2011/03/bridging-sip-videophones-to-rtsp.html (see Matching the RTP/SDP payload type) but it is too complicated!!

Is there a way in Wowza to change just the payload type ?

I found the following 2 methods in RTPUtils:

-formatH264CodecConfigPacket

-formatH264CodecConfig

Are they useful? And if yes, how can I use them?

Thanks

Paul

We currently do not have a way to override these values.

Charlie