Results 17 comments of StevenB45

Hello, Thank you for your answer but I have already tried and it doesn't work though I added this: `mediaOptions={{ ':network-caching': 0, ':live-caching': 0, }}` and it works very well...

Do you have any idea where to look?

Hello, Thank you for this answer I will try! Thank you very much!!!!

Hello, I tried your solution but it doesn't work. In your ReactVlcPlayerView.java, line 394 is commented and latency is not reduced with android. I send motion commands to a camera...

@fh345392977 Thank you, i've tried your fork and it works very well on android, but i have a problem : on iOS: initType={2} not working like the original ` initOptions={[`...

Hi, working with this code on iOS: `` But, the application crashes... I open a first stream, everything goes well, I have the video in 3-4 seconds but once I...

@fh345392977 Thank you so much! I do not have any errors in the log, I don't understand. Thank you again for your answers. !

Hi @fh345392977 , @xuyuanzhou . How to reproduce my problem : - `git clone https://github.com/StevenB45/vlc-crash-test.git` - Download [MobileVLCKit.framework ](http://nightlies.videolan.org/build/iOS/) - Copy file into 'vlcKit' folder - `yarn install` - Open...

@fh345392977 thank you very much. The test build of application that I'm working on does not crash anymore but the player does not close properly. Sound is being reproduced in...

Thank you @cchamikara, we have recompiled the MobileVLCKit.framework to directly integrate the cache inside and now it's working for me.