Jeremy
El sábado, 19 de enero de 2013 01:29:44 UTC-6, AutoStatic escribió:Would you mind sharing your patch? And try directmedia = outgoing for the peer Chrome uses. Asterisk rewrites its invites but that's not necessary if webrt2sip is on the same network (so no NAT).
VP8 support in Asterisk can be useful if SIP clients that connect to Asterisk only support VP8 (like the current Linphone mobile app).Jeremy
Thanks for the reply, I'll try that, however there is no Nat involved.
About the patch I have downloaded from your page(I guess this is your blog page http://linux.autostatic.com/asterisk-and-sipml5-interoperability) and it works with the latest asterisk at least to define allow=vp8 as video codec.
On Saturday, 19 January 2013 15:47:14 UTC+1, navaismo wrote:
El sábado, 19 de enero de 2013 01:29:44 UTC-6, AutoStatic escribió:Would you mind sharing your patch? And try directmedia = outgoing for the peer Chrome uses. Asterisk rewrites its invites but that's not necessary if webrt2sip is on the same network (so no NAT).
VP8 support in Asterisk can be useful if SIP clients that connect to Asterisk only support VP8 (like the current Linphone mobile app).Jeremy
Thanks for the reply, I'll try that, however there is no Nat involved.
So the two endpoints (sipml5 and the other SIP endpoint you're using), webrtc2sip and Asterisk are all on the same network?
--
The error seems to be clear: the fmt from your SIP-legacy network is not correct."profile-level-id" is required but missing.
Hi,Still no luck i have configured all based on the blog of Autostatic, and again the video is failing to show. Only the green square and the h264 errors on the media gateway.
All the test are in the same machine, I mean, the Asterisk, the media gateway, the sipml5 demo and the generic sip extension are in the same machine using same IP differents ports. Is this the Issue?
About the profile-level-id When i enable the sip debug in asterisk I can see it in the sdp so dont know more than that.
Where do you get the green square? What kind of legacy SIP clients are you using?
Where do you get the green square? What kind of legacy SIP clients are you using?I get the green square when I have tried with video enable, The green square is supposed to be mi video output. As I said before also trying with this link http://blog.tmcnet.com/blog/tom-keating/webrtctest.html My video Output is a big green square.
And I'm using SIP Softphones registered to Asterisk.
On Wednesday, 23 January 2013 18:22:09 UTC+1, navaismo wrote:Where do you get the green square? What kind of legacy SIP clients are you using?I get the green square when I have tried with video enable, The green square is supposed to be mi video output. As I said before also trying with this link http://blog.tmcnet.com/blog/tom-keating/webrtctest.html My video Output is a big green square.
Ah now I understand :) All is on the same machine which is presumably an Ubuntu 12.04 install.
sudo usermod -a -G video yourusername
should do the trick. If that doesn't work your webcam is probably unsupported.
And I'm using SIP Softphones registered to Asterisk.
What kind of SIP softphones? Xlite, Boghe, Linphone, Ekiga, SFLPhone, Empathy, Jitsi, Zoiper, Phoner, Twinkle, ...?
Hi,