Boris

Results 513 comments of Boris

That is really cool! 😲

Absolutely! It's easy 👍 There's still a demo from v1.0.0 online: http://dev.yboris.com/vh/ The demo requires that a correct format file is loaded at the start. Set `webDemo` to true: https://github.com/whyboris/Video-Hub-App/blob/master/src/app/components/home/home.component.ts#L110...

There's likely a way to hack it. I think this should work: create a different service that would do what you want and swap the line in the constructor &...

Sorry unsure what would be involved in moving over to HTTP. I might be able to look in a week or two 😅

@cal2195 -- are you using an off-the-shelf player for this? Something like: https://github.com/matvp91/indigo-player ? Also there's this interesting project: https://jsmpeg.com/ -- unsure if it helps at all with what you've...

@cal2195 -- another thing I found that you might find interesting: https://wistia.com/learn/marketing/faster-thumbnail-extraction-ffmpeg Turns out `ffmpeg` is able to extract fractional pieces over _http_ -- so if you wanted to create...

We're now one step closer as VHA has "official" _server_ code 🎉 with #603

It's definitely technically possible. There's a bit of a challenge with the UI (user interface). I'll keep the issue open for future reference. ps - at the moment, videos always...

I'm happy to help you try out coding -- I think it's not as hard as most people think. Try to get started by getting the code to compile and...

Thank you for this _Issue_ 🤝 I think your suggestion is the best way to implement the "delete all instances of particular tag" feature. You are correct that currently there...