Re: [Live-devel] RTSP latency on Android Clients

2011-11-29 Thread Ross Finlayson
> Sorry. I was asking the question in more general sense about RTSP clients > interpreting the bandwidth parameter of the SDP. Media player applications often have a "buffer duration" parameter that you can adjust... > The other question of controlling streaming framerate, where can I modify

Re: [Live-devel] RTSP latency on Android Clients

2011-11-29 Thread Sambhav
Sorry. I was asking the question in more general sense about RTSP clients interpreting the bandwidth parameter of the SDP. The other question of controlling streaming framerate, where can I modify this parameter ? On Tue, Nov 29, 2011 at 7:30 PM, Ross Finlayson wrote: > On Android clients RTSP

Re: [Live-devel] RTSP latency on Android Clients

2011-11-29 Thread Ross Finlayson
> On Android clients RTSP playback has a latency of around 5-6 seconds. The > client buffers data for this duration and then starts playing. > For live streaming this latency is very high. > > Does the client use the bandwidth information (b=AS:) to > calculate the buffer size. e.g 5-6sec in

[Live-devel] RTSP latency on Android Clients

2011-11-29 Thread Sambhav
Hi, On Android clients RTSP playback has a latency of around 5-6 seconds. The client buffers data for this duration and then starts playing. For live streaming this latency is very high. Does the client use the bandwidth information (b=AS:) to calculate the buffer size. e.g 5-6sec in this case?