I know vlc uses live555 for rtsp streaming. There is an option in Open Media dialog in vlc when opening a network stream which tells vlc to buffer stream for some seconds before starting to play it. The option is 'network-caching' in milliseconds. I want to know which functions in live555 is used in vlc to have this feature? I have tried increaseReceiveBufferTo(...) and ReorderingPacketBuffer::setThresholdTime(...) but they don't do this behavior.
Thanks