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. Re: RTSP SERVER (Colin Law) 2. Re: RTSP SERVER (oleg.chekalin) 3. Re: RTSP SERVER (Colin Law) ---------------------------------------------------------------------- Message: 1 Date: Mon, 5 Aug 2019 21:37:30 +0100 From: Colin Law <clan...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] RTSP SERVER Message-ID: <CAL=0gLvjNE_bEp-Yf7adLrLv8W5Kf=PM+px9ko=97g-bt9q...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" On Mon, 5 Aug 2019 at 18:50, oleg.chekalin via Motion-user <motion-user@lists.sourceforge.net> wrote: > > But maybe someone knows the solution to store rtsp stream to file with low > processor resources consumption, like a pro soutions on the market? > > pls. avoid to suggest ffmpeg Why? It works perfectly for me using this command line ffmpeg -loglevel warning -rtsp_transport tcp -i rtsp://<camera_url> -vcodec copy -an -map 0 -f segment -segment_time 3600 -segment_atclocktime 1 -strftime 1 "some/path/filename_%y%m%d_%H%M%S.ts" Which writes to files with timestamped names, starting a new file every hour. Colin ------------------------------ Message: 2 Date: Tue, 06 Aug 2019 09:48:38 +0300 From: "oleg.chekalin" <oleg.cheka...@mail.ru> To: motion-user@lists.sourceforge.net Subject: Re: [Motion-user] RTSP SERVER Message-ID: <dvo8nf6fidcm58hhp88dsqm0.1565074118...@email.android.com> Content-Type: text/plain; charset="us-ascii" An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Tue, 6 Aug 2019 08:46:49 +0100 From: Colin Law <clan...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] RTSP SERVER Message-ID: <CAL=0glsxs9wuelurfhxdphjkve6b+dqpq8wgzt68sda99zt...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" On Tue, 6 Aug 2019 at 07:49, oleg.chekalin via Motion-user <motion-user@lists.sourceforge.net> wrote: > > what is u stream bandwidth and picture size? Pls. show u cpu metric. I've > tried this way with 12 cams (HD res, i7) - 100% cpu utilisation. Have you specified vcodec copy? With copy the cpu utilisation for ffmpeg should not be high. Colin > > > > ?????????? ? MI MAX 2 > Colin Law <clan...@gmail.com> | ??: 5 ???. 2019 ?. 11:37 ?? | ?????????: > > On Mon, 5 Aug 2019 at 18:50, oleg.chekalin via Motion-user > <motion-user@lists.sourceforge.net> wrote: > > > > But maybe someone knows the solution to store rtsp stream to file with low > > processor resources consumption, like a pro soutions on the market? > > > > pls. avoid to suggest ffmpeg > > Why? It works perfectly for me using this command line > ffmpeg -loglevel warning -rtsp_transport tcp -i rtsp://<camera_url> > -vcodec copy -an -map 0 -f segment -segment_time 3600 > -segment_atclocktime 1 -strftime 1 > "some/path/filename_%y%m%d_%H%M%S.ts" > > Which writes to files with timestamped names, starting a new file every hour. > > Colin > ------------------------------ ------------------------------ 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 158, Issue 8 *******************************************