Until now we only did the "receive stream" part of the application, not yet the "send it to a server", and we did not need to deal with jni for it, as we are using the videoview/mediaplayer APIs. The videos that we used in our tests were from rtsp live streaming links that we found on the internet. What we are asking here is why does VLC show the same part of the video 2 to 10 seconds earlier than our Android application shows it, and why the other existing live streaming applications for Android that we found also have this delay.
On 13 abr, 17:51, Rogério de Souza Moraes <[email protected]> wrote: > Hi, > > I am trying to create a live streaming application that just send the stream > to a server. The code I followed the example on sipdroid, but I am with some > difficulties in showing this stream on server side. Can you give some tips > how to configure the vlc to receive the video stream from android? To do > your application works, did you had to deal with jni? > About the delay, what kind of video format are you using? Android supports > H.263 encoder and decoder as said on this > page:http://developer.android.com/guide/appendix/media-formats.html > > Regards, > > Rogerio > > 2010/4/13 Android dev <[email protected]> > > > We are developing an Android video conferencing application. After > > examining some already existing live-stream applications , we came to > > the conclusion that all or almost all existing applications have a > > delay of 3 to 10 seconds. The application we are developing was tested > > receiving a video stream on the Android device and the same video > > stream on VLC at the same time.The result of the test is that VLC > > shows the same part of the video 2 to 10 seconds earlier than our > > Android application on the phone(HTC hero) depending on the rtsp link > > used. we havent found what is the main cause of the delay and also > > dont know if it is possible to reduce that delay. > > In our case, as it comes to video conferencing, the delay should be > > lower than 2 seconds at least. Do you guys have some information about > > the cause of the delay or even how to reduce it? > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en To unsubscribe, reply using "remove me" as the subject.

