Elliot Killick

Results 62 comments of Elliot Killick

> Is the plan to then construct an appropriate GStreamer pipeline accordingly? Yes, I'm currently working on this C program.

Currently the plan for the C program is to implement the webcam best format setter program as well as something to call to replace instances of `v4l2-ctl` in the Python...

I tested on another computer configuring my webcam to use the YUV format my webcam supports (with `v4l2-ctl`) and then seeing if Firefox would play the video and it worked...

Firefox supports both MJPEG and YUV formats. I'm not sure if when Firefox gets YUV it (behind the scenes) converts the YUV to MJPEG in order to display it or...

Note in relation the `v4l2loopback` issue I referenced earlier: It seems like for that person FFmpeg stops outputting video after that warning but when I was testing playing back video...

@DemiMarie submitted the PR to fix this in `v4l2loopback` as outilined in the issue: https://github.com/umlaeute/v4l2loopback/pull/435 Just waiting for it to be merged now.

This feature is planned. Only for `consumer_download` and `enterprise_eval_download`, though, because otherwise we would be directly storing a lot of links. We will probably use POSIX `getopts` and a `-l`...

If you specify the `all` argument (or any argument when the requested media has already been fully downloaded) then Mido will attempt to download it again as you requested. Mido...

The problem with relying on the SHA-256 hashes is that those values are hardcoded into the script itself. They need to be manually updated when, for example, Microsoft issues a...

For saving bandwidth, perhaps the desired functionality could be implemented like this: https://www.cyberciti.biz/faq/linux-unix-curl-if-modified-since-command-linux-example/ We would have to verify that MS servers will cooperate with the `If-Modified-Since` header though. We could...