hold on until frigate gets updated to 0.15.0 in nixpkgs
This commit is contained in:
parent
3f21fbe164
commit
f0907d9cee
1 changed files with 14 additions and 18 deletions
|
|
@ -3,28 +3,24 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
services.go2rtc = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
streams = {
|
|
||||||
wce-0001 = [
|
|
||||||
"ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch0"
|
|
||||||
"ffmpeg:wce-0001#audio=opus"
|
|
||||||
];
|
|
||||||
wce-0001_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch1";
|
|
||||||
wce-0002 = [
|
|
||||||
"ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch0"
|
|
||||||
"ffmpeg:wce-0002#audio=opus"
|
|
||||||
];
|
|
||||||
wce-0002_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch1";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.frigate = {
|
services.frigate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostname = "frigate.wanderingcrow.net";
|
hostname = "frigate.wanderingcrow.net";
|
||||||
settings = {
|
settings = {
|
||||||
|
go2rtc = {
|
||||||
|
streams = {
|
||||||
|
wce-0001 = [
|
||||||
|
"ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch0"
|
||||||
|
"ffmpeg:wce-0001#audio=opus"
|
||||||
|
];
|
||||||
|
wce-0001_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.173:554/ch1";
|
||||||
|
wce-0002 = [
|
||||||
|
"ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch0"
|
||||||
|
"ffmpeg:wce-0002#audio=opus"
|
||||||
|
];
|
||||||
|
wce-0002_sub = "ffmpeg:#input=-timeout 30000000 -i rtsp://thingino:thingino@192.168.0.26:554/ch1";
|
||||||
|
};
|
||||||
|
};
|
||||||
cameras = {
|
cameras = {
|
||||||
wce-0001 = {
|
wce-0001 = {
|
||||||
ffmpeg = {
|
ffmpeg = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue