[Asterisk-video] h324m/AMR update

Marcin_Nemeczek at drq.pl Marcin_Nemeczek at drq.pl
Mon Sep 3 08:30:58 CDT 2007


Hi

I think, you are a great man ..
Thanks, it realy works ..:)

Marcin



Klaus Darilion <klaus.mailinglists at pernau.at> 
Sent by: asterisk-video-bounces at lists.digium.com
2007-09-03 15:00
Please respond to
Development discussion of video media support in Asterisk 
<asterisk-video at lists.digium.com>


To
Development discussion of video media support in Asterisk 
<asterisk-video at lists.digium.com>
cc

Subject
[Asterisk-video] h324m/AMR update






Hi!

FYI: I have h324m_gw bridged to a video call (eyebeam) and AMR<->G711 is 
working fine in both directions and video from eyebeam to h324m (nokia 
6630) is working too....still working on video from h324 to eyebeam.

patch for codec_amr.c:

     pack_bits((unsigned char *)pvt->outbuf, 0, tmp->pheader, pbits);
     pack_bits((unsigned char *)pvt->outbuf, pbits, tmp->speech_bits, 
sbits);
     npad = 8 - ((sbits + pbits) % 8); /* Number of padding bits */
+    if (npad == 8) {
+        npad = 0;
+    }

     if (octet_aligned && npad != 0) {




regards
klaus

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20070903/e501e750/attachment.htm 


More information about the asterisk-video mailing list