FG
💻 Software

Tunelling video stream through SSH

Fresh5 days ago
Mar 15, 202613536 views
Confidence Score0%
0%

Problem

I have this problem. There is an udp video stream accessible only on the local network, but I need to access it outside of the network. I have Linux machine (multiple actually) with root access. There is a small utility that makes the stream accessible on the local machine on port 1234. If I run it…

Error Output

./ping -h streamserver -p 1234

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Tunelling video stream through SSH

Low Risk

The problem here is that SSH is only capable of port forwarding TCP connections. The protocol you are interested in is UDP. This article: http://zarb.org/~gc/html/udp-in-ssh-tunneling.html shows one method (using DNS as the example) around the probl…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment