bp2008

Results 32 comments of bp2008

I can appreciate that, however at this time your best bet is to run the same commands that BiUpdateHelper would to install itself: ``` sc create "BiUpdateHelper" binPath= "" start=...

I do not still maintain it. Blue Iris is the way to go if you can afford a small licensing fee!

Also interested in this update! Great work so far.

I can't comment on the stored procedure results issue, but I encountered the original bug myself and devised this simple working solution. My apologies, I don't have time for unit...

Ah. We do appreciate ghettoVCB for what it is, and if we find we can't live without persistent snapshots then we'll just have to spend money.

This issue is fixed, sort of, but HLS caption support is still buggy in Clappr 0.4.3. The CC button will appear in the player if your HLS master playlist includes...

I did try to set up examples on http://clappr.io/demo/ but I lack suitable hosting with CORS support.

Here's a trivial video sample with english and spanish subtitles that can be used to reproduce the problem. [TestPattern-min.zip](https://github.com/clappr/clappr/files/6131780/TestPattern-min.zip) Specify `index.m3u8` as the source.

Someone thought it would be a good idea to set the current subtitle track to one of the hidden tracks, right here in hls.js: https://github.com/video-dev/hls.js/blob/5275331ce1b8fb56a5f2032027650a2621a89ab0/src/controller/subtitle-track-controller.js#L240 And that is what is...