Replies: 2 comments 4 replies
-
|
Hello, you have to use the paths:
mypath:
source: rtsp://10.202.0.1/liveand the use this URL in VLC |
Beta Was this translation helpful? Give feedback.
4 replies
-
|
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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