Is there any documentation for passing specific options to vlc using react-native-vlc-media-player? Specifically I'm trying to increase the buffer size or pass no dropped frames. I'm showing these errors in a react native app:
VLCMediaPlayerStateBuffering 1
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size (500000). 212911 bytes of trailing data will be dropped!
Thanks