mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Fix duplicated resolutions when capping fps
This commit is contained in:
parent
8e644dedb2
commit
baefe61cff
3 changed files with 38 additions and 18 deletions
|
@ -3,7 +3,7 @@ import { FileStorage, LiveVideoLatencyMode, LiveVideoLatencyModeType, VideoState
|
|||
import { logger } from '@server/helpers/logger.js'
|
||||
import { VIDEO_LIVE } from '@server/initializers/constants.js'
|
||||
import { MStreamingPlaylist, MStreamingPlaylistVideo, MVideo } from '@server/types/models/index.js'
|
||||
import { pathExists, remove, } from 'fs-extra/esm'
|
||||
import { pathExists, remove } from 'fs-extra/esm'
|
||||
import { readdir, rmdir } from 'fs/promises'
|
||||
import { basename, join } from 'path'
|
||||
import { listHLSFileKeysOf, removeHLSFileObjectStorageByFullKey, removeHLSObjectStorage } from '../object-storage/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue