Skip to content

Very laggy on iOS, and very slow to load for the first time #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
voyageh opened this issue Apr 2, 2025 · 2 comments
Open

Very laggy on iOS, and very slow to load for the first time #242

voyageh opened this issue Apr 2, 2025 · 2 comments
Labels
question Further information is requested

Comments

@voyageh
Copy link

voyageh commented Apr 2, 2025

ios18
vlc 1.0.81

@elitenas
Copy link

elitenas commented Apr 4, 2025

+1 on this. I experience the same

@cornejobarraza
Copy link
Collaborator

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:

<VLCPlayer
  source={{
    uri: "rtsp://localhost:8554/mystream",
    initType: 2, // This tells the player to use initOptions below
    initOptions: [
      "--network-caching=1000"
    ],
  }}
/>

@cornejobarraza cornejobarraza added help wanted Extra attention is needed question Further information is requested and removed help wanted Extra attention is needed labels May 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants