Results 41 comments of Collin Allen

Can you elaborate on how this manifests? I'm able to `make` and run without warnings or errors. Thanks!

FWIW, I picked up one of these a while back, and it appears to support 27Cxxx EEPROMs: https://www.ebay.com/itm/XGecu-TL866II-Plus-Programmer-for-SPI-Flash-NAND-EEPROM-MCU-PIC-AVR-ship-from-US/323729666027

Perhaps as an implementation reference, JWPlayer offers the ability to provide a WebVTT chapter track with time offsets and titles, and each chapter gets a marker in the scrubber timeline...

Happy to make available a cloud host with IPv6 records if that would help with development or testing.

In the [Clustering](https://airensoft.gitbook.io/ovenmediaengine/origin-edge-clustering) docs, the diagram shows Primary and Secondary, and I didn't realize I could have more than that pair. If I have a bunch of similarly located people...

Another thing to consider: If you go the route where you arrange to provide users with a different Origin URL every time they stream (based on current usage stats), they...

Ooh, this is a great idea 👏🏻

I see "Incorrect number of arguments" as one of the checks in the pimiibo codebase: https://github.com/garrett-davidson/pimiibo/blob/11b892223510c4cd1356d40b189ea5d097d83dcc/pimiibo.cpp#L12-L13 What's the full set of commands you're running? It should look something like: ```...

Do your file paths have spaces in them? The spaces may be throwing off the parameter count. If so, try wrapping each path in quotes, like `./pimiibo "path to/keyfile.bin" "path...