if u r using dss use sdp file with proper params to rtsp client understand the params.. key is encode low bit rate!
On Tue, Apr 27, 2010 at 4:41 PM, dillirao malipeddi <[email protected] > wrote: > use low bit rate encoding... > so that, even at low bandiwdths it works > > in the rtsp handshake, make sure, you provide codec params in DESCRIBE > request/response.! > > > On Thu, Apr 22, 2010 at 5:20 PM, Chirag <[email protected]>wrote: > >> When you want live video streaming, second case is fine. Is there any >> way to reduce buffer size??? >> >> On Apr 14, 4:32 pm, MobDev <[email protected]> wrote: >> > well most of the time buffering is just part of streaming... >> > it's there so that a user will get a more seamless playback of the >> > video/audio... >> > The flipside is that it starts a little later because it has to buffer >> > beforehand, and when it has enough data to play a specific amount of >> > time seamlessly it will start.. >> > Cutting out the buffering might mean frequent hickups during play... >> > The first case might be acceptable for users (buffering) the second >> > one definitely isn't (frequent hickups)... >> > >> > On 12 apr, 05:33, Kelvin <[email protected]> wrote: >> > >> > > I have a question. >> > > When I use the VideoView to play theRTSPstreaming, the VideoView >> > > will buffering some cache buffer. >> > > Is there any method to tell the VideoView DON'T buffer? >> > >> > > My code: >> > > String VideoUri = "rtsp://192.168.5.121:6666/live/h264"; >> > > mVideoView = (VideoView) findViewById(R.id.video_view); >> > > mVideoView.setVideoURI(Uri.parse(VideoUri)); >> > > mVideoView.start(); >> > >> > > Is anybody help me? >> > > Thanks. >> > >> > >> >> -- >> 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 >> > > > > -- > Thank you, > Dilli Rao. M > www.arijasoft.com > > -- Thank you, Dilli Rao. M www.arijasoft.com -- 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

