InstantWebP2P/peer-vnc

Issue with sample

Closed this issue · 4 comments

I have tried this apps and looks like server installed right and I could run it and the console gave me the
URL at https://iwebpp.com:51688

However when I load that page in to my browser and tryied to connect the vnc server, I got connection error.

Log at browser
New state 'failed', was 'ProtocolVersion'. Msg: Failed to connect to server (code: 1000) util.js:112
Util.Error util.js:112
RFB.updateState rfb.js:433
RFB.fail rfb.js:523
(anonymous function) rfb.js:252
websocket.onclose

Is there a way to debug it?

Also, can I have the code at iwebpp.com so that I would debug myself? it looks like the git hub has the code, but does not tell how to link the proxy and the page together.

Also is there a way to specify the session id like :0 for the vnc?

Thanks,

@Jing-Springshare

which web browser did you use?

I did try example in my windows / linux machine, no problem.

Thanks, I think I made this work. The cause for the problem may be the
ssl certificate for https://iwebpp.com is not valid.

Also the response was very slow about 2 seconds lag. Does request has go
to iwebpp first?

Question still, can you provide the code at https://iwebpp.com so that
we could host it ourselves?

Thanks,

Jing Xiao
Developer
Springshare - Create. Learn. Share.

On 2013-07-15 9:42 PM, tom zhou wrote:

@Jing-Springshare https://github.com/Jing-Springshare

which web browser did you use?

I did try example in my windows / linux machine, no problem.


Reply to this email directly or view it on GitHub
#1 (comment).

@Jing-Springshare

peer-vnc is a proxy to local VNC server, the traffic path is browser -> iwebpp.com -> local VNC server, that's actually like a TURN session.

By now, I have no schedule to release server-side code, because server-side API may change frequently.

Thanks very much for your reply.

Releasing the server side of code would much appreciate.

Even it was an incomplete one, we could have a base line and start
working on it.

Jing Xiao
Developer
Springshare - Create. Learn. Share.

On 2013-07-16 12:38 PM, tom zhou wrote:

@Jing-Springshare https://github.com/Jing-Springshare

peer-vnc is a proxy to local VNC server, the traffic path is browser ->
iwebpp.com -> local VNC server, that's actually like a TURN session.

By now, I have no schedule to release server-side code, because
server-side API may change frequently.


Reply to this email directly or view it on GitHub
#1 (comment).