Kukoon / media-ui

The OpenSource Mediathek of Tomorrow.
https://media.kukoon.de
MIT License
7 stars 0 forks source link

Enable/Disable Distributions #47

Open mugraph opened 2 years ago

mugraph commented 2 years ago

It would be nice to temporarily disable distributions without deleting. State could state 'disabled'.

genofire commented 2 years ago

sadly the upstream API does not support Push enable/disable: https://airensoft.gitbook.io/ovenmediaengine/rest-api/v1/virtualhost/application/push

so media-server have to get more complex for this, like store states and validate if there are correct on oven-media-engine server

current the api request are just validated (mainly auth) and reformated for oven-media-engine.

so for the spare time i set it to help wanted