The enclosed patch adds an option "RTP Payload Type" to the OpalVideoFormat class. This option is set when to the correct value when the negotiated PT is known (in the transmission direction) and then passed to the plugin (video plugin must set the RTP PT field themselves since they deliver complete RTP frames and not only the payload field like audio codecs to the opal application).
Logged In: YES
user_id=774109
Originator: NO
The patch includes the following line in the OpalMediaFormat constructor
registeredFormats[idx].SetOptionInteger(RTPPayloadType, pt);
This will change the payload type in the global list of media formats, which will cause problems when there is more than one active call using the same media format.
A patch is needed that allows the RTP payload type to be changed for the transmitter for a specific call rather than altering the global media fomat list.
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).