Search Criteria
Package Details: mjpg-streamer-git 1:r355.85f89a8-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | yhfudev |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 27 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-18 19:48 |
Last Updated: | 2020-09-02 21:26 |
Dependencies (10)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw)
- libjpeg-turbo (mozjpeg-git, libjpeg-turbo-git, libjpeg-turbo-minimal-git, mozjpeg)
- cmake (cmake-git) (make)
- git (git-git) (make)
- libgphoto2 (make)
- protobuf-c (make)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl) (make)
- sdl (sdl-openglhq, sdl-nokbgrab, sdl-openglhq-nokbgrab, sdl-git, sdl2_compat12-git) (make)
- v4l-utils (v4l-utils-rockchip) (make)
- zeromq (libxs, zeromq-git, zeromq-draft) (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 2020-09-02 21:27
I have modified the pkgbuild, get it and try again
umamibeef commented on 2020-09-02 05:43
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 of
client_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
My patch to
PKGBUILD
to get it building without the HTTP management stuff, using the CMake-generated Makefile, and with @matterhorn'sLDFLAGS
fix:blalor commented on 2020-03-21 18:52
I have the same problem as @celogeek, but it can be solved by removing the
-DENABLE_HTTP_MANAGEMENT=ON
line. Also, thebuild
step doesn't build the package, it only runs thecmake
stuff, andpackage
doesn't use the setup provided bycmake
because it doesn'tcd …/_build
.celogeek commented on 2020-03-09 22:09
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
matterhorn commented on 2020-01-19 21:51
I ran into the same problem as @bebR with
mmal: mmal_component_create_core: could not find component 'vc.ril.camera'
. The cause and a solution to the problem, as I understand it, is as follows:The default
/etc/makepkg.conf
on both standard and Arch Linux ARM flavors setswhere the
-Wl,--as-needed
option aggressively removes the link dependency onlibmmal_vc_client.so
ininput_raspicam.so
on RPi platforms despite it being set (as far as I can tell, correctly) as a hard dependency in the upstream CMakeLists.txt.If the output of either
readelf -d /usr/lib/mjpg-streamer/input_raspicam.so | grep "NEEDED.*libmmal_vc_client.so"
orldd /usr/lib/mjpg-streamer/input_raspicam.so | grep libmmal_vc_client.so
is blank, the error will occur.My fix is to override the default LDFLAGS to set
--no-as-needed
at link time to avoid the dependency onlibmmal_vc_client.so
from being stripped out:though perhaps there's a way to override just the single option through CMake directives like
CMAKE_SHARED_LINKER_FLAGS
without resetting the entire LDFLAGS variable.Final result is the raspicam input plug works correctly:
bebR commented on 2020-01-06 19:43
@jose1711, ok, no problem, i'll give another try to this git version. but the last tiem a tried, it wasn't working. thanks.
jose1711 commented on 2020-01-02 07:55
@bebR true, i requested the removal shortly after getting the following comment:
" mjpg-streamer don't have stable release, has already been deleted once for that and this is not even at the latest commit "
i was unable to find any reference of
mjpg-streamer
deletion in aur mailing list but anyway, it's gone. again.bebR commented on 2019-12-30 17:39
@jose1711, thanks, but I can't find the package with the link you gave.
jose1711 commented on 2019-12-30 11:13
@bebR mjpeg-streamer is now back in aur (https://aur.archlinux.org/packages/mjpg-streamer/)