Home Assistant on a hyper-v with motioneye - port 8081-8084 not open #1886

Open
opened 2026-02-28 00:57:34 -05:00 by deekerman · 6 comments
Owner

Originally created by @Stupoo27 on GitHub (Feb 11, 2021).

Hello,

I have been trying for hours and cant figure out how to open ports 8081:8084 on motion eye so i can use the streaming options.

So far i have figured out after installing from add-ons it seems to run in a docker container however i cant figure out how to change the docker so its got those ports open. Seems i need to edit the docker run command to include those ports?

Can anyone advise how i go about doing that or know of another way? Apologies i have little experience with this setup.

Thanks

Originally created by @Stupoo27 on GitHub (Feb 11, 2021). Hello, I have been trying for hours and cant figure out how to open ports 8081:8084 on motion eye so i can use the streaming options. So far i have figured out after installing from add-ons it seems to run in a docker container however i cant figure out how to change the docker so its got those ports open. Seems i need to edit the docker run command to include those ports? Can anyone advise how i go about doing that or know of another way? Apologies i have little experience with this setup. Thanks
Author
Owner

@starbasessd commented on GitHub (Feb 11, 2021):

I believe there is a file you set the ports you need in the HA wrapper created by FRENCK, you may want to ask over at their forum:
https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826

@starbasessd commented on GitHub (Feb 11, 2021): I believe there is a file you set the ports you need in the HA wrapper created by FRENCK, you may want to ask over at their forum: https://community.home-assistant.io/t/home-assistant-community-add-on-motioneye/71826
Author
Owner

@Stupoo27 commented on GitHub (Feb 13, 2021):

Thanks. Found a config (motioneye.conf) file with a mention or tcp listening ports but it's got a port I don't recognise so don't think that's what I'm looking for. Asked over in the home assistant group but no replies. The embedded links work but they don't seem to work when trying to add to the camera streams in home assistant. If I run a command to see the running docker containers it's showing blank for the ports.

@Stupoo27 commented on GitHub (Feb 13, 2021): Thanks. Found a config (motioneye.conf) file with a mention or tcp listening ports but it's got a port I don't recognise so don't think that's what I'm looking for. Asked over in the home assistant group but no replies. The embedded links work but they don't seem to work when trying to add to the camera streams in home assistant. If I run a command to see the running docker containers it's showing blank for the ports.
Author
Owner

@starbasessd commented on GitHub (Feb 13, 2021):

It's in the yaml for docker run of whatever HA uses for starting motionEye,
but I don't know so I can't really help you...

On Saturday, February 13, 2021, Stupoo27 notifications@github.com wrote:

Thanks. Found a config (motioneye.conf) file with a mention or tcp
listening ports but it's got a port I don't recognise so don't think that's
what I'm looking for. Asked over in the home assistant group but no
replies. The embedded links work but they don't seem to work when trying to
add to the camera streams in home assistant. If I run a command to see the
running docker containers it's showing blank for the ports.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ccrisan/motioneye/issues/2031#issuecomment-778677516,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEZTUHLQI6YSIKXOZDT4ETTS63RYZANCNFSM4XO2IUYQ
.

--
Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52"
W85° 45' 8.56"

Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?

@starbasessd commented on GitHub (Feb 13, 2021): It's in the yaml for docker run of whatever HA uses for starting motionEye, but I don't know so I can't really help you... On Saturday, February 13, 2021, Stupoo27 <notifications@github.com> wrote: > Thanks. Found a config (motioneye.conf) file with a mention or tcp > listening ports but it's got a port I don't recognise so don't think that's > what I'm looking for. Asked over in the home assistant group but no > replies. The embedded links work but they don't seem to work when trying to > add to the camera streams in home assistant. If I run a command to see the > running docker containers it's showing blank for the ports. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/ccrisan/motioneye/issues/2031#issuecomment-778677516>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AEZTUHLQI6YSIKXOZDT4ETTS63RYZANCNFSM4XO2IUYQ> > . > -- Thanks Kevin Shumaker Personal Tech Support <https://kevinshumaker.wixsite.com/thethirdlevel> N38° 19' 56.52" W85° 45' 8.56" Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
Author
Owner

@Stupoo27 commented on GitHub (Feb 15, 2021):

Being doing some more digging and found the docker-compose.yml files for motioneye but they already seem to have the ports needed in there. If i look at the ports listening on the server i can actually see the default motion eye ones listening and when i enable port forwarding the port im now testing with 8082 from the internet to the home assistant server IP but its still not working. My firewall is off completely on the windows 10 device running the Hyper-V. I ran a local scan for open ports on the homeassistant server and the correct ports are indeed open (8081,8082,8083,8084) so looks like the problem must be with motioneye i think.

@Stupoo27 commented on GitHub (Feb 15, 2021): Being doing some more digging and found the docker-compose.yml files for motioneye but they already seem to have the ports needed in there. If i look at the ports listening on the server i can actually see the default motion eye ones listening and when i enable port forwarding the port im now testing with 8082 from the internet to the home assistant server IP but its still not working. My firewall is off completely on the windows 10 device running the Hyper-V. I ran a local scan for open ports on the homeassistant server and the correct ports are indeed open (8081,8082,8083,8084) so looks like the problem must be with motioneye i think.
Author
Owner

