Add transcoding profile debug plugin

This commit is contained in:
Chocobozzz
2021-01-29 13:57:32 +01:00
parent 768597e645
commit 57cd1168bb
3 changed files with 209 additions and 0 deletions

View File

@ -0,0 +1,20 @@
{
"name": "peertube-plugin-transcoding-profile-debug",
"version": "0.0.1",
"description": "Plugin to help developers to debug transcoding profiles",
"engine": {
"peertube": ">=3.1.0"
},
"keywords": [
"peertube",
"plugin"
],
"homepage": "https://framagit.org/framasoft/peertube/official-plugins/tree/master/peertube-plugin-transcoding-profile-debug",
"author": "Chocobozzz",
"bugs": "https://framagit.org/framasoft/peertube/official-plugins/issues",
"library": "./main.js",
"staticDirs": {},
"css": [],
"clientScripts": [],
"translations": {}
}