aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/p2p-media-loader
Commit message (Collapse)AuthorAgeFilesLines
* 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