Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reduce video buffering

I'm playing video on Android using media player via RTSP. The player takes about 12s to buffer before it starts playing. Anyone know how I can convince the player to buffer less? I have full control over the RTSP server and the SDP it returns.

like image 813
Philip Pearl Avatar asked Oct 14 '10 20:10

Philip Pearl


1 Answers

As per usual, as soon as I decide I should ask a question I work out the answer. I have a line "b=AS:91" in my SDP. If I reduce the number the amount of buffering decreases - so b=AS:2 gives about 4 or 5s buffering.

like image 191
Philip Pearl Avatar answered Sep 22 '22 16:09

Philip Pearl