Page 1 of 1

LibVLC MediaPlayerPlaying event (with large --network-cachin

Posted: 10 Jan 2015 22:18
by ambigioz
Hello,

I noticed that setting a high network caching for a streaming video shows one still frame for the number of net-caching seconds you set and then start playing the video.
I there an event or any way I can get the actual moment when the player starts playing the video? (So I can hide the buffering indicator)

Thanks in advance.

Re: LibVLC MediaPlayerPlaying event (with large --network-ca

Posted: 12 Jan 2015 20:09
by edwardw
MediaPlayerPlaying doesn't work?

Otherwise you might try to uncomment MediaPlayerBuffering and modify the JNI to track this event.

Re: LibVLC MediaPlayerPlaying event (with large --network-ca

Posted: 13 Jan 2015 08:43
by ambigioz
MediaPlayerPlaying is called as soon as the stream is started and the first frame is shown, but the moment when the actual player starts displaying the video is later! I'll try with the MediaPlayerBuffering..