vlc-android-sdk
vlc-android-sdk copied to clipboard
RTSP delay caused by buffering
I'm developping an App to stream an Onvif IP camera over RTSP protocol.
I'm using the VLC to show the video stream. When I play the stream, vlc starts to buffer the video before play. I can see a delay of around 2 seconds, and the log shows: libvlc input: Stream buffering done (1535 ms in 1534 ms)
I want to reduce the buffer size to reach a delay of 200ms max.
I tried to set some options but it didn't work.