react-native-vlc-player icon indicating copy to clipboard operation
react-native-vlc-player copied to clipboard

Too High latency of 2 second in rtsp streaming

Open learncodingforweb opened this issue 4 years ago • 3 comments

<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?

learncodingforweb avatar Jul 17 '21 06:07 learncodingforweb

did you got something to reduce the same??

vishaldybot avatar Aug 07 '23 18:08 vishaldybot

unable to reduce delay? still facing issue

learncodingforweb avatar Aug 08 '23 05:08 learncodingforweb

Thank you for your reply. I am still experiencing the issue and cannot reduce the delay. It would be greatly appreciated if you could assist me in any way possible. On Tue, Aug 8, 2023 at 11:25 AM learncodingforweb @.***> wrote:

unable to reduce delay? still facing issue

— Reply to this email directly, view it on GitHub https://github.com/ghondar/react-native-vlc-player/issues/33#issuecomment-1668952241, or unsubscribe https://github.com/notifications/unsubscribe-auth/BBY2IYHK2XYS4HXIORNWXLDXUHIE5ANCNFSM5AQY4HBQ . You are receiving this because you commented.Message ID: @.***>

vishaldybot avatar Aug 09 '23 10:08 vishaldybot