Commit Graph

13373 Commits (b807a5a01ea4c560f0c1f7474037ea076c9c4df1)

Author SHA1 Message Date
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
Chocobozzz 5276f236f0
Fix tracker test 2024-07-31 16:00:31 +02:00
Chocobozzz 417ddb3404
Improve runner documentation 2024-07-31 15:38:33 +02:00
Chocobozzz 5084a8fe71
Clearer node dependency version 2024-07-31 15:23:15 +02:00
Chocobozzz 7c83510b83
include can only be used by admins/moderators 2024-07-31 15:14:12 +02:00
Chocobozzz f7ec8401c5
Revert webtorrent version to avoid native dep
Causes issues on some system:
 * https://github.com/Chocobozzz/PeerTube/issues/6518
 * https://github.com/Chocobozzz/PeerTube/issues/6486
 * https://github.com/Chocobozzz/PeerTube/issues/6502
2024-07-31 15:05:36 +02:00
Chocobozzz 40a498790e
Display emoji in the preview
Consistency with the video description
2024-07-31 14:04:34 +02:00
Chocobozzz 68b7a69f99
Don't break the API 2024-07-31 13:23:28 +02:00
Chocobozzz bba6538435
Truncate chapters from youtube-dl 2024-07-31 10:13:28 +02:00