Page 1 of 1

libVLC OnBufferingEvent not firing anymore?

Posted: 12 May 2009 12:34
by Beardless2
The OnBuffering event does not appear to be fired in v1.0.0 RC1 unlike 0.9.9? Anyone else get this?

Re: libVLC OnBufferingEvent not firing anymore?

Posted: 12 May 2009 16:23
by Jean-Baptiste Kempf
Yes, use the input Event INPUT_EVENT_CACHE

Re: libVLC OnBufferingEvent not firing anymore?

Posted: 12 May 2009 19:09
by Beardless2

Re: libVLC OnBufferingEvent not firing anymore?

Posted: 12 May 2009 20:40
by Jean-Baptiste Kempf
Ok, this is indeed broken because there is no BUFFERING_S state anymore.

There is a caching Input Event, but it isn't repercuted on libvlc API.
patches are welcome, I am afraid...