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: Streaming Live video captures over internet (tosiara) 2. Re: Streaming Live video captures over internet (Josh Brazier) 3. Re: Streaming Live video captures over internet (Josh Brazier) ---------------------------------------------------------------------- Message: 1 Date: Sun, 14 Oct 2018 13:23:49 +0100 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Streaming Live video captures over internet Message-ID: <CACHTdwRYnRfy0w79zh+MnXoFKMriDYU1xS=smwynu7bxemb...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" If you can't do port forwarding, the only way to stream is to have middleware service, like youtube or your own ffserver in cloud. Then you can use ffmpeg to send stream from your motion box On Sun, Oct 14, 2018, 12:21 Abhisek Techie <abhisek.study2...@gmail.com> wrote: > I want to stream > > On Sun, 14 Oct 2018, 14:30 tosiara, <tosi...@gmail.com> wrote: > >> Plrase clarify, you want to stream or to access recordings? >> >> On Sun, Oct 14, 2018, 09:07 Abhisek Techie <abhisek.study2...@gmail.com> >> wrote: >> >>> Hi, >>> I would like to know the best way to stream captures from motion server >>> over internet without doing port forwarding. >>> >>> Regards, >>> _______________________________________________ >>> 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... ------------------------------ Message: 2 Date: Sun, 14 Oct 2018 12:04:05 -0400 From: Josh Brazier <braziercust...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Streaming Live video captures over internet Message-ID: <caedd0xqavcwau5afbpjmmev8hsoxcppqt-c4uosjntuq_oh...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I use Apache web server and the "proxy pass feature" Each cameras address is a "file" faked out by apache. The config for two cameras looks something like this: ProxyPass "/video1" "http://localhost:8091/" ProxyPass "/video2" "http://localhost:8092/" This was a simple way for me to build a DVR with live feed. On Sun, Oct 14, 2018, 7:21 AM Abhisek Techie <abhisek.study2...@gmail.com> wrote: > I want to stream > > On Sun, 14 Oct 2018, 14:30 tosiara, <tosi...@gmail.com> wrote: > >> Plrase clarify, you want to stream or to access recordings? >> >> On Sun, Oct 14, 2018, 09:07 Abhisek Techie <abhisek.study2...@gmail.com> >> wrote: >> >>> Hi, >>> I would like to know the best way to stream captures from motion server >>> over internet without doing port forwarding. >>> >>> Regards, >>> _______________________________________________ >>> 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... ------------------------------ Message: 3 Date: Sun, 14 Oct 2018 12:06:10 -0400 From: Josh Brazier <braziercust...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Streaming Live video captures over internet Message-ID: <CAEdd0xTz286QOzMK5w_VbNBOunkmLR_i+Dc1w4hwd=9bgmk...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" I should also mention this DVR is set up with HTTPS and a user and password for access. On Sun, Oct 14, 2018, 12:04 PM Josh Brazier <braziercust...@gmail.com> wrote: > I use Apache web server and the "proxy pass feature" > Each cameras address is a "file" faked out by apache. > The config for two cameras looks something like this: > > > > ProxyPass "/video1" "http://localhost:8091/" > ProxyPass "/video2" "http://localhost:8092/" > > This was a simple way for me to build a DVR with live feed. > > > On Sun, Oct 14, 2018, 7:21 AM Abhisek Techie <abhisek.study2...@gmail.com> > wrote: > >> I want to stream >> >> On Sun, 14 Oct 2018, 14:30 tosiara, <tosi...@gmail.com> wrote: >> >>> Plrase clarify, you want to stream or to access recordings? >>> >>> On Sun, Oct 14, 2018, 09:07 Abhisek Techie <abhisek.study2...@gmail.com> >>> wrote: >>> >>>> Hi, >>>> I would like to know the best way to stream captures from motion server >>>> over internet without doing port forwarding. >>>> >>>> Regards, >>>> _______________________________________________ >>>> 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 148, Issue 11 ********************************************