Send Motion-user mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/motion-user
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Motion-user digest..."
Today's Topics:
1. Building motion for Yocto (Kaiwan N Billimoria)
2. motion capture for rtsp sdp format streaming camera (mylin)
3. Re: motion capture for rtsp sdp format streaming camera
(Harlan Daneker)
4. Re: motion capture for rtsp sdp format streaming camera (mylin)
----------------------------------------------------------------------
Message: 1
Date: Fri, 26 Mar 2021 19:45:41 +0530
From: Kaiwan N Billimoria <[email protected]>
To: [email protected]
Subject: [Motion-user] Building motion for Yocto
Message-ID:
<CAPDLWs_8PW=1oBPFf7iUiOExWtAL=tv1relg3dhryo7fndv...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi all!
Am new to this list..
I'm working on a side project, building a Yocto-based embedded Linux on the
Raspberry Pi. I intend to run the superb motion software for a
motion-activated security camera...
However, a little googling failed to turn up any useful resources on
building motion for Yocto (poky). Particularly, I've reached the point
where I can get the deb package (
https://github.com/Motion-Project/motion/releases/download/release-4.3.2/bionic_motion_4.3.2-1_arm64.deb)
onto the board & run a script to install it via dpkg; but it fails due to
there being many dependencies ...
Is there a static build of motion for arm64 available?
Any tips / suggestions on how to do this will be very much appreciated,
Thanks,
Kaiwan.
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 2
Date: Fri, 26 Mar 2021 16:23:27 -0400
From: mylin <[email protected]>
To: [email protected]
Subject: [Motion-user] motion capture for rtsp sdp format streaming
camera
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
I'm trying to run motion from a sdp formatted streaming from an outdoor
ip camera.
rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
But,I only see a gray screen when I try to view it in the browser.
But I can stream it using vlc,
vlc rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
Here is the motion camera config file contents. Any ideas how to make it
work in motion?
Thanks.
----------------------
?camera_id = 98
###########################################################
# Capture device options
############################################################
# The video input to be used (default: -1)
# Should normally be set to 1 for video/TV cards, and -1 for USB cameras
input -1
target_dir /home/mydrive/motion_ipcamoutdoorcam
############################################################
# Live Stream Server
############################################################
# The mini-http server listens to this port for requests (default: 0 =
disabled)
stream_port 8098
#---------------------
# URL to use if you are using a network camera, size will be
autodetected (incl http:// ftp:// mjpg:// rtsp:// mjpeg:// or file:///)
netcam_url rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
# Username and password for network camera (only if required). Default:
not defined
# Syntax is user:password
; netcam_userpass value
netcam_userpass admin:mypassword
# The setting for keep-alive of network socket, should improve
performance on compatible net cameras.
# off:?? The historical implementation using HTTP/1.0, closing the
socket after each http request.
# force: Use HTTP/1.0 requests with keep alive header to reuse the same
connection.
# on:??? Use HTTP/1.1 requests that support keep alive as default.
# Default: off
##netcam_keepalive off
netcam_keepalive on
# Set less strict jpeg checks for network cameras with a poor/buggy
firmware.
# Default: off
netcam_tolerant_check off
#---------------------
------------------------------
Message: 3
Date: Fri, 26 Mar 2021 17:45:56 -0400
From: Harlan Daneker <[email protected]>
To: Motion discussion list <[email protected]>
Subject: Re: [Motion-user] motion capture for rtsp sdp format
streaming camera
Message-ID:
<cac1wkitw_nl4f9ob_prmmbjdfoye7y1rvg6nxw8hsxqyvnf...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Maybe from localhost where motion is running http://127.0.0.1:8098
On Fri, Mar 26, 2021 at 4:24 PM mylin <[email protected]> wrote:
> I'm trying to run motion from a sdp formatted streaming from an outdoor
> ip camera.
>
> rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
>
> But,I only see a gray screen when I try to view it in the browser.
>
>
> But I can stream it using vlc,
>
> vlc rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
>
>
> Here is the motion camera config file contents. Any ideas how to make it
> work in motion?
>
> Thanks.
>
> ----------------------
>
> camera_id = 98
>
> ###########################################################
> # Capture device options
> ############################################################
>
> # The video input to be used (default: -1)
> # Should normally be set to 1 for video/TV cards, and -1 for USB cameras
> input -1
>
> target_dir /home/mydrive/motion_ipcamoutdoorcam
>
> ############################################################
> # Live Stream Server
> ############################################################
>
> # The mini-http server listens to this port for requests (default: 0 =
> disabled)
> stream_port 8098
>
> #---------------------
>
> # URL to use if you are using a network camera, size will be
> autodetected (incl http:// ftp:// mjpg:// rtsp:// mjpeg:// or file:///)
> netcam_url rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
>
> # Username and password for network camera (only if required). Default:
> not defined
> # Syntax is user:password
> ; netcam_userpass value
> netcam_userpass admin:mypassword
>
>
> # The setting for keep-alive of network socket, should improve
> performance on compatible net cameras.
> # off: The historical implementation using HTTP/1.0, closing the
> socket after each http request.
> # force: Use HTTP/1.0 requests with keep alive header to reuse the same
> connection.
> # on: Use HTTP/1.1 requests that support keep alive as default.
> # Default: off
> ##netcam_keepalive off
> netcam_keepalive on
>
> # Set less strict jpeg checks for network cameras with a poor/buggy
> firmware.
> # Default: off
> netcam_tolerant_check off
> #---------------------
>
>
>
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
Message: 4
Date: Fri, 26 Mar 2021 18:04:54 -0400
From: mylin <[email protected]>
To: [email protected]
Subject: Re: [Motion-user] motion capture for rtsp sdp format
streaming camera
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Running from localhost where motion is running http://127.0.0.1:8098 ,
does not display the ip camera.
I have another different ip camera that is working with this url,??
netcam_url rtsp://192.168.2.62:10554/tcp/av0_1
On 2021-03-26 5:45 p.m., Harlan Daneker wrote:
>
>
> Maybe from localhost where motion is running http://127.0.0.1:8098
>
> On Fri, Mar 26, 2021 at 4:24 PM mylin <[email protected]
> <mailto:[email protected]>> wrote:
>
> I'm trying to run motion from a sdp formatted streaming from an
> outdoor
> ip camera.
>
> rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
> <http://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp>
>
> But,I only see a gray screen when I try to view it in the browser.
>
>
> But I can stream it using vlc,
>
> vlc rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
> <http://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp>
>
>
> Here is the motion camera config file contents. Any ideas how to
> make it
> work in motion?
>
> Thanks.
>
> ----------------------
>
> ??camera_id = 98
>
> ###########################################################
> # Capture device options
> ############################################################
>
> # The video input to be used (default: -1)
> # Should normally be set to 1 for video/TV cards, and -1 for USB
> cameras
> input -1
>
> target_dir /home/mydrive/motion_ipcamoutdoorcam
>
> ############################################################
> # Live Stream Server
> ############################################################
>
> # The mini-http server listens to this port for requests (default:
> 0 =
> disabled)
> stream_port 8098
>
> #---------------------
>
> # URL to use if you are using a network camera, size will be
> autodetected (incl http:// ftp:// mjpg:// rtsp:// mjpeg:// or
> file:///)
> netcam_url
> rtsp://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp
> <http://192.168.2.98:554/realmonitor?channel=0&stream=0.sdp>
>
> # Username and password for network camera (only if required).
> Default:
> not defined
> # Syntax is user:password
> ; netcam_userpass value
> netcam_userpass admin:mypassword
>
>
> # The setting for keep-alive of network socket, should improve
> performance on compatible net cameras.
> # off:?? The historical implementation using HTTP/1.0, closing the
> socket after each http request.
> # force: Use HTTP/1.0 requests with keep alive header to reuse the
> same
> connection.
> # on:??? Use HTTP/1.1 requests that support keep alive as default.
> # Default: off
> ##netcam_keepalive off
> netcam_keepalive on
>
> # Set less strict jpeg checks for network cameras with a poor/buggy
> firmware.
> # Default: off
> netcam_tolerant_check off
> #---------------------
>
>
>
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> <mailto:[email protected]>
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
>
>
>
> _______________________________________________
> Motion-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/motion-user
> https://motion-project.github.io/
>
> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user
-------------- next part --------------
An HTML attachment was scrubbed...
------------------------------
------------------------------
Subject: Digest Footer
_______________________________________________
Motion-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/motion-user
------------------------------
End of Motion-user Digest, Vol 177, Issue 12
********************************************