aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-player-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add next video button to the playerRigel Kent2019-12-191-4/+19
|
* improve notification popup interactivity: read all, layout, positionRigel Kent2019-12-191-0/+2
| | | | fixes #1730
* respect video history on explicit playlist clickRigel Kent2019-12-181-0/+1
| | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889
* Add play/pause bezels to the video playerRigel Kent2019-12-181-0/+1
|
* Speedup embed first paintChocobozzz2019-12-181-51/+3
|
* add 'up next' screen on autoplayRigel Kent2019-12-171-0/+1
|
* Fix cellular detection in playerChocobozzz2019-12-091-1/+1
|
* Don't seed on cellular networksChocobozzz2019-12-061-111/+149
|
* Add hook to alter player build optionsChocobozzz2019-12-051-4/+4
|
* Add ability to disable P2P in HLS player tooChocobozzz2019-11-291-1/+3
|