aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-player-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* Migrate to @peertube/videojs-contextmenuChocobozzz2021-10-261-1/+1
| | | | To fix a bug with latest videojs
* Fix privacy concern for remote videosChocobozzz2021-10-211-2/+1
|
* Improve playback with bad redundanciesChocobozzz2021-10-141-1/+1
|
* Cleanup player quality changeChocobozzz2021-09-101-1/+1
|
* Migrate client to eslintChocobozzz2021-08-181-22/+20
|
* HLS v1 supportChocobozzz2021-08-051-9/+36
|
* Refactor video links buildersChocobozzz2021-07-261-1/+2
|
* Refactor video links buildingChocobozzz2021-07-261-7/+35
|
* Fix player optionsChocobozzz2021-07-121-2/+1
|
* Fix HTTP fallback with no webtorrent filesChocobozzz2021-07-121-1/+6
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-10/+16
| | | | closes #4086
* add stats videojs pluginRigel Kent2021-04-281-0/+15
|
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-211-79/+31
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Fix context menu when watching a playlistChocobozzz2021-04-211-31/+79
|
* Lazy load player captionsChocobozzz2021-04-131-2/+4
|
* add icons in contextmenuRigel Kent2021-04-121-2/+7
|
* add loop toggle to the player contextmenuRigel Kent2021-04-121-27/+38
|
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-311-1/+4
| | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-4/+5
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Add 1.75 option to playback ratesltsallas2021-03-261-1/+1
|
* client(hotkeys): remove seekstep VLC behaviorkontrollanten2021-02-161-13/+8
| | | | closes #2810
* client(hotkeys): tighten hotkey definitionskontrollanten2021-02-161-4/+7
|
* Improve parse log with sqlChocobozzz2021-02-011-1/+1
|
* Fix viewers for livesChocobozzz2020-12-071-1/+2
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-1/+2
|
* Update live settings edge delayChocobozzz2020-11-181-1/+1
|
* Increase live delayChocobozzz2020-11-171-1/+1
|
* Try to optimize sha segments fetchingChocobozzz2020-11-101-1/+3
|
* Regenerate miniature on live saveChocobozzz2020-11-091-4/+2
|
* Live streaming implementation first stepChocobozzz2020-11-091-2/+2
|
* Fix play of videos on iosChocobozzz2020-08-271-0/+4
| | | | When the user already played a video
* Correctly fix autoplay with webtorrentChocobozzz2020-08-191-8/+8
|
* Try to fix autoplay with ios/safariChocobozzz2020-08-191-8/+18
| | | | | | | | | * Disable autoplay on first load because we have weird issues (player starts to play and stop so we loose the big play button). We also don't want to autoplay muted videos (bad UX IMHO and we don't have ads to display) * Enable autoplay when we already played a video (fixes the issue with playlists)
* Add ability to share playlists in modalChocobozzz2020-08-071-2/+2
|
* Add previous buttonChocobozzz2020-08-071-10/+50
|
* Handle basic playlist in embedChocobozzz2020-08-071-2/+16
|
* Reorganize shared modelsChocobozzz2020-08-071-1/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-3/+1
|
* Fix resolution for portrait videosChocobozzz2020-08-031-1/+8
|
* Fixes video hotkey part 1Chocobozzz2020-07-311-1/+2
| | | | A patch has to be merged in videojs hotkey plugin too
* Support player hotkeys when it is not focusedChocobozzz2020-06-231-0/+7
|
* Fix webtorrent play on SafariChocobozzz2020-05-121-11/+8
|
* Try to fix auto play on apple devicesChocobozzz2020-05-111-5/+9
|
* Fix autoplay on SafariChocobozzz2020-05-111-1/+11
|
* Fix videojsChocobozzz2020-04-211-2/+2
|
* Fix videojs typingsChocobozzz2020-04-171-9/+9
|
* Fix videojs subtitlesChocobozzz2020-04-081-3/+0
|
* Don't force autoplayChocobozzz2020-04-071-1/+1
| | | | | Don't use muting to autoplay videos. If the web browser does not want to autoplay the video, it's okay.
* Move streamroot plugin in core projectChocobozzz2020-01-311-4/+4
| | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code
* Correctly type videojs playerChocobozzz2020-01-291-25/+39
|