mirror of
https://github.com/koush/scrypted.git
synced 2026-03-20 00:22:15 +00:00
ffmpeg-camera: new ffmpeg camera plugin, refactor rtsp on top of it
This commit is contained in:
7
plugins/ffmpeg-camera/src/recommend.ts
Normal file
7
plugins/ffmpeg-camera/src/recommend.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { alertRecommendedPlugins } from "@scrypted/common/src/alert-recommended-plugins";
|
||||
|
||||
export async function recommendRebroadcast() {
|
||||
alertRecommendedPlugins({
|
||||
'@scrypted/prebuffer-mixin': 'Rebroadcast',
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user