[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-19 Thread Alireza Asadi
hi, thanks for your reply, If it does the NAT problem, why I can get the RTP packets but cannot play them? On Jul 5, 10:04 pm, Jarsa wrote: > Hi, > I don´t know the details of your implementation, but please be aware > of this issue: > SIP uses the SDP protocol to negotiate the codec, ports and

[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
5, 2011 at 11:38 AM, Alireza Asadi > wrote: > > Someone please helps me :( > > You need to debug this more. People can't be guessing, what is going wrong. > > Try printing some data about each remote client (i.e. the caller) > within the callee,  data about each ses

[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
Someone please helps me :( -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.co

[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
your SIP server accessible from the internet? > How did you trace the stream across the 3G network? > > Those are just few questions, you should be asking yourself. > > Daniel > > > > > > > > > > On Tue, Jul 5, 2011 at 9:49 AM, Alireza Asadi > w

[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
On Tue, Jul 5, 2011 at 9:37 AM, Alireza Asadi > wrote: > > hi there, > > > I have developed a SIP based voip application, I have a Server(Written > > in c# and two android client application(which is written based on the > > Native Sip Stack of Android 2.3). > > &

[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
On Tue, Jul 5, 2011 at 9:37 AM, Alireza Asadi > wrote: > > hi there, > > > I have developed aSIPbased voip application, I have a Server(Written > > in c# and two android client application(which is written based on the > > NativeSipStack of Android 2.3). > >

[android-developers] Re: RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
You mean my ANdroid Sip Client has problem? If so why when I use WiFi instead of 3G everything works fine?!! And also when I use CSipSimple as my sip client, I get the same problem :( On Jul 5, 12:43 pm, Daniel Drozdzewski wrote: > On Tue, Jul 5, 2011 at 9:37 AM, Alireza Asadi >

[android-developers] Streaming audio with Sip stack does not work on 3G network in Android 2.3?

2011-07-05 Thread Alireza Asadi
I have developed a simple client sip application on andorid by using SipDemo example which is provided by Google. My application(everything such as Authentication, Streaming, ...) works perfect over my WiFi network, but when I switch it in 3G network, just authentication of SIP session works fine

[android-developers] RTP Stream plays on WiFi but 3G netowrk - PLEASE,PLEASE,PLEASE HELP :(

2011-07-05 Thread Alireza Asadi
hi there, I have developed a SIP based voip application, I have a Server(Written in c# and two android client application(which is written based on the Native Sip Stack of Android 2.3). The SIP registration works perfect and beside that streaming and playing of my voice also works perfect over Wi

[android-developers] CallBack for the recorded block in MediaRecorder

2010-12-17 Thread Alireza Asadi
hi there, I am trying to record a voice from Mic using Media Recorder class. in the mentioned class we have just setOutputFile method to set the output file, but I need to get a buffer of some certain recorded voice, I mean i need something like a CallBack method that return a block of recorded by

[android-developers] CallBack for the recorded block in MediaRecorder

2010-12-15 Thread Alireza Asadi
hi there, I am trying to record a voice from Mic using Media Recorder class. in the mentioned class we have just setOutputFile method to set the output file, but I need to get a buffer of some certain recorded voice, I mean i need something like a CallBack method that return a block of recorded by