Hi all,
We have started to develop a SIP/IMS phone a few months ago. We tried
a few SIP stacks and chose JSIP since it worked without any problem.
Media was working fine before Google removed the javasound support
(though the emulator had a few bugs with audio capture). We started
with an in-house basic RTP stack and we think that a modularized MMS
would be very nice. We are now working within the sc-android project.
The main issue at the moment is the Android support for audio in/out.
Anyhow, we are interested to contribute to this kind of project and
also vote for :-)
Thomas
On 24 oct, 15:21, "Jean Deruelle" <
jean.derue...@gmail.com> wrote:
> From the API it doesn't look like it's possiblehttp://
code.google.com/android/reference/android/media/MediaRecorder....
> andhttp://
code.google.com/android/reference/android/media/MediaPlayer.html.
> But since Google opened it's source code, we should be able to copy
> paste and write new APIs to do so.
>
> On Fri, Oct 24, 2008 at 3:11 PM, Ivelin Ivanov
>
> <
ivelin.atanasoff.iva...@gmail.com> wrote:
>
> > Stream or file? Is it possible to intercept the writing and redirect
> > to a live RTP stream? Same question for reading.
>
> > On 10/24/08, Jean Deruelle <
jean.derue...@gmail.com> wrote:
>
> >> Also Android can only record to a file. an API would need to be built
> >> for recording to an RTP stream
>
> >> On Fri, Oct 24, 2008 at 11:10 AM, Jean Deruelle <
jean.derue...@gmail.com> wrote:
> >> > lol :-)
>
> >> > On Fri, Oct 24, 2008 at 11:09 AM, aayush bhatnagar
> >> >> On 10/24/08, Jean Deruelle <
jean.derue...@gmail.com> wrote:
>
> >> >>> Yeah it seems Android is not providing a RTP stack so this would need
> >> >>> to be ported. the Media API of Android just allow to play a raw
> >> >>> resource, a file from the system, or from an available network (URL if
> >> >>> the file is capable of progressive download.)
> >> >>>
http://code.google.com/android/toolbox/apis/media.html
> >> >>> Since MMS provides an RTP stack and after an offline talk, Amit told
> >> >>> me that it would be possible to make the MMS RTP stack modularized and
> >> >>> externalizable in a standalone jar. Same thing with the codecs. So if
> >> >>> anyone is interested we can put it as an low priority Issue. So please
> >> >>> vote :-)
> >> >>> I vote for it :-) Moreover that this could be also reused for a
> >> >>> standalone standard java sip client if needed.
>
> >> >>> On Fri, Oct 24, 2008 at 4:11 AM, aayush bhatnagar
> >> >>>>
http://blog.roychowdhury.org/2008/04/29/sip-ua-for-android-stack-rtp-...
> >> >>>> however, according to this gentleman..the Android emulator crashes
> >> >>>> when they try to capture voice.
>
> >> >>>> On 10/23/08, Ivelin Ivanov <
ivelin.atanasoff.iva...@gmail.com> wrote:
>
> >> >>>>> Cool, Jean!
>
> >> >>>>> Were you able to establish a voice call? Does Android provide access
> >> >>>>> to the audio input/output in a way that you can connect to RTP
> >> >>>>> streams?
>
> >> >>>>> Ivelin
>
> >> >>>>> On 10/23/08, Jean Deruelle <
jean.derue...@gmail.com> wrote:
>
> >> >>>>>> Sip communicator is more than just SIP protocol so a bit more work
> >> >>>>>> might be needed to port it to android.
>
> >> >>>>>> On Thu, Oct 23, 2008 at 7:59 PM, Amit Bhayani <
amit.bhay...@gmail.com>
> >> >>>>>> wrote:
> >> >>>>>> > Ahh so its already started, I was referring to original SIP
> >> >>>>>> Communicator
> >> >>>>>> > project.
>
> >> >>>>>> > On Thu, Oct 23, 2008 at 11:23 PM, aayush bhatnagar
> >> >>>>>> <
amit.bhay...@gmail.com>
> >> >>>>>> >> wrote:
>
> >> >>>>>> >>> Can one of us try directly using Sip Communicator, we don't have to
> >> >>>>>> >>> reinvent the wheel.
>
> >> >>>>>> >>> On Thu, Oct 23, 2008 at 11:05 PM, aayush bhatnagar
> >> >>>>>> >>> <
abhatnagar192...@gmail.com> wrote:
>
> >> >>>>>> >>>> Hmm great..if something like that can be done. Or maybe JSR 281
> >> >>>>>> APIs
> >> >>>>>> >>>> can be clubbed with android to make an IMS client.
>
> >> >>>>>> >>>> On 10/23/08, Vicky Kak <
vicky....@gmail.com> wrote:
> >> >>>>>> >>>> > Yes you can do that ;)
>
> >> >>>>>> >>>> > On Thu, Oct 23, 2008 at 10:19 PM, aayush bhatnagar <
> >> >>>>>> >>>> >
abhatnagar192...@gmail.com> wrote:
>
> >> >>>>>> >>>> >> Wow. This is great.
> >> >>>>>> >>>> >> Does this mean that i can build an IMS client using Jsip on top
> >> >>>>>> of
> >> >>>>>> >>>> >> Android
> >> >>>>>> >>>> >> ?? It can be a possibility !
>
> >> >>>>>> >>>> >> Aayush
>
> >> >>>>>> >>>> >> On Thu, Oct 23, 2008 at 9:49 PM, Jean Deruelle
> >> >>>>>> >>>> >> <
jean.derue...@gmail.com>wrote:
>
> >> >>>>>> >>>> >>> Hi guys,
>
> >> >>>>>> >>>> >>> Since I got a bit of spare time yesterday night and that I saw
> >> >>>>>> that
> >> >>>>>> >>>> >>> Android was available in US. I wondered for those that are
> >> >>>>>> >>>> >>> interested
> >> >>>>>> >>>> >>> in building mobile SIP client apps if the jsip stack could run
> >> >>>>>> on
> >> >>>>>> >>>> >>> android.
> >> >>>>>> >>>> >>> And it actually does without any modifications :-)
>
> >> >>>>>> >>>> >>> I ported the Shootme and Shootist examples to android to
> >> >>>>>> showcase
> >> >>>>>> >>>> >>> it.
>
> >> >>>>>> >>>> >>> More details are available here
>
> >> >>>>>>
http://jeanderuelle.blogspot.com/2008/10/jain-sip-is-working-on-top-o...
>
> >> >>>>>> >>>> >>> Jean