Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle playback issues #165

Merged

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    3d8ee02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    884fa43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1806d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c954a37 View commit details
    Browse the repository at this point in the history
  5. Use bundled flv.js

    By default react-player tries to lazy-load playback SDK from CDN.
    But the application must be able play video files when Internet
    connection is not available. To solve that we bundle flv.js and
    initialize global variable consumed by react-player's FilePlayer.
    
    See https://www.npmjs.com/package/react-player#sdk-overrides
    See cookpete/react-player#605 (comment)
    stepan-anokhin committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    5b36c43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    135ee9d View commit details
    Browse the repository at this point in the history