V
V
Vladimir2019-04-08 22:37:22
Computer networks
Vladimir, 2019-04-08 22:37:22

How to proxy rtsp on windows?

There is an ip camera rtsp (192.168.2.50) connected to the PC (192.168.2.12) directly
. The PC (via the VPN service) has a white IP. you need to somehow start the output from 192.168.2.50 to the white address.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir, 2019-04-09
@idskill

right on your knee - through VLC, you may have to tinker through the command line.

F
fara_ib, 2019-04-09
@fara_ib

And on a machine that is a PC, what operating system? You can stream through the ssh tunnel directly to the VPN.
Install ssh on the Windows machine, or take another machine with ssh. It turns out it will be an intermediate point.
Open the console and type: ssh -R 554:192.168.2.50:554 [email protected] where aaaa is the IP of the VPN server. When prompted, type yes, and enter the VPN server password (the user is obtained on the root VPN server, I don’t know about you).
True, a stream will appear at the address 127.0.0.1 on the VPN, it will not look outside, but it should look like it on the IP address in the tunnel.
You need to connect to the VPN from somewhere and try to pick up the stream through VLC from the IP address of the VPN in the tunnel. Then add a rule to iptables for forwarding inside to 127.0.0.1 and that's it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question