motion
motion copied to clipboard
Motion, a software motion detector
libav10 has dropped support for the CODEC_ID_\* macros, [renaming](https://wiki.libav.org/Migration/10#Macro_namespace_change) them to AV_CODEC_ID_*. We can restore support just by replacing the relevant expressions in ffmpeg.c, but you might want to use...
Version 3.3.0 Does not work Ipv6 stream :((. Please help. ipv6_enabled on netcam_url http://ipv6.mydomain.com:55935/?action=stream ipv6.mydomain.com - AAAA-record only.
In my logs I see a lot of messages like this (approx 2 messages per second): ``` netcam_init_jpeg: no new pic, no signal rcvd netcam_read_html_jpeg: Potential split boundary - 1447...
I am updating this package in Debian and along the way have made some vendor-agnostic fixes. Please review and merge.
I'm using motion Version 3.2.12+git20140228 I guess RSTP is "not supported" but I don't see a way to confirm that. Here's what I see in the logs: netcam_start: Invalid netcam_url...
The file alg.c contain the algorithm used for motionDetection in a video stream. However this page [http://www.lavrsen.dk/foswiki/bin/view/Motion/MotionTechnology](url) haven't explain a lot about it and the source code is very long...
Using motion for RTSP streams results in the error similar to: > [1] [CRT] [NET] netcam_start: Invalid netcam_url (rtsp://192.168.1.64/live.sdp) When inspecting the code, I see that [the error](https://github.com/sackmotion/motion/blob/ad7e243fcaee500f67297305d9235556fb4270b9/netcam.c#L2829) is actually...
This is a five commit pull request. bugs: The first has some typo, fixes, and such. The next one set the device thread running from the main thread fix I...
Commit 8de231568b7c43c7672f9e508c308d9bc715d120 broke the build for all non-x86 architectures. The offending code is this: ``` #ifndef __SSE_MATH__ __asm__ __volatile__ ( "emms"); #endif ``` Changing it to ``` #ifdef __MMX__ __asm__...