Replies: 3 comments
-
|
I use it for the exact same use case. This is a sample version: '3.8'
services:
app:
image: docker.io/aler9/rtsp-simple-server:latest
environment:
- TZ=Europe/Zurich
- RTSP_PROTOCOLS=udp
- RTSP_RTSPPORT=55555
- RTSP_RTPPORT=55556
- RTSP_RTCPPORT=55557
- RTSP_READTIMEOUT=10s
- RTSP_WRITETIMEOUT=10s
- RTSP_PATHS_ALL_READUSER={username}
- RTSP_PATHS_ALL_READPASS={password}
- RTSP_PATHS_CAM1_SOURCE=rtsp://{cam-username}:{cam-password}@{cam-ip}:{cam-rtsp-port}/cam/realmonitor?channel=1&subtype=0
- RTSP_PATHS_CAM1_SOURCEPROTOCOL=udp
- RTSP_PATHS_CAM1_SOURCEONDEMAND=yes
network_mode: "host" |
Beta Was this translation helpful? Give feedback.
-
|
Maybe @ithouse98 mean this - https://github.com/aler9/rtsp-simple-server/blob/main/README.md#rtsp-proxy-mode ? :) |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Which version are you using?
v0.13.2
Question
Hi i want to add a rtsp url from ip camera for relaying rtsp .
my question is : where i put my rtsp url as input source ?
Beta Was this translation helpful? Give feedback.
All reactions