Hi, I’m prety new to this, so I’m hoping someone can give me a few pointers.
I’m getting a UDP stream from an Ip camera and want to see it with vlc. I found out I can do it by redirecting it, in this case to localhost just for testing.
From here, I can open it with a .sdp file, but this of course introduces a delay. So I’d love to know how to lower it or if you’d face this problem differently.
Thanks in advance
VLC may add its own latency, you may lower it by setting some VLC parameters in receiver, but I personnaly didn’t acheived low latency as gstreamer from VLC, I couldn’t further advise for VLC case.
Thanks a lot! I worked a bit on it and also realized it was probably not the best solution, as I had a delay of up to 5s, which is too much even from a newbie’s standard like me