Replies: 1 comment 1 reply
-
Hello, the problem here isn't the "127.0.0.1" ip, the problem here is that Streamedian's html5_rtsp_player uses this URL to setup the track
while it should use
I hacked the server to support these kind of URLs, please try this nightly release and let me know if it works |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Stream to html5 player from ubuntu in a virtual machine
Hello, I cannot understand how I can change ip4 127.0.0.1 in SDP, the structure is like this:
Docker on a virtual machine (Ubuntu) distributes a stream via rtsp tsp to an external machine where there is a player with a proxy (that is, another external one) Ubuntu-> Windows-> Player (proxy) -> 127.0.0.1 (Windows)
and when the SDP tells him to connect to 127.0.0.1, he turns to the host machine, how can I specify the ip in the SDP so that it addresses me to a virtual one?
I would not ask questions, but it seems to me that this can not be fixed anywhere except the rtsp_simple_ server itself.
If you need any information, tell me,please.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions