I am using react-native-yz-vlcplayer for a react native application. I have a latency problem on android, the latency is too high. On iOS, I have almost no latency thanks to the plugin options:
mediaOptions={{
':network-caching': 0,
':live-caching': 0,
}}
I use this plugin to broadcast an RTSP feed.
I don't know how to do that in JAVA.
I also opened an issue on the player's github but no conclusive answer.
I think I need to modify the file ReactVlcPlayerView.java. I tried to follow this solution, but I couldn't fix the problem, maybe I'm completely wrong but can you help me?
Thank you so much.