Silicon Technix Forums

Please login or register.

Author Topic: IAXClient Video Support  (Read 464 times)

Offline louie.nohay

  • Regular Memeber
  • ***
  • Posts: 15
  • Karma: +1/-0
    • View Profile
IAXClient Video Support
« on: July 18, 2011, 07:25:12 AM »
Hi community,

Is video calling supported in the current version for libiaxclient? does anyone here know any link for it. Thanks in advance.

Offline Babar Shafiq Nazmi

  • Administrator
  • Senior Member
  • *****
  • Posts: 151
  • Karma: +87/-0
    • View Profile
    • http://www.silicontechnix.com
Re: IAXClient Video Support
« Reply #1 on: July 18, 2011, 12:08:32 PM »
Yes Video is supported but it is very beta stage, you need to compile the library with VIDEO enabled in the makefile.

Quote
./configure --enable-video=yes


Babar Shafiq.
....God is the greatest Programmer....

http://www.silicontechnix.com

Offline louie.nohay

  • Regular Memeber
  • ***
  • Posts: 15
  • Karma: +1/-0
    • View Profile
Re: IAXClient Video Support
« Reply #2 on: July 18, 2011, 12:32:10 PM »
Hi again Babar,

It's nice to see your online..
About the configuring the client library, do you have any updated link where i could download the source code.
Do i need to use
Code: [Select]
int iaxc_call_ex(String num, String callerid_name, String callerid_number, int video)
Will this work with linux. Cause I manage to make the function
Code: [Select]
int iaxc_register(String username, String password, String host)  work
but JVM is crushing when I tried using call function
Code: [Select]
int iaxc_call(String num). Portaudio is crashing the JVM.

Can you provide me a step by step instruction on how to compile the iaxclient source code. Thanks.

Offline Babar Shafiq Nazmi

  • Administrator
  • Senior Member
  • *****
  • Posts: 151
  • Karma: +87/-0
    • View Profile
    • http://www.silicontechnix.com
Re: IAXClient Video Support
« Reply #3 on: July 18, 2011, 01:29:09 PM »
Thanks,

Source code link is same as always

http://iaxclient.sf.net

Yes you need to call this function with video=1, so that video call can be established with remote end.
Code: [Select]
int iaxc_call_ex(String num, String callerid_name, String callerid_number, int video)
JVM Crash:-
1) Portaudio issue
2) access to sound card permissions issues (most likely because of Java permissions).

What I can suggest is to try the latest version of portaudio source code and updated version of sound card drivers in your system.
Also first trying with C or C++ client using the same libraries will give you better understanding of the issue.

Hope those steps will help.


Babar Shafiq Nazmi.
....God is the greatest Programmer....

http://www.silicontechnix.com

 

Page created in 0.112 seconds with 16 queries.