How to build linphone android sdk only for audio calls? - android

I am working on to build linphone-android-sdk only for audio calls, but did not got any link for the same. Can any body help me doing this.
I am currently using this command to disable video
./prepare.py -DENABLE-VIDEO=OFF
But I want to disable all the codecs and tools used in video and make the library usable only for audio.

You can modify the prepare.py script to disable the codecs. Refer to the section if self.args.all_codecs: in prepare.py. Also run './prepare.py -DENABLE-VIDEO=OFF --all-codecs' to take effect of the modified Codec defnitions

Related

Stabilizing video using FFMpeg in Android

I am trying to stabilize a video using FFMpeg in Android. I am currently using the FFmpeg-Android-Java library but I have also tried MobileFFmpeg as suggested by this question and also FFmpegKit.
I can get the deshaking filter to work but it made my video more shaky so I'm trying to get vidstabdetect and vidstabtransform to work but all the libraries I've tried give me "No such filter: 'vidstabdetect'"
Any ideas how I go about getting vidstabdetect and vidstabtransform to work?
According to the FFmpeg vidstabdetect filter documentation your ffmpeg has to be compiled with --enable-libvidstab to use the vidstabdetect and vidstabtransform filters.
The min-gpl, https-gpl, and full-gpl packages of FFmpegKit (and same for the older, related MobileFFmpeg) support what they refer to as "vid.stab".

AppRTC: iOS to Android Call is not working

We are developing an app using AppRTC. Audio and Video call from iOS-iOS and Android-Android are working fine but whenever we try to call from android to iOS or iOS to android, nothing happens after the call is accepted.
We have tried using the same Video codec (H264) on both android and iOS but the issue still persists.
Any assistance in this matter is highly appreciated.
There are couple of things you can do to solve this issue:
See if you are using https://apprtc.appspot.com instead of https://appr.tc, you should use https://appr.tc for latest AppRTC.
Make sure you use "H264 Baseline" or "H264 High" video codec on android side as iOS supports H264 codec only.
Keep the following class updated with AppRTC github code PeerConnectionClient.java on android
Use latest AppRTC code on both iOS and Android

How can I play MusicXML file on Android?

Are there any existing tools or libraries for this? I am currently trying to develop an application that can take an image of a sheet music and make it to a musicxml format and play the corresponding audio. And I am stuck on how to exactly play an audio from musicxml.
It's not free, but the SeeScore SDK will do this: http://www.seescore.co.uk/developers/seescore-sdk/
Some versions of JFugue can parse MusicXML.
There are Android ports of JFugue as well.
jfugue.org
JFugue-for-Android

How to use this library in android for Video Recording

I am developing an Android App for recording video and sending to server. Also video must be recorded only on Touch of Record button. I have googled and got this library in the below link but I don't know how to use it in my project. This is the first time am going to use a library in a project. I have enable in my properties but don't know to use this functionality in my app. Please help me or suggest a tutorial.
https://github.com/sourab-sharma/TouchToRecord
I have just unchecked the Library option from Properties and used it as a package in my project. Its really a silly question. But the worked great

broadcast live video from android with ffmpeg source code

Any suggestion for live stream for android.
In my app i need to broadcast live video from android on a web,some app like Qik, Justin.tv, Ustream.tv and Bambuser.
it is developed under ffmpeg,
anyone would help if there is any open source project like this,or anyone had already done it
please tell me the project name or send me a copy of the code.
Email:liangyingshuang#gmail.com
Thanks.
Bambuser have opened source their version of ffmpeg that compiles on the Android. That should get you started.
see: http://bambuser.com/opensource
Best thing is SpyDroid http://code.google.com/p/spydroid-ipcamera/
It works the same as Qik

Categories

Resources