LibVLCSharp MediaPlayer.IsPlaying won't work??

This forum is about all development around libVLC.
tomashevic
New Cone
New Cone
Posts: 3
Joined: 11 Sep 2016 21:37

LibVLCSharp MediaPlayer.IsPlaying won't work??

Postby tomashevic » 31 Mar 2020 18:41

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";
streamButton.BackColor = Color.Green;

}

language is c#, LibVLCSharp version is 3.4.3., vlc core dll is 3.0.8 x86

mfkl
Developer
Developer
Posts: 739
Joined: 13 Jun 2017 10:41

Re: LibVLCSharp MediaPlayer.IsPlaying won't work??

Postby mfkl » 01 Apr 2020 09:35

Hi,

Could you open a bug report with your code at https://code.videolan.org/videolan/LibVLCSharp please?

This way we can have a proper look. Thanks!
https://mfkl.github.io

tomashevic
New Cone
New Cone
Posts: 3
Joined: 11 Sep 2016 21:37

Re: LibVLCSharp MediaPlayer.IsPlaying won't work??

Postby tomashevic » 01 Apr 2020 11:22

Ok, here it goes.


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 18 guests