Commit Graph

13381 Commits (fbabfde819042ccca0fadf9a7c0be87b81f57b8c)

Author SHA1 Message Date
Jonathan Weth fbabfde819 Add option for configuring object_storage.max_request_attempts in Docker 2024-08-12 06:37:10 +02:00
Chocobozzz 25684e837c
Fix client player error on fast restream 2024-08-09 10:00:34 +02:00
Chocobozzz d47d95cb6f
More robust encrypt/decrypt test 2024-08-09 09:16:00 +02:00
Chocobozzz da3420ac40
Avoid too many errors in client on fast-restream 2024-08-08 15:22:55 +02:00
Chocobozzz 62bf86c186
Introduce bufferStalled playback metric 2024-08-08 14:41:34 +02:00
Chocobozzz f2887d29b8
Still warn on metrics issue but only the client 2024-08-08 14:13:24 +02:00
Chocobozzz e7e7eca508
Send fatal player errors to server 2024-08-08 14:06:14 +02:00
Chocobozzz ca58501c52
Fix logged-in menu link width 2024-08-08 14:02:19 +02:00
Chocobozzz b807a5a01e
Don't send hls warnings to server
Not relevant for the admin
2024-08-08 13:51:36 +02:00
Chocobozzz b8cb1d8e87
Smoother live autoplay
Avoid blank page
2024-08-08 13:48:20 +02:00
Chocobozzz 64f943c1cb
Don't log if it's google bot
This error is expected
2024-08-08 13:40:34 +02:00
Chocobozzz 1ed2007190
Don't warn, safari seems to block the request 2024-08-08 13:35:17 +02:00
Chocobozzz 691385517c
Fix p2p media loader error when reloading player 2024-08-08 12:15:18 +02:00
Chocobozzz 9f57427a79
Add ability to copy admin logs 2024-08-08 11:44:30 +02:00
Chocobozzz 5207faeeae
Prefer auto position by default 2024-08-08 11:04:29 +02:00
Chocobozzz 8d4215f238
Fix my videos channel name overflow 2024-08-08 11:04:23 +02:00
Chocobozzz c5772f05d8
Fix left menu block title ellipsis 2024-08-08 10:47:58 +02:00
Chocobozzz 658241d8c6
Support cover when downloading audio 2024-08-08 10:42:15 +02:00
Chocobozzz 6d28305582
Add install-node-dependencies npm script wrapper
Will help us to change the package manager in the future
2024-08-08 09:37:46 +02:00
Chocobozzz 226f712d93
Improve chapter marker in control bar 2024-08-08 09:35:25 +02:00
Chocobozzz efb27fb9d1
Prevent poster flickering 2024-08-08 08:38:58 +02:00
Chocobozzz 84e9b0bfea
Fix import tests 2024-08-08 07:32:11 +02:00
Chocobozzz 56d48fc41b
Notify local users with internal video privacy 2024-08-07 09:26:07 +02:00
Chocobozzz da992cbcab
Fix tests 2024-08-07 08:17:40 +02:00
Chocobozzz 615cc77dcd
Fix zip paths 2024-08-07 08:15:48 +02:00
Chocobozzz eb86c3d407
Avoid crashing all embed on uncaught error 2024-08-06 16:34:58 +02:00
Chocobozzz 21215122a8
Better resolution label for custom video aspect 2024-08-06 16:01:38 +02:00
Chocobozzz 340d77b7c6
Fix download modal crash 2024-08-06 14:30:18 +02:00
Chocobozzz b5fd7881a0
Fix transcoding flow 2024-08-06 14:30:08 +02:00
Chocobozzz 4df22f9e47
Fix hidden delete button for original file 2024-08-06 13:41:08 +02:00
Chocobozzz 4373b2d566
Don't include docker in releases 2024-08-06 12:02:50 +02:00
Chocobozzz 546265e9ae
Support fowarding query params to oembed
For now only `start` for videos and `playlistPosition` for playlists are
supported
2024-08-06 11:52:21 +02:00
Chocobozzz 0edade2226
Add missing playlistPosition query param doc 2024-08-06 11:46:04 +02:00
Chocobozzz f00d656ba1
Fix peertube runner tests 2024-08-06 11:15:05 +02:00
Chocobozzz 75e7ded018
Merge branch 'release/6.2.0' into develop 2024-08-06 11:03:54 +02:00
Chocobozzz 6fc73f4972
Update runner version 2024-08-06 11:03:39 +02:00
Chocobozzz c5255e784c
Fix concurrency issues when sendin chunks 2024-08-06 10:57:19 +02:00
Chocobozzz 51b5b96286
Merge branch 'release/6.2.0' into develop 2024-08-06 08:37:30 +02:00
Chocobozzz 0ac25c0531
Update runner version 2024-08-06 08:37:12 +02:00
Chocobozzz 0a87497a11
Merge branch 'release/6.2.0' into develop 2024-08-05 16:34:58 +02:00
Chocobozzz e7b9311e92
Don't send m3u8 containing non existing chunks 2024-08-05 16:32:55 +02:00
Chocobozzz 5e82c1932e
Correctly set tags to replays of permanent lives 2024-08-05 16:23:44 +02:00
Chocobozzz 486183fe62
Speed up built-in db migration 2024-08-05 16:23:39 +02:00
Chocobozzz b8f2b9f16c
Fix no JS third party link 2024-08-05 08:35:00 +02:00
Chocobozzz 816f346a60 Separate HLS audio and video streams
Allows:
  * The HLS player to propose an "Audio only" resolution
  * The live to output an "Audio only" resolution
  * The live to ingest and output an "Audio only" stream

 This feature is under a config for VOD videos and is enabled by default for lives

 In the future we can imagine:
  * To propose multiple audio streams for a specific video
  * To ingest an audio only VOD and just output an audio only "video"
    (the player would play the audio file and PeerTube would not
    generate additional resolutions)

This commit introduce a new way to download videos:
 * Add "/download/videos/generate/:videoId" endpoint where PeerTube can
   mux an audio only and a video only file to a mp4 container
 * The download client modal introduces a new default panel where the
   user can choose resolutions it wants to download
2024-08-05 08:31:59 +02:00
Chocobozzz e77ba2dfbc
Add runner note about public IP 2024-08-05 08:30:44 +02:00
John Livingston 533897af59 Fix documentation:
The documentation says "reload" instead of "start" or "restart".
2024-08-01 13:57:32 +02:00
Chocobozzz 17cd564875
Bumped to version v6.2.1 2024-08-01 10:19:55 +02:00
Chocobozzz 9fa4d910b4
Update changelog 2024-08-01 10:16:19 +02:00
Chocobozzz 65fa18bace
More info on embed player crash 2024-08-01 10:14:26 +02:00