Replies: 1 comment 4 replies
-
Hello, you have to use the paths:
mypath:
source: rtsp://10.202.0.1/live and the use this URL in VLC
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi i have a stream at url rtsp://10.202.0.1/live (:554) and i want to be accessible from my device ip 192.168.1.11, i use redirected option like you described:
`paths:
redirected:
# source of the stream - this can be:
# * record -> the stream is published by a RTSP or RTMP client
# * rtsp://existing-url -> the stream is pulled from another RTSP server
# * rtsps://existing-url -> the stream is pulled from another RTSP server, with RTSPS
# * rtmp://existing-url -> the stream is pulled from a RTMP server
# * redirect -> the stream is provided by another path or server
source: redirect
but when i try to play it with vlc at address rtsp://192.168.1.11:8554 doesn't work.
any suggestion?
many thanks
Beta Was this translation helpful? Give feedback.
All reactions