ffmpeg-camera: new ffmpeg camera plugin, refactor rtsp on top of it

This commit is contained in:
Koushik Dutta
2021-12-06 13:31:39 -08:00
parent 0f8c966385
commit 83ed7e899c
12 changed files with 811 additions and 258 deletions

View File

@@ -0,0 +1,7 @@
import { alertRecommendedPlugins } from "@scrypted/common/src/alert-recommended-plugins";
export async function recommendRebroadcast() {
alertRecommendedPlugins({
'@scrypted/prebuffer-mixin': 'Rebroadcast',
});
}