Search results for all lists

10000 messages found
Sort by
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Re: [pjsip] Plans for video support
Mon, May 26, 2008 6:51 AM
On Fri, May 23, 2008 at 10:33 PM, Ivan Genov wrote: > Hi, > > I want to ask the creators of PJSIP - when do you expect video support to be > added in PJSIP? It is a great SIP stack and I think video support will make > even greater, as video is becoming more and more popular today. From True.
List: pjsip@lists.pjsip.org
From: lcj.liu@gmail.com
 
Re: [pjsip] Video Support in PJSIP
Sun, Sep 27, 2009 2:15 AM
>(Preferably highly customizable, as there is a large research community >interest). > > > >The general question is, if the pjsip.org maintainers are interested in >supporting video in their client? After answering this question, we >could discuss the next steps. > > > >Cheers, > >Blazej Lewcio
List: discuss@lists.opencpi.org
From: Jerry Darko
 
Re: [Discuss OpenCPI] Zynq UltraScale+ Support
Thu, Jun 11, 2020 7:15 PM
> > > > Will v1.7.0 have UltraScale+ support when it is released? > > > > Thanks, > > Brian > > -------------- next part -------------- > > An HTML attachment was scrubbed...
List: usrp-users@lists.ettus.com
From: Furkan Elibol
 
Re: [USRP-users] MIMO cable support
Mon, Dec 20, 2010 12:40 PM
yes, until the mimo-cable support becomes mainline, use http://www.ettus.com/downloads/uhd_images/experimental/UHD-mimo-cable-support/ > Is there any sample program for testing mimo? Not yet. The docs above should help to clarify the usage though. Also, you could put an app together in GRC rather quickly with the multi-usrp source/sink blocks.
List: hbcu-lib@lists.hbculibraries.org
From: Sandra Phoenix
 
University students provide strong BPA support
Tue, Mar 5, 2019 1:37 AM
More than 90 Delaware State University students volunteered their time on Feb. 26-27 to support the 50th annual Business Professionals of America (BPA) Leadership Conference held for about 1,000 Delaware middle and high school students. Held at Dover Down Hotel and Casino, Delaware State University supported the event by being a Gold Sponsor.
List: pjsip@lists.pjsip.org
From: Peter Cai
 
How to compile PJSIP with IPV6 Support?
Thu, Nov 5, 2009 2:18 AM
When I turned on the IPV6 support option in PJSIP, the compiler complained about a missing header file: tpipv6.h It seems that on windows, PJSIP depends on external libraries to support IPV6 and these libraries need to be installed. So what exactly does PJSIP depends on and where I can find it?
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
Announcing SIP outbound support (RFC 5626)
Wed, Dec 1, 2010 10:09 AM
By default, support for SIP outbound is announced in the REGISTER request. If the registrar supports outbound, then we will not perform the re-registration to update Contact, otherwise we will do that, as usual. One pjsua account can only have one flow.
List: pjsip@lists.pjsip.org
From: Benny Prijono
 
PJSIP 1.8.10 is released with SIP outbound support
Tue, Dec 7, 2010 9:23 AM
So that is the highlight of this release, namely SIP outbound support and one week worth of heavy QA at SIPit 27. As always, thank you for supporting this project, and enjoy! Best regards,  Benny
List: pjsip@lists.pjsip.org
From: Rawshan Iajdani
 
Problem with STUN support .. symbian_ua
Fri, Nov 14, 2008 9:47 PM
When I use STUN support.. it does resolve the NAT IP.. but the program quits at registration. I am testing symbian ua .. console application downloaded from site. Thanks Rawshan Iajdani
List: pjsip@lists.pjsip.org
From: Richard Perez
 
How to use python bindings with video support?
Mon, Apr 11, 2016 12:33 PM
.* *I have successfully compile PJSIP with video support and i can place audio call with my python app but i can't find any documentation on video support for the python binding.* *Do you have any example of python app with video support? or a link to the API manual for this?