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. Several cameras. (Jacques Lavignotte)
2. Re: Several cameras. ([email protected])
3. Re: Several cameras. (Jacques Lavignotte)
4. Help in changing recorded video type. (Spencer Chun)
----------------------------------------------------------------------
Message: 1
Date: Tue, 9 Jun 2020 16:19:34 +0200
From: Jacques Lavignotte <[email protected]>
To: [email protected]
Subject: [Motion-user] Several cameras.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi,
I am new to this mailing list.
I have motion running on a Raspbrry Pi. It's working fine with a unique
camera. The camera is a DroidCam sending on
netcam_url http://192.168.1.201:4747/video
The camera config file is located in /etc/motion/conf.d/1-vernee.conf
It works fine but I think ma camera file is incorrect :
::::::::::
/etc/motion/conf.d/1-vernee.conf
::::::::::
netcam_url http://192.168.1.201:4747/video
camera_id = 1
videodevice /dev/video1
input 1
Adding a second camera like :
::::::::::::::
/etc/motion/conf.d/mii.conf
::::::::::::::
netcam_url http://192.168.1.203:4747/video
camera_id = 3
videodevice /dev/video3
input 1
Both DroidCam shows connected up but only one picture shows up on the
mini web server.
For sure I am doing something wrong.
Can anybody help ?
Thanks, Jacques
--
GnuPg : 156520BBC8F5B1E3 Because privacy matters.
? Quand est-ce qu'on mange ? ? AD (c) (tm)
------------------------------
Message: 2
Date: Tue, 09 Jun 2020 22:42:41 +0200
From: [email protected]
To: [email protected]
Subject: Re: [Motion-user] Several cameras.
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
An HTML attachment was scrubbed...
-------------- next part --------------
use netcam_url _OR_? videodevice (but not both)?cu. tim--Diese Mail wurde von
unterwegs unter Anwendung aktueller Technologie gesendet also ist inhaltlich
mit Rechtschreib- wie Syntaxfehlern, ungew?hnlichem wie sinnlosem Satzbau und
Aussageverf?lschungen oder -invertierungen durch intelligente Spracherkennung,
kontextsensitive Recjtschreibkorrwktue oder menschlicher Daumengr??e zu
rechnen. Diese ?bertragungsfehler sind systemimmanent und nicht dem Autor
zuzuschreiben.<div>
</div><div>
</div><!-- originalMessage --><div>-------- Urspr?ngliche Nachricht
--------</div><div>Von: Jacques Lavignotte <[email protected]>
</div><div>Datum: 09.06.20 16:19 (GMT+01:00) </div><div>An:
[email protected] </div><div>Betreff: [Motion-user] Several
cameras. </div><div>
</div>>
> Hi,
>
> I am new to this mailing list.
>
> I have motion running on a Raspbrry Pi. It's working fine with a unique
> camera. The camera is a DroidCam sending on
>
> netcam_url http://192.168.1.201:4747/video
>
> The camera config file is located in /etc/motion/conf.d/1-vernee.conf
>
> It works fine but I think ma camera file is incorrect :
>
> ::::::::::
> /etc/motion/conf.d/1-vernee.conf
> ::::::::::
>
> netcam_url http://192.168.1.201:4747/video
> camera_id = 1
> videodevice /dev/video1
> input 1
>
>
> Adding a second camera like :
>
> ::::::::::::::
> /etc/motion/conf.d/mii.conf
> ::::::::::::::
>
> netcam_url http://192.168.1.203:4747/video
> camera_id = 3
> videodevice /dev/video3
> input 1
>
>
> Both DroidCam shows connected up but only one picture shows up on the
> mini web server.
>
> For sure I am doing something wrong.
>
> Can anybody help ?
>
> Thanks, Jacques
>
> --
> GnuPg : 156520BBC8F5B1E3 Because privacy matters.
> ? Quand est-ce qu'on mange ? ? AD (c) (tm)
>
>
> _______________________________________________
> 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
------------------------------
Message: 3
Date: Wed, 10 Jun 2020 00:18:26 +0200
From: Jacques Lavignotte <[email protected]>
To: [email protected]
Subject: Re: [Motion-user] Several cameras.
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi Tim,
this is working :
:::::::::
/etc/motion/conf.d/cubot.conf
:::::::::
camera_name = Cubot
camera_id = 2
netcam_url http://192.168.1.210:4747/video
stream_port 8082
input 1
::::::::::::
Thanks, Jacques
Le 09/06/2020 ? 22:42, [email protected] a ?crit?:
> use netcam_url _OR_? videodevice (but not both)
>
> cu. tim
>
>
> --
> Diese Mail wurde von unterwegs unter Anwendung aktueller Technologie
> gesendet also ist inhaltlich mit Rechtschreib- wie Syntaxfehlern,
> ungew?hnlichem wie sinnlosem Satzbau und Aussageverf?lschungen oder
> -invertierungen durch intelligente Spracherkennung, kontextsensitive
> Recjtschreibkorrwktue oder menschlicher Daumengr??e zu rechnen. Diese
> ?bertragungsfehler sind systemimmanent und nicht dem Autor zuzuschreiben.
>
>
>
>
> -------- Urspr?ngliche Nachricht --------
> Von: Jacques Lavignotte <[email protected]>
> Datum: 09.06.20 16:19 (GMT+01:00)
> An: [email protected]
> Betreff: [Motion-user] Several cameras.
>
> Hi, I am new to this mailing list. I have motion running on a
> Raspbrry Pi. It's working fine with a unique camera. The camera is a
> DroidCam sending on netcam_url http://192.168.1.201:4747/video The
> camera config file is located in /etc/motion/conf.d/1-vernee.conf It
> works fine but I think ma camera file is incorrect : ::::::::::
> /etc/motion/conf.d/1-vernee.conf :::::::::: netcam_url
> http://192.168.1.201:4747/video camera_id = 1 videodevice
> /dev/video1 input 1 Adding a second camera like : ::::::::::::::
> /etc/motion/conf.d/mii.conf :::::::::::::: netcam_url
> http://192.168.1.203:4747/video camera_id = 3 videodevice
> /dev/video3 input 1 Both DroidCam shows connected up but only one
> picture shows up on the mini web server. For sure I am doing
> something wrong. Can anybody help ? Thanks, Jacques -- GnuPg :
> 156520BBC8F5B1E3 Because privacy matters. ? Quand est-ce qu'on mange
> ? ? AD (c) (tm) _______________________________________________
> 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
>
>
>
> _______________________________________________
> 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
>
--
GnuPg : 156520BBC8F5B1E3 Because privacy matters.
? Quand est-ce qu'on mange ? ? AD (c) (tm)
------------------------------
Message: 4
Date: Tue, 9 Jun 2020 16:46:03 -0700
From: Spencer Chun <[email protected]>
To: Motion discussion list <[email protected]>
Subject: [Motion-user] Help in changing recorded video type.
Message-ID:
<CAPGXEkgz3=+b3usfegbnvenvm6xduj1ivpsyrzpzwyg932z...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
I'm running this version on a raspberry pi zero (rasbian) with the pi
cameras.
motion Version 4.0, Copyright 2000-2016 Jeroen Vreeken/Folkert van
Heusden/Kenneth Lavrsen/Motion-Project maintainers
root@pizero-black-2:/etc/motion# lsb_release -a
No LSB modules are available.
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 9.6 (stretch)
Release: 9.6
Codename: stretch
The only type of video files I am getting are .avi files. I'm trying to
get .mp4.
Is "ffmpeg_video_codec" the correct variable?
Can't seem to find this documented in the documentation.
Or am I missing ffmeg functionality on my pi?
thanks
# Codec to used by ffmpeg for the video compression.
# Timelapse movies are always made in mpeg1 format independent from this
option.
# Supported formats are: mpeg1 (ffmpeg-0.4.8 only), mpeg4 (default), and
msmpeg4.
# mpeg1 - gives you files with extension .mpg
# mpeg4 or msmpeg4 - gives you files with extension .avi
# msmpeg4 is recommended for use with Windows Media Player because
# it requires no installation of codec on the Windows client.
# swf - gives you a flash film with extension .swf
# flv - gives you a flash video with extension .flv
# ffv1 - FF video codec 1 for Lossless Encoding ( experimental )
# mov - QuickTime ( testing )
# ogg - Ogg/Theora ( testing )
# mp4 - MPEG-4 Part 14 H264 encoding
# mkv - Matroska H264 encoding
# hevc - H.265 / HEVC (High Efficiency Video Coding)
#ffmpeg_video_codec mpeg4
#ffmpeg_video_codec mpeg1
ffmpeg_video_codec mp4
-------------- 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 168, Issue 10
********************************************