Benjamin Marty
2018-Apr-09 15:04 UTC
[asterisk-users] Asterisk behind NAT Early Media Video
My understanding based on Wireshark analysis is that the signaling works (also the recipent phone is displaying the video frame before accepting the call), also the calling phone send video (i see that also via Wireshark) but the recipent phone doesn't get any video from the Asterisk before the call. 2018-04-09 17:02 GMT+02:00 Joshua Colp <jcolp at digium.com>:> On Mon, Apr 9, 2018, at 11:53 AM, Benjamin Marty wrote: > > Yes, media is flowing through Asterisk because both client's are behind > > different NAT's. > > This doesn't answer the question of what is ACTUALLY happening in the > scenario you describe which is very important. > > > Do I need to do something special in the Call Flow? Or anything > additional > > to the pjsip.conf? > > The "rtp_symmetric" option as you've used causes Asterisk to send media to > the source of media, but it requires us to receive media. If we don't > receive it then we send media to where they've told us to send it, which as > I've mentioned can be wrong. > > -- > Joshua Colp > Digium, Inc. | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com & www.asterisk.org > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180409/ac7b3ac2/attachment.html>
On Mon, Apr 9, 2018, at 12:04 PM, Benjamin Marty wrote:> My understanding based on Wireshark analysis is that the signaling works > (also the recipent phone is displaying the video frame before accepting the > call), also the calling phone send video (i see that also via Wireshark) > but the recipent phone doesn't get any video from the Asterisk before the > call.Ah yeah video, I forgot that it was a recent change to add support for it[1]. It's not yet in any release. [1] https://gerrit.asterisk.org/#/c/8398/ -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
Benjamin Marty
2018-Apr-09 16:05 UTC
[asterisk-users] Asterisk behind NAT Early Media Video
wohoo, so if I unterstand it correctly with that patch early media video works over the Asterisk server? In other words the Asterisk server get's able to (process/)forward the early media video stream with that patch? 2018-04-09 17:57 GMT+02:00 Joshua Colp <jcolp at digium.com>:> On Mon, Apr 9, 2018, at 12:04 PM, Benjamin Marty wrote: > > My understanding based on Wireshark analysis is that the signaling works > > (also the recipent phone is displaying the video frame before accepting > the > > call), also the calling phone send video (i see that also via Wireshark) > > but the recipent phone doesn't get any video from the Asterisk before the > > call. > > Ah yeah video, I forgot that it was a recent change to add support for > it[1]. It's not yet in any release. > > [1] https://gerrit.asterisk.org/#/c/8398/ > > -- > Joshua Colp > Digium, Inc. | Senior Software Developer > 445 Jan Davis Drive NW - Huntsville, AL 35806 - US > Check us out at: www.digium.com & www.asterisk.org > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180409/1a8a93be/attachment.html>