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 (Mike Wilson) 2. Re: Streaming Live video captures over internet (Josh Brazier) ---------------------------------------------------------------------- Message: 1 Date: Mon, 15 Oct 2018 17:51:25 -0400 From: Mike Wilson <knobby2...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] Streaming Live video captures over internet Message-ID: <CAAVeUCqa6zmBvAn9pjdZj=eboljr6auouvxfi1mdee+cxn8...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Just wanted to toss out there that I got some ideas from Josh's post and plan on making some changes of my own in the future. Thank you, Josh. On Mon, Oct 15, 2018 at 5:11 PM Josh Brazier <braziercust...@gmail.com> wrote: > Ok sorry. I guess I thought you meant for each camera, the only port open > on my end is 443 for https. But to access any network device you have to > have some port open. If you use vpn, 1723 or whatever you set your server > up to use. > > The key here is only using one port to access everything. > > > On Mon, Oct 15, 2018, 3:49 PM tosiara <tosi...@gmail.com> wrote: > >> Josh, if your server is accessible using "http://[address]/video1", that >> means at least port 80 is open or forwarded to the apache server. In this >> case you can also start motion stream on that port and use it without an >> apache >> But the topic starter wants to stream without port forwarding >> >> On Mon, Oct 15, 2018, 16:37 Josh Brazier <braziercust...@gmail.com> >> wrote: >> >>> No port forwarding. It's done internally to the web server. The call to >>> local host is internal and the external address is http:// >>> [address]/video1 >>> >>> >>> On Mon, Oct 15, 2018, 11:32 AM tosiara <tosi...@gmail.com> wrote: >>> >>>> You are proxying localhost, which means you still need port forwarding >>>> to be able to access your stream from the internet >>>> >>>> On Sun, Oct 14, 2018, 17:06 Josh Brazier <braziercust...@gmail.com> >>>> wrote: >>>> >>>>> 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 >>>>>> >>>>>> _______________________________________________ >>>>> 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 >> >> _______________________________________________ >> 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: Mon, 15 Oct 2018 18:31:03 -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: <caedd0xss7+gqoahmlp4maaposqaq8uudcfqofovjippm3ok...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" No problem. Two heads are better than one. Feel free to contact me and share. I've already got a fairly functional DvR I am currently working out bugs and working on user interface. On Oct 15, 2018 5:52 PM, "Mike Wilson" <knobby2...@gmail.com> wrote: Just wanted to toss out there that I got some ideas from Josh's post and plan on making some changes of my own in the future. Thank you, Josh. On Mon, Oct 15, 2018 at 5:11 PM Josh Brazier <braziercust...@gmail.com> wrote: > Ok sorry. I guess I thought you meant for each camera, the only port open > on my end is 443 for https. But to access any network device you have to > have some port open. If you use vpn, 1723 or whatever you set your server > up to use. > > The key here is only using one port to access everything. > > > On Mon, Oct 15, 2018, 3:49 PM tosiara <tosi...@gmail.com> wrote: > >> Josh, if your server is accessible using "http://[address]/video1", that >> means at least port 80 is open or forwarded to the apache server. In this >> case you can also start motion stream on that port and use it without an >> apache >> But the topic starter wants to stream without port forwarding >> >> On Mon, Oct 15, 2018, 16:37 Josh Brazier <braziercust...@gmail.com> >> wrote: >> >>> No port forwarding. It's done internally to the web server. The call to >>> local host is internal and the external address is http:// >>> [address]/video1 >>> >>> >>> On Mon, Oct 15, 2018, 11:32 AM tosiara <tosi...@gmail.com> wrote: >>> >>>> You are proxying localhost, which means you still need port forwarding >>>> to be able to access your stream from the internet >>>> >>>> On Sun, Oct 14, 2018, 17:06 Josh Brazier <braziercust...@gmail.com> >>>> wrote: >>>> >>>>> 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 >>>>>> >>>>>> _______________________________________________ >>>>> 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 >> >> _______________________________________________ >> 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 14 ********************************************