solid-software / flutter_vlc_player

📺 Flutter VLC powered video player.
527 stars 255 forks source link

How to play Low Latency #359

Open cgowthamanmca opened 2 years ago

cgowthamanmca commented 2 years ago

I am using nabto through connect camera get streaming RTSP url.after geting url play in vlc player but i will start after 10 seconds .how to reduce this Latency

pauloamarcon commented 2 years ago

Is this problem only on ios? or also on Android? I have something similar but only on ios.

pauloamarcon commented 2 years ago

I believe it has something to do with RTSP authentication. When I use RTSP without the need for authentication, the images appear between 2 and 5 seconds.

MustafaGaber commented 1 year ago

Is this problem only on ios? or also on Android? I have something similar but only on ios.

I have this problem only in ios. Could you solve it ?