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. Is it possible to retain audio using movie_extpipe? (Allan Peda) 2. Re: Is it possible to retain audio using movie_extpipe? (Steve) 3. Re: Is it possible to retain audio using movie_extpipe? (Allan Peda) 4. Re: Is it possible to retain audio using movie_extpipe? (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Sun, 31 Jan 2021 11:52:45 -0500 From: Allan Peda <bizco...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: [Motion-user] Is it possible to retain audio using movie_extpipe? Message-ID: <caepoj6zqnweqzgktt_6qkjbcttx_n9d21pd_x_7cjxgo4n+...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I am running motion Version 4.3.1 installed as a debian package on Debian 10.7 (Linux 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 x86_64) I can reliably snag both audio and video from my discount Chinese IP cameras with ffmpeg: ffmpeg -i 'rtsp://viewonly:@192.168.10.234/stream0 <http://viewonly@192.168.10.234/stream0>' -c:v copy -c:a aac -ab 64000 -ar 8000 -t 40 test.mp4 But so far no variant of the above has retained audio when used as the receiving process in movie_extpipe - is this even possible? Does that stream provided to the pipe contain audio? Are there other options? -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 2 Date: Sun, 31 Jan 2021 10:31:18 -0700 From: Steve <sch...@msn.com> To: Alek Usovich via Motion-user <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Is it possible to retain audio using movie_extpipe? Message-ID: <ph0pr08mb713268887c165df3635f816cc5...@ph0pr08mb7132.namprd08.prod.outlook.com> Content-Type: text/plain; charset="utf-8" Why not just ask China for a copy? ;-P On Jan 31, 2021, 9:54 AM, at 9:54 AM, Allan Peda <bizco...@gmail.com> wrote: >I am running motion Version 4.3.1 installed as a debian package on >Debian >10.7 >(Linux 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 x86_64) > >I can reliably snag both audio and video from my discount Chinese IP >cameras with ffmpeg: >ffmpeg -i 'rtsp://viewonly:@192.168.10.234/stream0 ><http://viewonly@192.168.10.234/stream0>' -c:v copy -c:a aac -ab 64000 >-ar >8000 -t 40 test.mp4 > >But so far no variant of the above has retained audio when used as the >receiving process in movie_extpipe - is this even possible? Does that >stream provided to the pipe contain audio? Are there other options? > > >------------------------------------------------------------------------ > > > >------------------------------------------------------------------------ > >_______________________________________________ >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 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Sun, 31 Jan 2021 13:47:37 -0500 From: Allan Peda <bizco...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Is it possible to retain audio using movie_extpipe? Message-ID: <caepoj6y_0a2eib5wuvqf6tdx5eyyqj8inbxpjxdbsdcy9v8...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" The chinese camera is streaming audio with video - I can capture it, I'm not seeing it when I use movie_extpipe. On Sun, Jan 31, 2021 at 1:06 PM Steve <sch...@msn.com> wrote: > Why not just ask China for a copy? ;-P > On Jan 31, 2021, at 9:54 AM, Allan Peda <bizco...@gmail.com> wrote: >> >> I am running motion Version 4.3.1 installed as a debian package on Debian >> 10.7 >> (Linux 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 x86_64) >> >> I can reliably snag both audio and video from my discount Chinese IP >> cameras with ffmpeg: >> ffmpeg -i 'rtsp://viewonly:@192.168.10.234/stream0 >> <http://viewonly@192.168.10.234/stream0>' -c:v copy -c:a aac -ab 64000 >> -ar 8000 -t 40 test.mp4 >> >> But so far no variant of the above has retained audio when used as the >> receiving process in movie_extpipe - is this even possible? Does that >> stream provided to the pipe contain audio? Are there other options? >> >> ------------------------------ >> >> 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 >> >> _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 4 Date: Sun, 31 Jan 2021 22:07:08 +0200 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Is it possible to retain audio using movie_extpipe? Message-ID: <CACHTdwSbHta-i=suo3zuuerq6canfisery1mhy1rm216jow...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Motion does not capture audio and does not output it neither in movie files, nor through ext pipe On Sun, Jan 31, 2021, 20:48 Allan Peda <bizco...@gmail.com> wrote: > The chinese camera is streaming audio with video - I can capture it, I'm > not seeing it when I use movie_extpipe. > > On Sun, Jan 31, 2021 at 1:06 PM Steve <sch...@msn.com> wrote: > >> Why not just ask China for a copy? ;-P >> On Jan 31, 2021, at 9:54 AM, Allan Peda <bizco...@gmail.com> wrote: >>> >>> I am running motion Version 4.3.1 installed as a debian package on >>> Debian 10.7 >>> (Linux 4.19.0-13-amd64 #1 SMP Debian 4.19.160-2 x86_64) >>> >>> I can reliably snag both audio and video from my discount Chinese IP >>> cameras with ffmpeg: >>> ffmpeg -i 'rtsp://viewonly:@192.168.10.234/stream0 >>> <http://viewonly@192.168.10.234/stream0>' -c:v copy -c:a aac -ab 64000 >>> -ar 8000 -t 40 test.mp4 >>> >>> But so far no variant of the above has retained audio when used as the >>> receiving process in movie_extpipe - is this even possible? Does that >>> stream provided to the pipe contain audio? Are there other options? >>> >>> ------------------------------ >>> >>> 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 >>> >>> _______________________________________________ >> 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 > > _______________________________________________ > 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 -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ ------------------------------ 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 175, Issue 35 ********************************************