Yehuda Ringler
Yehuda Ringler
So - despite the words "Mask USER NAME" being clearly in the UI, it never occurred to me that there would be an option to mask anything other than a...
Not compatible with videojs 7 Should be fixed by #33
You can use my fork at https://github.com/yringler/videojs-preroll/ The changes are based on [this stack overflow](https://stackoverflow.com/questions/46880101/videojs-videojs-getcomponent-is-undefined). There is still a warning, because plugin() has to be replaced with registerPlugion(), but everything...
Looks like I didn't update it all the way. The lib reference (video is ads) in the example should be coming from node_modules/ npm if I remember correctly. On Mon,...
I was wondering about that. I thought it was a bug in my app at first. Usually I wouldn't be up at 2am anyway. One of those nights... Anyway, glad...
No, we only used it with internal ads, directing viewers to other content / partners etc. Is it possible? IDK. If google provides an API for IMA where you can...
https://github.com/googleads/videojs-ima looks interesting
I bumped the major version because I think the move to getTech breaks videojs < 7. See this [old version of tech.js ](https://github.com/videojs/video.js/blob/d3d5d032fcccb6264a1def5904c6467a674b1c0f/src/js/tech/tech.js) which is refrenced [here](https://docs.videojs.com/module-videojs-videojs.html#\.getTech) as being the...
This is a big deal. I think svelte would be perfect for a requirement at work, but I can't recommend it without an official browser support list. I'm sure I'm...
My use case: download fresh data as soon as user has internet. As per [connectivity_plus](https://pub.dev/packages/connectivity_plus), just their stream isn't enough, because it doesn't update when app returns to forground from...