Giter Club home page Giter Club logo

Comments (2)

kanaka avatar kanaka commented on May 30, 2024

I should probably note in the README that right now I'm only testing on firefox and Chrome (under Linux).

Opera doesn't have native support for WebSockets yet so the code falls back to using a flash WebSockets emulator. The same is true in firefox. However, unlike firefox, the WebSockets emulator doesn't seem to work properly in Opera. With Opera 10.10, it starts off working and then drops almost 40% of all packets. With Opera 10.60, it's even worse, after the "Starting VNC handshake" status is posted, a Javascript error is throw ("Error: WRONG_ARGUMENTS_ERR). So Opera 10.60 is even worse.

I'm not sure where the error exists. It could be Opera itself, or in Flash, or in the Javascript/Flash bridge (FABridge). Wherever the problem is, it doesn't happen under firefox.

I can't guarantee I'll be able to spend much time debugging Opera issue soon. I just pushed a modification that enables better debug output under Opera.

  • Add "#debug" to the end of the URL.
  • Run the DragonFly debugger (Ctrl-Shift-I). Go to the "Error Console".

You should see debug output there.

from novnc.

kanaka avatar kanaka commented on May 30, 2024

The WRONG_ARGUMENTS_ERR has been fixed (commit 35f5b11) by pulling in the latest web-socket-js code.

However, note that this problem http://github.com/gimite/web-socket-js/issues#issue/17 causes frames to be dropped in Opera. So the rendering will start but eventually you will hit a packet drop and the client won't be able to recover.

I'll close this issue and file another to track the web-socket-js issue.

from novnc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.