]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - server/tests/shared/webtorrent.ts
Use random names for VOD HLS playlists
authorChocobozzz <me@florianbigard.com>
Fri, 23 Jul 2021 09:20:00 +0000 (11:20 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 26 Jul 2021 09:29:31 +0000 (11:29 +0200)
commit764b1a14fc494f2cfd7ea590d2f07b01df65c7ad
tree198ca5f242c63a205a05fa4cfd6d063277c541fd
parent83903cb65d531a6b6b91715387493ba8312b264d
Use random names for VOD HLS playlists
44 files changed:
scripts/optimize-old-videos.ts
scripts/prune-storage.ts
scripts/update-host.ts
server/controllers/api/videos/upload.ts
server/helpers/database-utils.ts
server/helpers/ffmpeg-utils.ts
server/helpers/webtorrent.ts
server/initializers/constants.ts
server/initializers/migrations/0655-streaming-playlist-filenames.ts [new file with mode: 0644]
server/lib/activitypub/videos/shared/abstract-builder.ts
server/lib/activitypub/videos/shared/object-to-model-attributes.ts
server/lib/hls.ts
server/lib/job-queue/handlers/video-file-import.ts
server/lib/job-queue/handlers/video-live-ending.ts
server/lib/job-queue/handlers/video-transcoding.ts
server/lib/live/live-manager.ts
server/lib/live/shared/muxing-session.ts
server/lib/schedulers/videos-redundancy-scheduler.ts
server/lib/transcoding/video-transcoding.ts
server/lib/video-paths.ts
server/lib/video.ts
server/models/actor/actor-follow.ts
server/models/redundancy/video-redundancy.ts
server/models/video/formatter/video-format-utils.ts
server/models/video/sql/shared/video-tables.ts
server/models/video/video-file.ts
server/models/video/video-streaming-playlist.ts
server/models/video/video.ts
server/tests/api/live/live-constraints.ts
server/tests/api/live/live-save-replay.ts
server/tests/api/live/live.ts
server/tests/api/users/users-multiple-servers.ts
server/tests/api/videos/resumable-upload.ts
server/tests/api/videos/video-hls.ts
server/tests/cli/optimize-old-videos.ts
server/tests/cli/prune-storage.ts
server/tests/cli/update-host.ts
server/tests/plugins/plugin-transcoding.ts
server/types/models/video/video-streaming-playlist.ts
shared/core-utils/miscs/regexp.ts
shared/extra-utils/miscs/webtorrent.ts
shared/extra-utils/server/servers-command.ts
shared/extra-utils/videos/live.ts
shared/extra-utils/videos/streaming-playlists.ts