You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing --network-caching=1000 to the initOptions array solved laggy playback for me.
I stream a RTSP camera feed so check if this works for you too:
<VLCPlayersource={{uri: "rtsp://localhost:8554/mystream",initType: 2,// This tells the player to use initOptions belowinitOptions: ["--network-caching=1000"],}}/>
ios18
vlc 1.0.81
The text was updated successfully, but these errors were encountered: