Code Monkey home page Code Monkey logo

Comments (10)

sornbarang avatar sornbarang commented on June 4, 2024

yeah the same issue. who can help please!

from clappr-rtmp-plugin.

xiaocaimi avatar xiaocaimi commented on June 4, 2024

IE11, same issue,
when I update my flash player,it's has been ok

from clappr-rtmp-plugin.

ismjt avatar ismjt commented on June 4, 2024

maybe you can try to enable browser's Adobe Flash support, such as Chrome's website setting of Flash

from clappr-rtmp-plugin.

topxj avatar topxj commented on June 4, 2024

chrome://settings/content/flash

add

from clappr-rtmp-plugin.

yocontra avatar yocontra commented on June 4, 2024

This could be fixed if the plugin quit checking for Browser.hasFlash, since that would show "Click to enable flash" in lieu of the video.

from clappr-rtmp-plugin.

flavioribeiro avatar flavioribeiro commented on June 4, 2024

@contra is it possible to send a PR with that?

from clappr-rtmp-plugin.

yocontra avatar yocontra commented on June 4, 2024

@flavioribeiro Would probably be quicker for you since I have a fork with a bunch of other changes on it already.

https://github.com/video-dev/clappr-rtmp-plugin/blob/master/src/main.js#L230 just remove && Browser.hasFlash

from clappr-rtmp-plugin.

flavioribeiro avatar flavioribeiro commented on June 4, 2024

@contra the Browser.hasFlash() conditional on canPlay makes sense to me. What I imagine it's happening is that the hasFlash implementation on clappr is outdated/non-compatible with the latest browsers?

Also curious in your fork. I'm wondering how could benefit from some of your changes. Is that this fork you're talking about?

from clappr-rtmp-plugin.

yocontra avatar yocontra commented on June 4, 2024

@flavioribeiro In latest browsers (chrome, firefox, safari) you have no way to know if the user has flash installed. This is intentional by the browser vendors - flash does not appear in navigator.plugins. The only thing you can do is try to load the flash anyways, which will display "Click to load flash" over the container. Clicking this loads the plugin and authorizes that domain for the remainder of the session.

from clappr-rtmp-plugin.

flavioribeiro avatar flavioribeiro commented on June 4, 2024

done 2b56b73

from clappr-rtmp-plugin.

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.