Giter VIP home page Giter VIP logo

Comments (3)

joeyparrish avatar joeyparrish commented on June 8, 2024

Sorry, the requirement to use https or localhost ("secure contexts") comes from the web platform and the browser, not the player.

For specific browsers, you can work around this with command-line flags. For example, in Chrome, you can use this:

--unsafely-treat-insecure-origin-as-secure

Treat given (insecure) origins as secure origins. Multiple origins can be supplied as a comma-separated list.
Example: --unsafely-treat-insecure-origin-as-secure=http://a.test,http://b.test

There are probably flags available for Firefox testing as well. Edge and Safari tend not to have flags for these sorts of things.

Does this help?

from shaka-player.

joeyparrish avatar joeyparrish commented on June 8, 2024

Oh, I forgot to add, when you run Chrome with command-line flags, if you already have Chrome running, it will ignore your flags and open your URL in your existing browsing session. To create a new session, use something like --user-data-dir=/path/to/blank-user-data-dir in addition to your other testing flags.

from shaka-player.

vanminhquangtri avatar vanminhquangtri commented on June 8, 2024

thanks @joeyparrish , it works.
just a small wonder, when i use videojs, this issue not happen. I can play at my custom domain without having to setup --unsafely-treat-insecure-origin-as-secure.
anyway now it works.

from shaka-player.

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.