|
From: Ian S. <ian...@gm...> - 2023-08-28 14:19:15
|
Dear Ronnie and Roger, Many thanks for your help. I commented the stream port in the motion.conf file and enabled a stream port in the camera conf files, and now if I view on the localhost or a remote computer, I can see the streams, but I cannot see the webcontrol data on port 8080. I then tried the webcontrol port on 8040, and I can see the webpage from localhost, but no configuration/ streams. Is there a reason for it not showing the streams - I am sure it used to show them? And is there a way to review the captured videos without manually having to play each one? Many thanks, Kind Regards, On 28/08/2023 13:13, Ronnie McMaster wrote: > Is streaming enabled? Do you have the following options configured? > Can you open the streams on the localhost with the cameras connected? > Being they're on Ubuntu, is UFB enabled? To check open a terminal and > run sudo ufw status. If enabled, then you need to allow the inbound > connections. GUFW is an easy GUI for adding the rules. If you need > help with GUFW, then email me directly and I can include screenshots. > > # Limit the framerate to 1 frame per second when there is no motion > being detected and increase it to the stream_maxrate when there is motion. > stream_motion on > # Maximum framerate for stream streams (default: 1) > stream_maxrate 5 > > Thanks, > Ronnie McMaster > > > On Mon, Aug 28, 2023 at 2:32 AM Ian Smith <ian...@gm...> wrote: > > My apologies for what most likely is a silly error on my behalf, > but I am experiencing two issues. > > I am running Ubuntu 20.04, and I installed the latest version of > motion. > > I have individual config files for the cameras, and a motion.conf > file that refers to them. > > My motion.conf file also defines the web control port as 8080, and > the stream port as 8081. > > Both the stream and web control "localhost" are "off" to allow me > to view/ control from other devices. > > I can see the log file isn't showing any errors, and I am seeing > files accumulating in my defined folder. > > I can see the localhost apache server default page is visible on > the localhost and remotely. > > However, the page that should appear on port 8080 doesn't appear, > nor does the stream on 8081. Both return "ERR_CONNECTION_REFUSED", > but I cannot fathom why. > > I have checked that the firewall isn't blocking those ports, and > the ports are open according to nmap. > > I don't know what I have done wrong. > > Also, when I did have this working before the computer crashed, > the web pages were showing, but I couldn't see a way to review the > captured videos ( I had previously used zoneminder, which had a > simple way to review activity). > > I have been unable to find answers on the internet, nor in the > documentation, so any help would be most appreciated. > > Many thanks, > _______________________________________________ > Motion-user mailing list > Mot...@li... > 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 > Mot...@li... > https://lists.sourceforge.net/lists/listinfo/motion-user > https://motion-project.github.io/ > > Unsubscribe:https://lists.sourceforge.net/lists/options/motion-user |