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. view streaming video remote location (Otto Gvert) 2. Re: view streaming video remote location (Dmitry Katsubo) 3. Re: view streaming video remote location (Otto Gvert) 4. Re: mpeg4 is not supported (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Thu, 9 Jun 2016 15:14:01 +0000 (UTC) From: Otto Gvert <stuffplac...@yahoo.com> Subject: [Motion-user] view streaming video remote location To: Motion Discussion List <motion-user@lists.sourceforge.net> Message-ID: <950825065.236758.1465485241202.javamail.ya...@mail.yahoo.com> Content-Type: text/plain; charset="utf-8" Ubuntu 12.04 updated. Fresh install of Motion. Using ATT Pace 5031 nv modem The Motion program is run from my desktop and wish to view the output from a remote inhouse laptop. When I enter 192.168.1.66:8081 I get the following: Firefox can't establish a connection to 192.168.1.66:8081. Both machines are using ethernet connection. Help please. Thanks Otto The only? 2 settings I modifide are: ## ffmpeg_video_codec swf ffmpeg_video_codec mpeg4 ## target_dir /tmp/motion target_dir /home/bill/Motion/MyMotion/ sudo motion [0] Processing thread 0 - config file /home/bill/.motion/motion.conf [0] Motion 3.2.12 Started [0] ffmpeg LIBAVCODEC_BUILD 3482112 LIBAVFORMAT_BUILD 3478528 [0] Thread 1 is from /home/bill/.motion/motion.conf [0] motion-httpd/3.2.12 running, accepting connections [0] motion-httpd: waiting for data on port TCP 8080 [1] Thread 1 started [1] cap.driver: "uvcvideo" [1] cap.card: "UVC Camera (046d:0990)" [1] cap.bus_info: "usb-0000:00:1d.7-8" [1] cap.capabilities=0x84000001 [1] - VIDEO_CAPTURE [1] - STREAMING [1] Config palette index 8 (YU12) doesn't work. [1] Supported palettes: [1] 0: MJPG (MJPEG) [1] 1: YUYV (YUV 4:2:2 (YUYV)) [1] Selected palette YUYV [1] Test palette YUYV (320x240) [1] Using palette YUYV (320x240) bytesperlines 640 sizeimage 153600 colorspace 00000008 [1] found control 0x00980900, "Brightness", range 0,255 [1] ??? "Brightness", default 128, current 128 [1] found control 0x00980901, "Contrast", range 0,255 [1] ??? "Contrast", default 32, current 32 [1] found control 0x00980902, "Saturation", range 0,255 [1] ??? "Saturation", default 32, current 32 [1] found control 0x00980913, "Gain", range 0,255 [1] ??? "Gain", default 0, current 0 [1] mmap information: [1] frames=4 [1] 0 length=153600 [1] 1 length=153600 [1] 2 length=153600 [1] 3 length=153600 [1] Using V4L2 [1] Resizing pre_capture buffer to 1 items [1] Started stream webcam server in port 8081 [1] Resizing pre_capture buffer to 3 items [1] File of type 8 saved to: /home/bill/Motion/MyMotion//2016-06-08---20-18-56.avi snip -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Fri, 10 Jun 2016 12:44:58 +0200 From: Dmitry Katsubo <dm...@mail.ru> Subject: Re: [Motion-user] view streaming video remote location To: motion-user@lists.sourceforge.net Message-ID: <ce55a08cab83dcdb079d5282e2f76...@www.centurion.link> Content-Type: text/plain; charset=US-ASCII; format=flowed On 2016-06-09 17:14, Otto Gvert wrote: > Ubuntu 12.04 updated. > Fresh install of Motion. > Using ATT Pace 5031 nv modem > > The Motion program is run from my desktop and wish to view > the output from a remote inhouse laptop. When I enter 192.168.1.66:8081 > I get the following: > Firefox can't establish a connection to 192.168.1.66:8081. The situation is that motion does not talk HTTP on port 8081. It will output MJPEG stream from the camera at that port. If you want to see that in the browser, you need to wrap it perhaps into <video> tag and what is more important, transcode MJPEG into MPEG4 or WebM (different browsers support different streams). Maybe somebody else in this list knows the simplest solution for that. I personally use Zoneminder on the top of Motion. > Both machines are using ethernet connection. > > Help please. > Thanks > Otto -- With best regards, Dmitry ------------------------------ Message: 3 Date: Fri, 10 Jun 2016 15:02:19 +0000 (UTC) From: Otto Gvert <stuffplac...@yahoo.com> Subject: Re: [Motion-user] view streaming video remote location To: <motion-user@lists.sourceforge.net> Message-ID: <366258092.913285.1465570939051.javamail.ya...@mail.yahoo.com> Content-Type: text/plain; charset=UTF-8 Regarding my previous postings on the above subject upon further investigation I have found that my desktop was the problem. Streams beautifully on other machines. Thank you all for looking. Otto ------------------------------ Message: 4 Date: Tue, 14 Jun 2016 17:08:15 +0300 From: tosiara <tosi...@gmail.com> Subject: Re: [Motion-user] mpeg4 is not supported To: Motion discussion list <motion-user@lists.sourceforge.net> Message-ID: <cachtdwtsvbzrcre7ny0+o+szfwrj57nrrw1hegvtceeclla...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Looks like the issue has been also reported here: https://github.com/Mr-Dave/motion/issues/109 Can someone create a pull reuqest to MrDave with the fix? On Fri, May 27, 2016 at 3:21 PM, Dave Fournier <xdavefourn...@gmail.com> wrote: > > I just thought that a string is one characther longer to hold the > terminating \0 > so maybe > > char codec_mpeg[6] = "mpeg4"; > > would do the job. > > On Fri, May 27, 2016 at 3:50 AM, John Baker <jba...@dryfish.org.uk> wrote: > >> Actually, this is some kind of stack corruption occurring when I changed >> the compile time flags (-O2 to -O0). I fixed it by a change in event.c: >> >> //char codec_mpeg[5] = "mpeg4"; >> const char *codec_mpeg = "mpeg4"; >> >> But this generates other compiler warnings. I'm no expert in C, but >> perhaps Mr Dave could put this patch properly in place and fix the >> compiler warnings with respect to the constant. >> >> I'm trying to figure out why I see crashing from the rtsp code, hence >> the -O0 change to get line numbers from a core dump. I shall report >> back if I make any further progress. >> >> On Thu, May 26, 2016, at 07:13 PM, John Baker wrote: >> > I recompiled motion from mr dave's fork (which I'd previously compiled >> > successfully) and suddenly it's saying this: >> > >> > [1] [ERR] [ENC] get_oformat: ffmpeg_video_codec option value mpeg4' is >> > not supported. >> > >> > Does anyone know why? >> >> >> ------------------------------------------------------------------------------ >> What NetFlow Analyzer can do for you? Monitors network bandwidth and >> traffic >> patterns at an interface-level. Reveals which users, apps, and protocols >> are >> consuming the most bandwidth. Provides multi-vendor support for NetFlow, >> J-Flow, sFlow and other flows. Make informed decisions using capacity >> planning reports. >> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/motion-user >> http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome >> > > > > ------------------------------------------------------------------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > _______________________________________________ > Motion-user mailing list > Motion-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/motion-user > http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome > > -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e ------------------------------ _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user End of Motion-user Digest, Vol 121, Issue 5 *******************************************