Replies: 1 comment
-
Hi, docker run -it -e RTSP_PROTOCOLS=tcp -p 8554:8554 -p 1935:1935 aler9/rtsp-simple-server:latest |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error when I try to set up the RTSP server using the command in the instructions:
docker run -it RTSP_PROTOCOLS=tcp -p 8554:8554 -p 1935:1935 aler9/rtsp-simple-server:latest
Any idea what the correct command should be?
Beta Was this translation helpful? Give feedback.
All reactions