1
0
Fork 0
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:
Chocobozzz 2017-10-02 12:20:26 +02:00
parent f0adb2701c
commit 40298b0254
19 changed files with 344 additions and 128 deletions

View file

@ -2,8 +2,6 @@ export interface RemoteVideoUpdateData {
uuid: string
tags: string[]
name: string
extname: string
infoHash: string
category: number
licence: number
language: number