Layne Bernardo

Results 12 comments of Layne Bernardo

> Any update on this? Main branch works fine for me, just install the deps and build as described in INSTALL.md

You are trying to create an ISO with the exact same name as the directory you're trying to create it from.. obviously your computer can't create a file and a...

What error do you get? Is there a message?

Try running the command shown here: https://github.com/jacksonliam/mjpg-streamer/issues/133#issuecomment-386068478 to make sure that V4L2 is actually detecting it as a supported resolution.

"403: Forbidden! frame already sent" is fixed in [my fork](https://github.com/LMBernardo/mjpg-streamer).

Does anyone have any idea why this would be desirable? It seems sort of pointless - and definitely worth a PR imo. Specifically, removing the various checks such as the...

HTTP rate limiting (i.e., "403: Forbidden! frame already sent") is now disabled by default in [my fork](https://github.com/LMBernardo/mjpg-streamer), where it is now an optional command line parameter.

Depends on how you made and installed it. If you just did `make && sudo make install` then you'll need to manually delete everything it installed. AFAIK, this includes: `/usr/local/bin/mjpg_streamer`...

Building with `ENABLE_HTTP_MANAGEMENT` is fixed in [my fork](https://github.com/LMBernardo/mjpg-streamer).