Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prevent hotkeys playback rate/seek with lives | Chocobozzz | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | feat(player/playbackRate): set rate with url param | kontrollanten | 2022-12-29 | 1 | -0/+4 |
| | |||||
* | Add back to live feature | Chocobozzz | 2022-12-20 | 1 | -0/+1 |
| | |||||
* | Reapply playsinline on player fallback | Chocobozzz | 2022-10-31 | 1 | -0/+14 |
| | |||||
* | Prevent console error with HLS fallback | Chocobozzz | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | Prevent player crash on safari | Chocobozzz | 2022-10-28 | 1 | -0/+10 |
| | |||||
* | Handle network issues in video player (#5138) | kontrollanten | 2022-09-28 | 1 | -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 OTEL | Chocobozzz | 2022-08-16 | 1 | -0/+1 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 1 | -2/+3 |
| | |||||
* | Add control bar option for peertube player | Chocobozzz | 2022-05-20 | 1 | -0/+1 |
| | |||||
* | Reorganize player files | Chocobozzz | 2022-03-14 | 1 | -30/+29 |
| | |||||
* | Reorganize player manager options builder | Chocobozzz | 2022-03-14 | 1 | -10/+11 |
| | |||||
* | Reorganize videojs components | Chocobozzz | 2022-03-14 | 1 | -12/+12 |
| | |||||
* | Display avatar in embed poster | Chocobozzz | 2022-03-08 | 1 | -1/+0 |
| | |||||
* | Fast forward on HLS decode error | Chocobozzz | 2022-02-02 | 1 | -522/+80 |
| | |||||
* | Move to our own player hotkeys | Chocobozzz | 2022-01-13 | 1 | -81/+2 |
| | |||||
* | Cleanup player hotkeys | Chocobozzz | 2022-01-13 | 1 | -2/+13 |
| | |||||
* | Add fast forward/rewind on mobile | Chocobozzz | 2022-01-12 | 1 | -0/+1 |
| | |||||
* | Add player controls on mobile | Chocobozzz | 2022-01-11 | 1 | -1/+5 |
| | |||||
* | Add P2P enabled/disabled in player card | Chocobozzz | 2021-12-16 | 1 | -1/+2 |
| | |||||
* | Hide P2P in player if disabled | Chocobozzz | 2021-12-16 | 1 | -1/+5 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -2/+4 |
| | |||||
* | Migrate to @peertube/videojs-contextmenu | Chocobozzz | 2021-10-26 | 1 | -1/+1 |
| | | | | To fix a bug with latest videojs | ||||
* | Fix privacy concern for remote videos | Chocobozzz | 2021-10-21 | 1 | -2/+1 |
| | |||||
* | Improve playback with bad redundancies | Chocobozzz | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Cleanup player quality change | Chocobozzz | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -22/+20 |
| | |||||
* | HLS v1 support | Chocobozzz | 2021-08-05 | 1 | -9/+36 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+2 |
| | |||||
* | Refactor video links building | Chocobozzz | 2021-07-26 | 1 | -7/+35 |
| | |||||
* | Fix player options | Chocobozzz | 2021-07-12 | 1 | -2/+1 |
| | |||||
* | Fix HTTP fallback with no webtorrent files | Chocobozzz | 2021-07-12 | 1 | -1/+6 |
| | |||||
* | add client hook filter:videojs.options | kontrollanten | 2021-06-14 | 1 | -10/+16 |
| | | | | closes #4086 | ||||
* | add stats videojs plugin | Rigel Kent | 2021-04-28 | 1 | -0/+15 |
| | |||||
* | Revert "Fix context menu when watching a playlist" | Chocobozzz | 2021-04-21 | 1 | -79/+31 |
| | | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade | ||||
* | Fix context menu when watching a playlist | Chocobozzz | 2021-04-21 | 1 | -31/+79 |
| | |||||
* | Lazy load player captions | Chocobozzz | 2021-04-13 | 1 | -2/+4 |
| | |||||
* | add icons in contextmenu | Rigel Kent | 2021-04-12 | 1 | -2/+7 |
| | |||||
* | add loop toggle to the player contextmenu | Rigel Kent | 2021-04-12 | 1 | -27/+38 |
| | |||||
* | Resume videos for non-logged in users (#3885) | kontrollanten | 2021-03-31 | 1 | -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 Prasanth | 2021-03-31 | 1 | -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 rates | ltsallas | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | client(hotkeys): remove seekstep VLC behavior | kontrollanten | 2021-02-16 | 1 | -13/+8 |
| | | | | closes #2810 | ||||
* | client(hotkeys): tighten hotkey definitions | kontrollanten | 2021-02-16 | 1 | -4/+7 |
| | |||||
* | Improve parse log with sql | Chocobozzz | 2021-02-01 | 1 | -1/+1 |
| | |||||
* | Fix viewers for lives | Chocobozzz | 2020-12-07 | 1 | -1/+2 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+2 |
| | |||||
* | Update live settings edge delay | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Increase live delay | Chocobozzz | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | Try to optimize sha segments fetching | Chocobozzz | 2020-11-10 | 1 | -1/+3 |
| |