Oh, sorry I was talking about current "prebuffered" value on the main bar.
The "#OnlineVideos.buffered" tag is still used - but only for MediaPortalUrlSourceFilter. The LAV filter doesn't use it...
It still works. Although, the LAV buffer works differently: it only buffers up to 20s(current constant in the code) ahead. That means, the bar is probably very slim. If you try to play some short...
Perhaps (if it isn't already so) maybe align it with "#OnlineVideos.bufferedenough" / blackglass/Black Glass/myonlinevideosFullScreen.xml at master · Mediaportal-Plugin-Team/blackglass
That is a...
When you are in that change, could you please look at a small problem I just found:
I use a progressbar (<type>progress</type>) to show the buffering during start of an online video.
Atm the tag...
You are wrong. The tag "#OnlineVideos.IsBuffering" has different meaning. It is used only at startup of the playback. LAV SourceFilter works differently than MediaPortalUrlSource splitter.
The tag...
I did some research and it seems that the buffering funcionality can be shared with single tag "#OnlineVideos.IsBuffering". It requires an update in the code though.
When I was developing the...
Just a little note for skinners: the new version has a few new skin tags related to LAV buffering (if LAV Source Splitter is used).
If the buffer gets below certain level the playback is...
New release done today!
Changes/improvements:
Added support for separate audio and video streams (very big thanks to @Pablik !, now higher resolutions are also available on youtube)
Added...