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