Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
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 motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. .../action/quit on all cameras causes Motion 4.2.1 to terminate but not on 4.1.1 (Tom Kennelly) 2. Re: .../action/quit on all cameras causes Motion 4.2.1 to terminate but not on 4.1.1 (MrDave) 3. Motion streaming couldn't work with edge & IE browser (ankit gupta) 4. Re: Motion streaming couldn't work with edge & IE browser (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Tue, 22 Jan 2019 18:30:35 -0500 From: Tom Kennelly <t...@tekennelly.gotdns.com> To: Motion-user@lists.sourceforge.net Subject: [Motion-user] .../action/quit on all cameras causes Motion 4.2.1 to terminate but not on 4.1.1 Message-ID: <991a0475-692c-1b22-8fc6-bd53f563a...@tekennelly.gotdns.com> Content-Type: text/plain; charset=utf-8; format=flowed It is my imagination that when you quit all cameras the motion program stops as well in 4.2.1.? It seems to me that in 4.1.1 I could quit all cameras and motion would still run. You might ask what good is motion if all cameras are stopped (i.e., quit)?? I have 4 cameras, 3 of which are for motion detection, and the fourth is for timelapse.? I quit the timelapse camera every night at dark since its infrared capability is being reflected by the window it is against and of no use.? I have scripts that stop the three motion detection cameras when they are paused.? The main goal of all of this is to reduce cpu utilization when functionality is not required. So, am I imagining that Motion 4.1.1 would continue to run when all cameras are stopped ( i.e., action/quit)?? Is it also true that in Motion 4.2.1 the program will end when all cameras are stopped? Note that I am starting motion in /etc/rc.local as follows: /usr/bin/motion -b -m -c /etc/motion/motion.conf P.S. This Pi runs Motion, Pihole, and is the gateway for all of my home automation devices. ------------------------------ Message: 2 Date: Tue, 22 Jan 2019 19:13:28 -0700 From: MrDave <motionmrd...@gmail.com> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] .../action/quit on all cameras causes Motion 4.2.1 to terminate but not on 4.1.1 Message-ID: <826b7127-c642-4523-8b67-7a74baaa6...@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed To my knowledge, this operates the same for webcontrol_interface 1 There was a request (completed in 4.2) to remove the quit option when using webcontrol_interface 0 .? Since there will probably be a 4.2.2, you can make a request to add it back or handle requests differently to the main config(see below) With respect to quitting Motion or just one camera, it depends upon how the command is issued.? The format is {IP}:{port}/{camid}/action/quit If the camid is the one for the main config file (usually unspecified and therefore 0) then it quits the entire program.? If it is issued to a particular camera (via the camera_id parameter or thread number if unspecified), it only quits that camera and you can issue a restart to get it back up. Dave On 1/22/2019 4:30 PM, Tom Kennelly wrote: > It is my imagination that when you quit all cameras the motion program > stops as well in 4.2.1.? It seems to me that in 4.1.1 I could quit all > cameras and motion would still run. > > You might ask what good is motion if all cameras are stopped (i.e., > quit)?? I have 4 cameras, 3 of which are for motion detection, and the > fourth is for timelapse.? I quit the timelapse camera every night at > dark since its infrared capability is being reflected by the window it > is against and of no use.? I have scripts that stop the three motion > detection cameras when they are paused.? The main goal of all of this > is to reduce cpu utilization when functionality is not required. > > So, am I imagining that Motion 4.1.1 would continue to run when all > cameras are stopped ( i.e., action/quit)?? Is it also true that in > Motion 4.2.1 the program will end when all cameras are stopped? > > Note that I am starting motion in /etc/rc.local as follows: > /usr/bin/motion -b -m -c /etc/motion/motion.conf > > P.S. This Pi runs Motion, Pihole, and is the gateway for all of my > home automation devices. > > > > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > 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, 23 Jan 2019 10:15:00 +0530 From: ankit gupta <ankit...@gmail.com> To: motion-user@lists.sourceforge.net Subject: [Motion-user] Motion streaming couldn't work with edge & IE browser Message-ID: <CACUy5SPA-17HNsX3N_B3JdY_iM8Y4nSi_YBdD=4yyN=HAC=+-a...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Hi All, I installed and configure motion successfully and live stream can successfully coming on Linux machine (Firefox & Chrome). When I accessed the live stream from a windows 10 machine, it works fine with Firefox and Chrome browser but whenever I want to access live stream using Edge or IE it starts downloading instead of playing video. Can anyone please let me know is this is the default behavior with Edge/IE browser or there is a way I can access live stream on Edge/IE? Any help would be helpfull. Thanks, Ankit -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Wed, 23 Jan 2019 10:47:44 +0200 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Motion streaming couldn't work with edge & IE browser Message-ID: <CACHTdwQVYHfFdQoxLwcyKz8PCxBj=u4agcbkrub3+5aensd...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Unfortunately, Edge and IE don't support direct MJPEG view. For Edge there is a workaround. Create the following HTML file and open it in Edge: <html> <head></head> <body> <img src="http://motion:8081/0/stream"> </body> </html> You can also search for the most recent solution on the web: https://duckduckgo.com/?q=microsoft+internet+explorer+edge+mjpeg On Wed, Jan 23, 2019 at 6:45 AM ankit gupta <ankit...@gmail.com> wrote: > > Hi All, > > I installed and configure motion successfully and live stream can > successfully coming on Linux machine (Firefox & Chrome). > > When I accessed the live stream from a windows 10 machine, it works fine with > Firefox and Chrome browser but whenever I want to access live stream using > Edge or IE it starts downloading instead of playing video. > > Can anyone please let me know is this is the default behavior with Edge/IE > browser or there is a way I can access live stream on Edge/IE? > > Any help would be helpfull. > > > > Thanks, > Ankit > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user ------------------------------ ------------------------------ Subject: Digest Footer _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user ------------------------------ End of Motion-user Digest, Vol 151, Issue 38 ********************************************