View Single Post
Posts: 2 | Thanked: 0 times | Joined on Aug 2010
#16
Originally Posted by quipper8 View Post
limit it to one codec for audio and one codec for video

ulaw
h263

i see in you 1003 you also have h263p set. asterisk can't really negotiagte video codecs or transcode between codecs out of the box. there are patches out there though.
Hey quipper,

I've changed the codec for audio and video to only one codec so my sip.conf looks like this for my peers:

[1004]
type=friend
callerid="Android G2" <1004>
context=phones
host=dynamic
disallow=all
allow=gsm
allow=ulaw
allow=h263p
dtmfmode=rfc2833


[1008]
type=friend
callerid="Android N1" <1008>
context=phones
host=dynamic
disallow=all
allow=gsm
allow=ulaw
allow=h263p
dtmfmode=rfc2833

My video codec has to be h263p as Sipdroid only support h263p. What patches are you talking about? I'm still new to this whole asterisk thing but I feel like I'm missing something very simple.

I also would like to say that I am able to see the video from the same phone as if using like a normal camera but I am not able to receive the video sent from another phone. This problem might be different from Kuki's but I believe it might be the same fix.

Thanks for all the help! I very much appreciate it!

Last edited by SamuraiZack; 2010-08-10 at 16:40.