phoboslab / jsmpeg-vnc

A low latency, high framerate screen sharing server for Windows and client for browsers
2.39k stars 397 forks source link

stream over the internet? #21

Closed azerty55 closed 8 years ago

azerty55 commented 8 years ago

ok, i know how vnc it work and i want to know if its possible to stream the signal over the internet, there is a command for ports but any port i have open give that possibiliy. Wich port must be forwarded to work over the internet? Thanks

phoboslab commented 8 years ago

You have to forward the port on your router that you specified when starting the app. I.e. in this example: jsmpeg-vnc.exe -b 2000 -s 640x480 -f 30 -p 9006 "Quake 3: Arena" you have to forward port 9006.

If you don't explicitly specify a port, jsmpeg-vnc uses port 8080. See the readme: https://github.com/phoboslab/jsmpeg-vnc/blob/master/README.md

azerty55 commented 8 years ago

I already forward à specific port but its not working Le 15 oct. 2015 11:19 PM, "Dominic Szablewski" notifications@github.com a écrit :

You have to forward the port on your router that you specified when starting the app. I.e. in this example:

jsmpeg-vnc.exe -b 2000 -s 640x480 -f 30 -p 9006 "Quake 3: Arena"

you have to forward port 9006. If you don't explicitly specify a port, jsmpeg-vnc uses port 8080. See the readme: https://github.com/phoboslab/jsmpeg-vnc/blob/master/README.md

— Reply to this email directly or view it on GitHub https://github.com/phoboslab/jsmpeg-vnc/issues/21#issuecomment-148524064 .

ghost commented 8 years ago

@azerty55 Maybe you haven't opened that port from your router's settings. Google "your-router-model-here port forwarding"

azerty55 commented 8 years ago

my port is forwarded, your system does not made to work over the internet

azerty55 commented 8 years ago

ok i find the solution : forward a port and type ip address of router, not pc and it works, but its badly explained i find

phoboslab commented 8 years ago

Well, yeah, of course your local IP is not reachable from the public internet. You have to point your browser to the public IP of your network. Nice to know that it works, though!

Mage-Enderman commented 7 years ago

But TCP UDP Other or Both?

azerty55 commented 7 years ago

For secure i forward both

Mage-Enderman commented 7 years ago

also, I've tried using the IP of the router for port forwarding but that doesn't work and the IP of my computer and the IP portchecktool.com and the IP that jsmpeg give me don't match up so which one should I port forward?