Skip to content
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

Too High latency of 2 second in rtsp streaming #33

Open
learncodingforweb opened this issue Jul 17, 2021 · 3 comments
Open

Too High latency of 2 second in rtsp streaming #33

learncodingforweb opened this issue Jul 17, 2021 · 3 comments

Comments

@learncodingforweb
Copy link

<VlcPlayer
      style={styles.video}
      paused={false}
      autoplay={true}
      source={{
        uri: uri,
        autoplay: true,
        initOptions: [
          'network_caching_value=100'
        ],
      }}  />

Even tried to reduce network caching value to 100ms, even then latency remains 2 second.

How to reduce latency in rtsp?

@vishaldybot
Copy link

did you got something to reduce the same??

@learncodingforweb
Copy link
Author

unable to reduce delay? still facing issue

@vishaldybot
Copy link

vishaldybot commented Aug 9, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants