From: Paulo V. <vic...@gm...> - 2008-06-12 19:22:49
|
Hi, Do you know any patch / hack (to asterisk) in order to set up video calls thru Asterisk (1.4.21 / 1.6 ) with IAXClient ? Thanks Paulo |
From: Paulo V. <vic...@gm...> - 2008-06-13 14:52:58
|
Hi, (iaxclient-2.1beta3) I am able to make video+audio call with two iaxclients without using asterisk server, but using asterisk I got video codec failed negotiation… I tried CONTROL:STARTVIDEO with no success I saw posts related to Generic Media Frame Specification / Video codec negotiation in IAX / etc I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) , but this problem is related to audio+video (multiple medias) negotiation, is that correct? What is the current status of this issue? Is it possible to make audio+video calls thru Asterisk with IAXclient? Maybe I am lacking something in iax.conf or other … Thank you Paulo On Thu, Jun 12, 2008 at 4:22 PM, Paulo Vicentini <vic...@gm...> wrote: > Hi, > Do you know any patch / hack (to asterisk) in order to set up video calls > thru Asterisk (1.4.21 / 1.6 ) with IAXClient ? > > Thanks > > Paulo > |
From: Peter G. <jpg...@gm...> - 2008-06-13 15:10:56
Attachments:
asterisk-video.patch
|
On Fri, Jun 13, 2008 at 10:53 AM, Paulo Vicentini <vic...@gm...> wrote: > Hi, > > (iaxclient-2.1beta3) > > I am able to make video+audio call with two iaxclients without using > asterisk server, but using asterisk I got video codec failed negotiation… > > > > I tried CONTROL:STARTVIDEO with no success > > > > I saw posts related to Generic Media Frame Specification / Video codec > negotiation in IAX / etc > > > > I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) , but > this problem is related to audio+video (multiple medias) negotiation, is > that correct? > > > > What is the current status of this issue? Is it possible to make audio+video > calls thru Asterisk with IAXclient? Asterisk must be patched to include theora support if you want to use theora as your video codec. The attached patch should be sufficient. It is against asterisk-1.4.20.1. Pete |
From: Paulo V. <vic...@gm...> - 2008-06-13 15:18:46
|
Thank you for your comment and file. Paulo On Fri, Jun 13, 2008 at 12:11 PM, Peter Grayson <jpg...@gm...> wrote: > On Fri, Jun 13, 2008 at 10:53 AM, Paulo Vicentini > <vic...@gm...> wrote: > > Hi, > > > > (iaxclient-2.1beta3) > > > > I am able to make video+audio call with two iaxclients without using > > asterisk server, but using asterisk I got video codec failed negotiation… > > > > > > > > I tried CONTROL:STARTVIDEO with no success > > > > > > > > I saw posts related to Generic Media Frame Specification / Video codec > > negotiation in IAX / etc > > > > > > > > I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) , > but > > this problem is related to audio+video (multiple medias) negotiation, is > > that correct? > > > > > > > > What is the current status of this issue? Is it possible to make > audio+video > > calls thru Asterisk with IAXclient? > > Asterisk must be patched to include theora support if you want to use > theora as your video codec. The attached patch should be sufficient. > It is against asterisk-1.4.20.1. > > Pete > |
From: stevebvt <ste...@gm...> - 2008-08-22 14:15:31
|
i tried the patch but vtestcall video through asterisk still doesn't work i also tried adding [general]/videosupport=yes/allow=theora to iax.conf caller(has camera) NEW(desired codec format=0x01000004,actual codec capability=0x01000206) ACCEPT(desired codec format=0x00000004) callee(no camera) NEW(desired codec format=0x00000004,actual codec capability=0x01000E0E) ACCEPT(desired codec format=0x00000004) any other suggestions on things to try? any other information needed? also i'm a little confused regarding codec negotiation vs passthrough. what is the default? is it enabled/disabled? any information or links would be appreciated steve ----- Original Message ----- From: Paulo Vicentini To: Iaxclient Mailing List Sent: Friday, June 13, 2008 11:18 AM Subject: Re: [Iaxclient-devel] iax2 video X Asterisk Thank you for your comment and file. Paulo On Fri, Jun 13, 2008 at 12:11 PM, Peter Grayson <jpg...@gm...> wrote: On Fri, Jun 13, 2008 at 10:53 AM, Paulo Vicentini <vic...@gm...> wrote: > Hi, > > (iaxclient-2.1beta3) > > I am able to make video+audio call with two iaxclients without using > asterisk server, but using asterisk I got video codec failed negotiation… > > > > I tried CONTROL:STARTVIDEO with no success > > > > I saw posts related to Generic Media Frame Specification / Video codec > negotiation in IAX / etc > > > > I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) , but > this problem is related to audio+video (multiple medias) negotiation, is > that correct? > > > > What is the current status of this issue? Is it possible to make audio+video > calls thru Asterisk with IAXclient? Asterisk must be patched to include theora support if you want to use theora as your video codec. The attached patch should be sufficient. It is against asterisk-1.4.20.1. Pete ------------------------------------------------------------------------------ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ------------------------------------------------------------------------------ _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Paulo V. <vic...@gm...> - 2008-08-22 14:27:03
|
Did you try ? : [videoiax] type=friend host=dynamic secret=pwd context=yours allow=theora //Defining "allow" rigth hereRegards You could check asterisk-video list recent posts related to iax / sip video issues. Paulo On Fri, Aug 22, 2008 at 11:15 AM, stevebvt <ste...@gm...> wrote: > i tried the patch but vtestcall video through asterisk still doesn't work > > i also tried adding [general]/videosupport=yes/allow=theora to iax.conf > > caller(has camera) NEW(desired codec format=0x01000004,actual codec > capability=0x01000206) > ACCEPT(desired codec format=0x00000004) > > callee(no camera) NEW(desired codec format=0x00000004,actual codec > capability=0x01000E0E) > ACCEPT(desired codec format=0x00000004) > > any other suggestions on things to try? > any other information needed? > > also i'm a little confused regarding codec negotiation vs passthrough. > what is the default? is it enabled/disabled? > any information or links would be appreciated > > steve > ----- Original Message ----- > From: Paulo Vicentini > To: Iaxclient Mailing List > Sent: Friday, June 13, 2008 11:18 AM > Subject: Re: [Iaxclient-devel] iax2 video X Asterisk > > > Thank you for your comment and file. > > Paulo > > On Fri, Jun 13, 2008 at 12:11 PM, Peter Grayson <jpg...@gm...> > wrote: > > On Fri, Jun 13, 2008 at 10:53 AM, Paulo Vicentini > > <vic...@gm...> wrote: > > Hi, > > > > > (iaxclient-2.1beta3) > > > > I am able to make video+audio call with two iaxclients without using > > asterisk server, but using asterisk I got video codec failed > negotiation… > > > > > > > > I tried CONTROL:STARTVIDEO with no success > > > > > > > > I saw posts related to Generic Media Frame Specification / Video codec > > negotiation in IAX / etc > > > > > > > > I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) , > but > > this problem is related to audio+video (multiple medias) negotiation, > is > > that correct? > > > > > > > > What is the current status of this issue? Is it possible to make > audio+video > > calls thru Asterisk with IAXclient? > > > Asterisk must be patched to include theora support if you want to use > theora as your video codec. The attached patch should be sufficient. > It is against asterisk-1.4.20.1. > > Pete > > > > > > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > > > > ------------------------------------------------------------------------------ > > > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > |
From: stevebvt <ste...@gm...> - 2008-08-22 17:11:56
|
realize now videosupport=yes seems to be a sip.conf concept tried what you suggested but get same results did you get it to work with asterisk 1.4? any other suggestions? steve ----- Original Message ----- From: Paulo Vicentini To: Iaxclient Mailing List Sent: Friday, August 22, 2008 10:27 AM Subject: Re: [Iaxclient-devel] iax2 video X Asterisk Did you try ? : [videoiax] type=friend host=dynamic secret=pwd context=yours allow=theora //Defining "allow" rigth hereRegards You could check asterisk-video list recent posts related to iax / sip video issues. Paulo On Fri, Aug 22, 2008 at 11:15 AM, stevebvt <ste...@gm...> wrote: i tried the patch but vtestcall video through asterisk still doesn't work i also tried adding [general]/videosupport=yes/allow=theora to iax.conf caller(has camera) NEW(desired codec format=0x01000004,actual codec capability=0x01000206) ACCEPT(desired codec format=0x00000004) callee(no camera) NEW(desired codec format=0x00000004,actual codec capability=0x01000E0E) ACCEPT(desired codec format=0x00000004) any other suggestions on things to try? any other information needed? also i'm a little confused regarding codec negotiation vs passthrough. what is the default? is it enabled/disabled? any information or links would be appreciated steve ----- Original Message ----- From: Paulo Vicentini To: Iaxclient Mailing List Sent: Friday, June 13, 2008 11:18 AM Subject: Re: [Iaxclient-devel] iax2 video X Asterisk Thank you for your comment and file. Paulo On Fri, Jun 13, 2008 at 12:11 PM, Peter Grayson <jpg...@gm...> wrote: On Fri, Jun 13, 2008 at 10:53 AM, Paulo Vicentini <vic...@gm...> wrote: > Hi, > > (iaxclient-2.1beta3) > > I am able to make video+audio call with two iaxclients without using > asterisk server, but using asterisk I got video codec failed negotiation… > > > > I tried CONTROL:STARTVIDEO with no success > > > > I saw posts related to Generic Media Frame Specification / Video codec > negotiation in IAX / etc > > > > I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) , but > this problem is related to audio+video (multiple medias) negotiation, is > that correct? > > > > What is the current status of this issue? Is it possible to make audio+video > calls thru Asterisk with IAXclient? Asterisk must be patched to include theora support if you want to use theora as your video codec. The attached patch should be sufficient. It is against asterisk-1.4.20.1. Pete ------------------------------------------------------------------------------ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php ------------------------------------------------------------------------------ _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel ------------------------------------------------------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------------------------------------------------------ _______________________________________________ Iaxclient-devel mailing list Iax...@li... https://lists.sourceforge.net/lists/listinfo/iaxclient-devel |
From: Paulo V. <vic...@gm...> - 2008-08-22 17:26:21
|
Asterisk 1.4.20.1 was patched Paulo On Fri, Aug 22, 2008 at 2:11 PM, stevebvt <ste...@gm...> wrote: > realize now videosupport=yes seems to be a sip.conf concept > tried what you suggested but get same results > did you get it to work with asterisk 1.4? > any other suggestions? > > steve > > ----- Original Message ----- > *From:* Paulo Vicentini <vic...@gm...> > *To:* Iaxclient Mailing List <iax...@li...> > *Sent:* Friday, August 22, 2008 10:27 AM > *Subject:* Re: [Iaxclient-devel] iax2 video X Asterisk > > Did you try ? : > [videoiax] > type=friend > host=dynamic > secret=pwd > context=yours > allow=theora //Defining "allow" rigth hereRegards > > You could check asterisk-video list recent posts related to iax / sip video > issues. > > Paulo > > On Fri, Aug 22, 2008 at 11:15 AM, stevebvt <ste...@gm...> wrote: > >> i tried the patch but vtestcall video through asterisk still doesn't work >> >> i also tried adding [general]/videosupport=yes/allow=theora to iax.conf >> >> caller(has camera) NEW(desired codec format=0x01000004,actual codec >> capability=0x01000206) >> ACCEPT(desired codec format=0x00000004) >> >> callee(no camera) NEW(desired codec format=0x00000004,actual codec >> capability=0x01000E0E) >> ACCEPT(desired codec format=0x00000004) >> >> any other suggestions on things to try? >> any other information needed? >> >> also i'm a little confused regarding codec negotiation vs passthrough. >> what is the default? is it enabled/disabled? >> any information or links would be appreciated >> >> steve >> ----- Original Message ----- >> From: Paulo Vicentini >> To: Iaxclient Mailing List >> Sent: Friday, June 13, 2008 11:18 AM >> Subject: Re: [Iaxclient-devel] iax2 video X Asterisk >> >> >> Thank you for your comment and file. >> >> Paulo >> >> On Fri, Jun 13, 2008 at 12:11 PM, Peter Grayson <jpg...@gm...> >> wrote: >> >> On Fri, Jun 13, 2008 at 10:53 AM, Paulo Vicentini >> >> <vic...@gm...> wrote: >> > Hi, >> > >> >> > (iaxclient-2.1beta3) >> > >> > I am able to make video+audio call with two iaxclients without using >> > asterisk server, but using asterisk I got video codec failed >> negotiation… >> > >> > >> > >> > I tried CONTROL:STARTVIDEO with no success >> > >> > >> > >> > I saw posts related to Generic Media Frame Specification / Video >> codec >> > negotiation in IAX / etc >> > >> > >> > >> > I am not "negotiating" *video* codecs (format = IAXC_FORMAT_THEORA) >> , >> but >> > this problem is related to audio+video (multiple medias) >> negotiation, >> is >> > that correct? >> > >> > >> > >> > What is the current status of this issue? Is it possible to make >> audio+video >> > calls thru Asterisk with IAXclient? >> >> >> Asterisk must be patched to include theora support if you want to use >> theora as your video codec. The attached patch should be sufficient. >> It is against asterisk-1.4.20.1. >> >> Pete >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> >> >> >> ------------------------------------------------------------------------------ >> >> >> _______________________________________________ >> Iaxclient-devel mailing list >> Iax...@li... >> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Iaxclient-devel mailing list >> Iax...@li... >> https://lists.sourceforge.net/lists/listinfo/iaxclient-devel >> > > ------------------------------ > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > ------------------------------ > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Iaxclient-devel mailing list > Iax...@li... > https://lists.sourceforge.net/lists/listinfo/iaxclient-devel > > |