Tilghman Lesher wrote: > On Tuesday 18 July 2006 01:29, Sergio García Murillo wrote: >> John Martin wrote: >>> Hi Devs,
> I'm not so sure that downgrading the quality of the frame is even > within the purview of a format_ module. If Asterisk is acting as a > temporary storage location for an image that the user has decided > that it needs to be a particular sample size, then a decision on > frame size has already been made by the operator, and Asterisk SHOULD > NOT override that decision. IMHO it's not that easy. Working with h263 and rtp means that you have to follow some rules for rtp packetization (rfc 2190 or 2490). They must containt full gobs/slices in each packet and you must add some payload information (motion vectors, gob number, picture type) in it. So there is BIG problem if you plan to send an h263 stream from a non rtp source (H324M or H320 as it has been discussed in the video list) to a rtp one, because you at least would need to parse the h263 to find the gob boundaries and calculate the rest of the parameters for the header. And if you'r bridging two rtp streams I still haven't seen any that uses packets over 1500 bytes. -------------------------------------------------------------------------------------- This message and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. No confidentiality or privilege is waived or lost by any wrong transmission. If you have received this message in error, please immediately destroy it and kindly notify the sender by reply email. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Opinions, conclusions and other information in this message that do not relate to the official business of Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it. -------------------------------------------------------------------------------------- _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
