trying to stream audio to other vlc, which is working, but when i call isPlaying property , it wont react , even if is MediaPlayer is playing.Why?I'm i using it properly ? Here is piece of code bellow. medijaPlejer.Play(medij); if (medijaPlejer.IsPlaying) { streamButton.Text = "Streaming";...