Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: resoai/TileBoard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: resoai/TileBoard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 7, 2021

  1. fix(CAMERA_STREAM): stream fails to resume after being suspended (#692)

    * fix(CAMERA_STREAM): stream fails to resume after being suspended
    
    Appears to be a regression in v1 of hls.js. An upstream issue created
    at video-dev/hls.js#3732
    
    But I also found similar issue (video-dev/hls.js#2473)
    that seems to suggest that it's best to just re-initialize the Hls
    instance instead of re-attaching the media so I'll just go with that
    for now.
    
    Fixes #688
    
    * revert debugging code
    
    * debug code
    rchl committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    bed202a View commit details
    Browse the repository at this point in the history
  2. chore(release): 2.3.1

    rchl committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    7de69aa View commit details
    Browse the repository at this point in the history
  3. chore(release): 2.3.1

    rchl committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    9f10b16 View commit details
    Browse the repository at this point in the history
Loading