10 second delay minimum RTMP stream
Posted: 30 Sep 2015 17:38
I am on version 2.2.1 but I have also observed this on the latest version of android as well as when building libvlc for android.
When attempting to load an rtmp link, the video shows a black screen for 10 seconds and only then, begins playing. The 10 seconds is caused by vlc filling up the buffer, which causes the video to have a minimum of 10 seconds delay time. I have tried all settings below and nothing has any effect.
--live-caching=0
--file-caching=0
--network-caching=0
Has anyone else experienced this issue, or figured out a workaround to this?
Thanks!
When attempting to load an rtmp link, the video shows a black screen for 10 seconds and only then, begins playing. The 10 seconds is caused by vlc filling up the buffer, which causes the video to have a minimum of 10 seconds delay time. I have tried all settings below and nothing has any effect.
--live-caching=0
--file-caching=0
--network-caching=0
Code: Select all
[0000000100603cd8] core input debug: Stream buffering done (9980 ms in 8431 ms)
Thanks!