aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/p2p-media-loader/hls-plugin.ts
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize player filesChocobozzz2022-03-141-419/+0
|
* Reorganize player manager options builderChocobozzz2022-03-141-1/+1
|
* Fast forward on HLS decode errorChocobozzz2022-02-021-0/+6
|
* Automatically restart live on server/live restartChocobozzz2022-01-191-1/+6
|
* Fix live duration in playerChocobozzz2021-12-071-0/+1
|
* Recover HLS video with duration inconsistencyChocobozzz2021-12-031-1/+4
| | | | With audio longer than video
* Fix some old typing issuesChocobozzz2021-10-221-4/+0
|
* Cleanup player quality changeChocobozzz2021-09-101-269/+42
|
* Migrate client to eslintChocobozzz2021-08-181-46/+48
|
* Update client dependenciesChocobozzz2021-08-111-9/+7
|
* HLS v1 supportChocobozzz2021-08-051-10/+6
|
* Better hls warn/error loggingChocobozzz2021-04-211-2/+6
|
* Fix subtitles load on safariChocobozzz2021-02-241-6/+1
|
* Try to recover from network errorsChocobozzz2021-02-091-3/+22
|
* Fix hls error handlingChocobozzz2021-01-291-1/+4
|
* Correctlu throws an error on manifestIncompatibleCodecsErrorChocobozzz2021-01-291-23/+14
|
* hls-plugin: destroy hls upon third errkontrollanten2020-12-071-0/+1
| | | | According to hls.js docs `hls.destroy()` should be called https://github.com/video-dev/hls.js/blob/master/docs/API.md#final-step-destroying-switching-between-streams
* Upgrade client dependenciesChocobozzz2020-11-191-1/+1
| | | | Migrate removed primeng theme to custom CSS
* Upgrade to angular 10Chocobozzz2020-08-071-3/+1
|
* Fix videojsChocobozzz2020-04-211-1/+1
|
* Fix videojs typingsChocobozzz2020-04-171-3/+3
|
* Use hls.js lightChocobozzz2020-04-081-1/+1
| | | | Because we don't need subtitling and alternate-audio features
* Client dependencies upgradeChocobozzz2020-04-011-2/+4
|
* Move streamroot plugin in core projectChocobozzz2020-01-311-0/+626
To avoid an already bundled HLS.js library, and adapt some parts of the code