aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/p2p-media-loader
Commit message (Collapse)AuthorAgeFilesLines
* 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
* add 'total downloaded' stats from server and peers in player (#3394)Florian CUNY2020-12-041-0/+1
| | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3384 This will only work with HLS. The display for Webtorrent is left untouched. Co-authored-by: Rigel Kent <par@rigelk.eu>
* Upgrade client dependenciesChocobozzz2020-11-191-1/+1
| | | | Migrate removed primeng theme to custom CSS
* Delay notification when waiting for a liveChocobozzz2020-11-121-2/+2
|
* Try to optimize sha segments fetchingChocobozzz2020-11-101-3/+6
|
* Try to fix live segments checkChocobozzz2020-11-101-5/+10
|
* HLS player fallback for non https contextChocobozzz2020-11-101-4/+11
|
* Live streaming implementation first stepChocobozzz2020-11-091-6/+31
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+1
|
* Fallback to built in HLS if possibleChocobozzz2020-07-201-21/+33
|
* Fix videojsChocobozzz2020-04-212-2/+2
|
* Fix videojs typingsChocobozzz2020-04-172-5/+5
|
* Use hls.js lightChocobozzz2020-04-082-2/+2
| | | | Because we don't need subtitling and alternate-audio features
* Client dependencies upgradeChocobozzz2020-04-011-2/+4
|
* Move streamroot plugin in core projectChocobozzz2020-01-312-7/+632
| | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code
* Correctly type videojs playerChocobozzz2020-01-291-11/+12
|
* Fix test embed pageChocobozzz2019-12-181-0/+4
|
* Cleanup HLS redundancy manager in clientChocobozzz2019-09-052-17/+2
| | | | With the new p2p-media-loader release
* Improve HLS redundancyChocobozzz2019-08-233-21/+65
|
* Fix start time on HLS videosChocobozzz2019-08-131-16/+1
|
* Fix nl_NL localeChocobozzz2019-08-131-1/+17
|
* tslint updateChocobozzz2019-04-021-2/+2
|
* Playlist support in watch pageChocobozzz2019-03-181-1/+11
|
* Try to fix p2p-media-loader on iosChocobozzz2019-02-201-0/+8
|
* Use a single file instead of segments for HLSChocobozzz2019-02-111-4/+11
|
* Fallback HLS to webtorrentChocobozzz2019-02-111-1/+9
|
* Add hls support on serverChocobozzz2019-02-113-0/+219