Giter Club home page Giter Club logo

Comments (9)

i-rinat avatar i-rinat commented on May 18, 2024

Tried to open link in Chrome, but it says "not working or not available". I'm in Russia, so probably it's not available here.

from freshplayerplugin.

gaining avatar gaining commented on May 18, 2024

That's weird... for me it works well with chromium but not firefox. Does that mean freshplayer has a default country? Do you have any proxy server you can test it with?

from freshplayerplugin.

i-rinat avatar i-rinat commented on May 18, 2024

Does that mean freshplayer has a default country?

No, country is detected by IP address ranges.

Do you have any proxy server you can test it with?

No, don't have any.

from freshplayerplugin.

gaining avatar gaining commented on May 18, 2024

OK never mind then

from freshplayerplugin.

i-rinat avatar i-rinat commented on May 18, 2024

Try to collect output of browser. Freshwrapper used to output a lot of tracing messages, but recently I've changed it output only missing API calls. Start browser with output redirected to file: firefox > log, then open page you have issue at, wait for error message to show on screen. Then close browser and filter file content:

cat log | awk '/ppb_/{print $5}' | sort -u

That will make list of missing or partially implemented API calls. It's not big, you can post it right here. I don't think list alone would be enough to solve the issue, but if similar issue arises on some other page and to solve it I'll implement any of mentioned APIs, I'll let you know.

from freshplayerplugin.

gaining avatar gaining commented on May 18, 2024

This is the output:
ppb_audio_input_dev_enumerate_devices
ppb_flash_set_crash_data
ppb_flash_set_instance_always_on_top
ppb_network_monitor_update_network_list
ppb_text_input_dev_interface_cancel_composition_text
ppb_text_input_dev_interface_selection_changed
ppb_text_input_dev_interface_set_text_input_type
ppb_text_input_dev_interface_update_caret_position
ppb_url_loader_trusted_grant_universal_access
ppb_video_capture_dev_close
ppb_video_capture_dev_enumerate_devices
ppb_view_get_device_scale

from freshplayerplugin.

gaining avatar gaining commented on May 18, 2024

Also got warnings in the log:
libEGL warning: failed to create a pipe screen for i965
libEGL warning: failed to create a pipe screen for i965
libEGL warning: failed to create a pipe screen for i965
libEGL warning: failed to create a pipe screen for i965

from freshplayerplugin.

i-rinat avatar i-rinat commented on May 18, 2024

All these unimplemented APIs I saw earlier. They are either unrelated to rendering or have default values that ok for Flash. As for libEGL warnings, they are not blocking EGL from functioning. I can't do anything with them, that's Mesa's part.

from freshplayerplugin.

gaining avatar gaining commented on May 18, 2024

ok

from freshplayerplugin.

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.