Hi,
I have 2 projects, all of them use the lib vlcsharp via nuget package.
The first one (the streamer) streames a mp3 on a RTSP link,
The second one (the player) playes the RTSP link generate by the streamer.
In the streamer, I use SetPause(bool) to pause and resume the streaming. It works but the player applyes the command with a udge latency, sometimes 20 secondes.
Is anyone knwos why ? what I've done wrong ?
Thank you for your help