Search code examples
androidvideo-streamingandroid-videoviewbuffering

How to reduce VideoView buffer with device to device RTSP streaming


I've rolled my own RTSP server and am currently streaming device to device - however the VideoView seems to be buffering 10 seconds worth of data, regardless of other parameters being set (either within code or SDP file).

Is there any way to reduce this?


Solution

  • There's not. It's embedded in the OS and from what I can tell there aren't any alternatives out there.