Chuck Wilson

Results 25 comments of Chuck Wilson

@scotje I did run `pdk bundle install` before this. I ran `pdk validate` just now to be safe: ``` $ pdk validate pdk (INFO): Using Ruby 2.5.8 pdk (INFO): Using...

I tried removing my distro packages and using upstream vagrant. `pdk` was able to provision a machine in virtualbox, but unfortunately we're a libvirt shop, and building the vagrant-libvirt plugin...

This is a cool feature, but we've got a lot on our plate right now so it might be a bit before we get a chance to review this.

Hi @nodegin, Would you be able to try compiling your own contrib-hls version? We've got a preliminary PR for support with #1416, which also depends on videojs/videojs-contrib-media-sources#178. I briefly described...

Seems to be working for me here. If you don't know how to apply PRs locally, [see here](https://help.github.com/articles/checking-out-pull-requests-locally/). If you message me on the videojs slack I can send you...

I did a comparison between the output of hls.js and mux.js. Here's some differences: 1. The sizes are different. hls.js: `moov.size` = 701; `moov.trak.size` = 533; etc... mux.js: `moov.size` =...

^ that was on an SD segment, but it looks like it only happens with HD segments, so I will retest with an HD segment

I made a comparison between a working HLS feed I found on the internet and the one that wasn't worked. My media is using the `base` profile with no constraint...

Perhaps relevant to this: the shimming of `seeked` events so that we can take control of buffering behaviour post-seek. See #370.