mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add ability to save replay of permanent lives
This commit is contained in:
parent
2024a3b933
commit
4ec52d04dc
20 changed files with 426 additions and 175 deletions
|
@ -14,7 +14,7 @@ import {
|
|||
setDefaultVideoChannel,
|
||||
waitJobs
|
||||
} from '@shared/server-commands'
|
||||
import { checkLiveCleanupAfterSave } from '../../shared'
|
||||
import { checkLiveCleanup } from '../../shared'
|
||||
|
||||
const expect = chai.expect
|
||||
|
||||
|
@ -43,7 +43,7 @@ describe('Test live constraints', function () {
|
|||
expect(video.duration).to.be.greaterThan(0)
|
||||
}
|
||||
|
||||
await checkLiveCleanupAfterSave(servers[0], videoId, resolutions)
|
||||
await checkLiveCleanup(servers[0], videoId, resolutions)
|
||||
}
|
||||
|
||||
async function waitUntilLivePublishedOnAllServers (videoId: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue