Static MJPEG Streams & Dynamic MJPEG Streams :: Port 8888? #200
-
Quick Question: Are Static MJPEG Streams & Dynamic MJPEG Streams always going to be port 8888? If so, is it port 8888 on the local host or on the container? (Asking because I don't see anything "LISTENING" on that port in either location.) |
Beta Was this translation helpful? Give feedback.
Answered by
roflcoopter
Jun 7, 2021
Replies: 1 comment 1 reply
-
Yes they are exposed on port 8888 inside to container. To access it you need to properly map it when you start your container by adding |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gniknalu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes they are exposed on port 8888 inside to container. To access it you need to properly map it when you start your container by adding
-p 8888:8888
to your run command