@starbasessd commented on GitHub (Feb 15, 2021):

I run motion/motionEye in a docker, with 5 cameras, with no issue. My
docker install is:
docker run --name="motioneye" -p 8765:8765 -p 8081:8081 -p 8082:8082 -p
8083:8083 -p 8084:8084 -p 8085:8085 --hostname="motioneye" -v
C:\VM\DOCKER_config\motioneye:/etc/motioneye -v
C:\VM\DOCKER_config\motioneye:/var/lib/motioneye --restart="always"
--detach=true ccrisan/motioneye:master-amd64
(on a single line) and works fine.
Also works with a Win10 host, Ubuntu host, and RaspberryPiOS host. None
have an issue with any of the 8081-8085 ports.
The only difference is the HA interface. Have you gotten ANY answers from
the Community or FRENCK?

On Mon, Feb 15, 2021 at 10:11 AM Stupoo27 notifications@github.com wrote:

Being doing some more digging and found the docker-compose.yml files for
motioneye but they already seem to have the ports needed in there. If i
look at the ports listening on the server i can actually see the default
motion eye ones listening and when i enable port forwarding the port im now
testing with 8082 from the internet to the home assistant server IP but its
still not working. My firewall is off completely on the windows 10 device
running the Hyper-V. I ran a local scan for open ports on the homeassistant
server and the correct ports are indeed open (8081,8082,8083,8084) so looks
like the problem must be with motioneye i think.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/ccrisan/motioneye/issues/2031#issuecomment-779283394,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AEZTUHNQEUSR3PGJA776XRDS7E2TNANCNFSM4XO2IUYQ
.

--
Thanks

Kevin Shumaker

Personal Tech Support https://kevinshumaker.wixsite.com/thethirdlevel

N38° 19' 56.52"
W85° 45' 8.56"

Semper Gumby
“Don't tell people how to do things. Tell them what to do and let them
surprise you with their results.” - G.S. Patton, Gen. USA
Ethics are what we do when no one else is looking.
Quis custodiet ipsos custodes?
“There is no end to the good you can do if you don’t care who
gets the credit.” - C Powell
You know we're sitting on four million pounds of fuel, one nuclear weapon
and a thing that has 270,000 moving parts built by the lowest bidder. Makes
you feel good, doesn't it?

@starbasessd commented on GitHub (Feb 15, 2021): I run motion/motionEye in a docker, with 5 cameras, with no issue. My docker install is: docker run --name="motioneye" -p 8765:8765 -p 8081:8081 -p 8082:8082 -p 8083:8083 -p 8084:8084 -p 8085:8085 --hostname="motioneye" -v C:\VM\DOCKER_config\motioneye:/etc/motioneye -v C:\VM\DOCKER_config\motioneye:/var/lib/motioneye --restart="always" --detach=true ccrisan/motioneye:master-amd64 (on a single line) and works fine. Also works with a Win10 host, Ubuntu host, and RaspberryPiOS host. None have an issue with any of the 8081-8085 ports. The only difference is the HA interface. Have you gotten ANY answers from the Community or FRENCK? On Mon, Feb 15, 2021 at 10:11 AM Stupoo27 <notifications@github.com> wrote: > Being doing some more digging and found the docker-compose.yml files for > motioneye but they already seem to have the ports needed in there. If i > look at the ports listening on the server i can actually see the default > motion eye ones listening and when i enable port forwarding the port im now > testing with 8082 from the internet to the home assistant server IP but its > still not working. My firewall is off completely on the windows 10 device > running the Hyper-V. I ran a local scan for open ports on the homeassistant > server and the correct ports are indeed open (8081,8082,8083,8084) so looks > like the problem must be with motioneye i think. > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/ccrisan/motioneye/issues/2031#issuecomment-779283394>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AEZTUHNQEUSR3PGJA776XRDS7E2TNANCNFSM4XO2IUYQ> > . > -- Thanks Kevin Shumaker Personal Tech Support <https://kevinshumaker.wixsite.com/thethirdlevel> N38° 19' 56.52" W85° 45' 8.56" Semper Gumby “Don't tell people how to do things. Tell them what to do and let them surprise you with their results.” - G.S. Patton, Gen. USA Ethics are what we do when no one else is looking. Quis custodiet ipsos custodes? “There is no end to the good you can do if you don’t care who gets the credit.” - C Powell You know we're sitting on four million pounds of fuel, one nuclear weapon and a thing that has 270,000 moving parts built by the lowest bidder. Makes you feel good, doesn't it?
Author
Owner

@Stupoo27 commented on GitHub (Feb 15, 2021):

Seems its randomly started to work! Perfectly as well. Hard to say what was the problem as i dont think i changed anything apart from trying to activate web-control to "true" but that's not going anything to do with the video streaming. Strange. Thanks for your replies

@Stupoo27 commented on GitHub (Feb 15, 2021): Seems its randomly started to work! Perfectly as well. Hard to say what was the problem as i dont think i changed anything apart from trying to activate web-control to "true" but that's not going anything to do with the video streaming. Strange. Thanks for your replies
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/motioneye#1886
No description provided.