Search Criteria
Package Details: mjpg-streamer-git 1:1.0.1.r1.g44a278f-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mjpg-streamer-git.git (read-only, click to copy) |
|---|---|
| Package Base: | mjpg-streamer-git |
| Description: | Stream mjpeg frames from a webcam via http |
| Upstream URL: | https://github.com/jacksonliam/mjpg-streamer |
| Licenses: | GPL-2.0-only |
| Conflicts: | mjpg-streamer |
| Provides: | mjpg-streamer |
| Submitter: | yhfudev |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 27 |
| Popularity: | 0.004363 |
| First Submitted: | 2015-05-18 19:48 (UTC) |
| Last Updated: | 2025-07-01 21:37 (UTC) |
Dependencies (8)
- libgphoto2 (libgphoto2-gitAUR)
- protobuf-c (protobuf-c-gitAUR)
- sdl12-compat (sdl12-compat-gitAUR)
- v4l-utils (v4l-utils-gitAUR)
- zeromq (zeromq-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (make)
Required by (2)
- octoprint (requires mjpg-streamer) (optional)
- octoprint-venv (requires mjpg-streamer) (optional)
Latest Comments
1 2 3 4 Next › Last »
FabioLolix commented on 2023-02-07 20:41 (UTC)
yes, I missed that
dack commented on 2023-02-07 20:14 (UTC)
"url" in the PKGBUILD should probably be updated to match the change to the LMBernardo fork.
LMBernardo commented on 2022-12-02 16:14 (UTC)
@amstan I have added a git tag with a minor version bump - let me know if this works now. Thanks!
amstan commented on 2022-10-31 01:19 (UTC)
Thank you LMBernardo,
As far as I'm concerned mjpg-streamer is unusable without this "403: Forbidden! frame already sent" fix.
Unfortunatelly switching to your fork was not straight forward as the check() fails due to missing any git tags: https://github.com/LMBernardo/mjpg-streamer/issues/2
LMBernardo commented on 2022-09-04 22:01 (UTC) (edited on 2022-09-04 22:10 (UTC) by LMBernardo)
Building with
ENABLE_HTTP_MANAGEMENTis fixed in my fork, which also disables HTTP rate limiting by default (the infamous "403: Forbidden! frame already sent") and instead moves it to an optional command line parameter. Not sure if the package maintainer wants to switch to my fork, but you cangit cloneand build/install as per usual.FabioLolix commented on 2020-09-02 21:27 (UTC)
I have modified the pkgbuild, get it and try again
umamibeef commented on 2020-09-02 05:43 (UTC)
I get the following linker error when running
makepkg -si:/usr/bin/ld: CMakeFiles/output_http.dir/output_http.c.o:(.bss+0xa60): multiple definition ofclient_infos'; CMakeFiles/output_http.dir/httpd.c.o:(.bss+0x0): first defined here collect2: error: ld returned 1 exit status`Anyone know how to fix this? I'm using 5.8.3-2-MANJARO on x86_64. I saw a proposed fix here: https://github.com/jacksonliam/mjpg-streamer/issues/257#issuecomment-653551536 but my changes disappear when makepkg pulls from the repo again. Not sure what to do...
blalor commented on 2020-04-13 15:30 (UTC)
My patch to
PKGBUILDto get it building without the HTTP management stuff, using the CMake-generated Makefile, and with @matterhorn'sLDFLAGSfix:blalor commented on 2020-03-21 18:52 (UTC)
I have the same problem as @celogeek, but it can be solved by removing the
-DENABLE_HTTP_MANAGEMENT=ONline. Also, thebuildstep doesn't build the package, it only runs thecmakestuff, andpackagedoesn't use the setup provided bycmakebecause it doesn'tcd …/_build.celogeek commented on 2020-03-09 22:09 (UTC)
Hi,
can you include this patch to your package:
This allow multiple connexions to the streaming and avoid 403 access denied: https://github.com/jacksonliam/mjpg-streamer/issues/162
1 2 3 4 Next › Last »