Hi!
I am using VLC to receive HLS video. I noticed that VLC is changing the source port for every request sent to the server. Which means re-establishing TCP connnection every time.
Is there a way I can make the source port persistent for the entire streaming? Ideally - from command line as I use CLI.
Thanks!