Hi, In order to support the MPEG4 and H.264 codecs in the VIC version developed by NCHC in Taiwan, a few simple patches are required to include the RTP Payload Type values for these codecs.
The attached patch is against AGVCR 1.5.8. There is no disadvantage having these PT values recognized by AGVCR, even if the NCHC extensions are not used. Regards, Claus. -- -------------------------------------------------------- Claus Endres | Phone: +61-3-5998 2310 Endres Consulting Pty. Ltd. | Mobile: +61-418-595 136 10 Facey Road | Fax: +61-3-5998 2540 Devon Meadows, VIC 3977 | cl...@endresconsulting.com
--- src/agvcr-rtp-lookup.c.orig 2006-02-23 20:53:19.000000000 +1100 +++ src/agvcr-rtp-lookup.c 2006-02-23 20:55:27.000000000 +1100 @@ -159,11 +159,11 @@ , {RTP_PAYLOAD_UNASSIGNED, "Unassigned", RTP_PAYLOAD_AVTYPE_UNDEFINED} , - {RTP_PAYLOAD_UNASSIGNED, "Unassigned", RTP_PAYLOAD_AVTYPE_UNDEFINED} + {RTP_PAYLOAD_MPEG4, "MPEG4", RTP_PAYLOAD_AVTYPE_VIDEO} , {RTP_PAYLOAD_UNASSIGNED, "Unassigned", RTP_PAYLOAD_AVTYPE_UNDEFINED} , - {RTP_PAYLOAD_UNASSIGNED, "Unassigned", RTP_PAYLOAD_AVTYPE_UNDEFINED} + {RTP_PAYLOAD_H264, "H264", RTP_PAYLOAD_AVTYPE_VIDEO} , {RTP_PAYLOAD_UNASSIGNED, "Unassigned", RTP_PAYLOAD_AVTYPE_UNDEFINED} ,