Watch streaming videos or save them in your browsers IndexedDB for offline viewing.
- You need to have Node.js installed.
- When inside this directory (awt-pwa) run
npm install
. - Start the dev server with
npm start
. - Navigate to
http://localhost:3000
in your browser.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
Builds the app and deploys to github-pages.
- IOS - on IOS 13 (Beta) on mini Ipad : Available storage space is listed as 100mb but is not accurate and is not updated, user can store more. and used space is always 0.
- IOS - The 4th video "Another Stream" does not work on IOS for some reason.. might be the video format.
- Shaka Player - If the audio language and the subtitle language are the same, Shaka Player automatically does not show the subtitles.. did not find an option to force it.
- Storage - If there is not enough available storage space to download a certain video, it will begin downloading anyway until the storage is full, afterwhich it will simply stop without freeing the uses storage.
- Storage - Available storage space seems to differ even with the same browser type, OS and device, no clear reason as to why.
- Storage - Available storage space is not updated instantly after deleting a video, remains saved in cache.