Results 17 comments of StevenB45

@cchamikara we have followed the documentation : [VLCKit](https://wiki.videolan.org/VLCKit/#Building_the_framework_for_iOS). It's very complicated to compile without errors.

@cchamikara we have added ` @"--rtsp-tcp", @"--network-caching=150", @"--rtsp-cachin=150", @"--clock-jitter=150", @"--tcp-caching=150", @"--realrtsp-caching=150",` into VLCLibrary.m

@cchamikara I sent you an email to download the file, did you receive it? We used "3.0" branch.

@cchamikara : ` `

Hi @joaodematejr , i think it's a link problem. Try to relink manually. I had a similar problem with another player see : https://github.com/wonday/react-native-live-stream/issues/1 .

if the url is correct, yes, you can try in VLC desktop before.

I found out how to apply filters to an rtsp video with VLC desktop version, but I don't know which syntax to use to integrate it into react-native.... ```/Applications/VLC.app/Contents/MacOS/VLC --video-filter...