aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-player-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* Prevent hotkeys playback rate/seek with livesChocobozzz2022-12-301-1/+1
|
* feat(player/playbackRate): set rate with url paramkontrollanten2022-12-291-0/+4
|
* Add back to live featureChocobozzz2022-12-201-0/+1
|
* Reapply playsinline on player fallbackChocobozzz2022-10-311-0/+14
|
* Prevent console error with HLS fallbackChocobozzz2022-10-311-1/+1
|
* Prevent player crash on safariChocobozzz2022-10-281-0/+10
|
* Handle network issues in video player (#5138)kontrollanten2022-09-281-0/+22
| | | | | | | | | | | | | | * feat(client/player): handle network offline * feat(client/player): human friendly err msg * feat(client/player): handle broken resolutions When an error occurs for a resolution, remove the resolution and try with another resolution. * fix(client/player): prevent err handl when offline * fix(client/player): localize offline text
* Add playback metric endpoint sent to OTELChocobozzz2022-08-161-0/+1
|
* Add ability for client to create server logsChocobozzz2022-07-181-2/+3
|
* Add control bar option for peertube playerChocobozzz2022-05-201-0/+1
|
* Reorganize player filesChocobozzz2022-03-141-30/+29
|
* Reorganize player manager options builderChocobozzz2022-03-141-10/+11
|
* Reorganize videojs componentsChocobozzz2022-03-141-12/+12
|
* Display avatar in embed posterChocobozzz2022-03-081-1/+0
|
* Fast forward on HLS decode errorChocobozzz2022-02-021-522/+80
|
* Move to our own player hotkeysChocobozzz2022-01-131-81/+2
|
* Cleanup player hotkeysChocobozzz2022-01-131-2/+13
|
* Add fast forward/rewind on mobileChocobozzz2022-01-121-0/+1
|
* Add player controls on mobileChocobozzz2022-01-111-1/+5
|
* Add P2P enabled/disabled in player cardChocobozzz2021-12-161-1/+2
|
* Hide P2P in player if disabledChocobozzz2021-12-161-1/+5
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-2/+4
|
* 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
|