mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Implement video transcoding on server side
This commit is contained in:
parent
f0adb2701c
commit
40298b0254
19 changed files with 344 additions and 128 deletions
|
@ -2,8 +2,6 @@ export interface RemoteVideoUpdateData {
|
|||
uuid: string
|
||||
tags: string[]
|
||||
name: string
|
||||
extname: string
|
||||
infoHash: string
|
||||
category: number
|
||||
licence: number
|
||||
language: number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue