audio passthrough
This commit is contained in:
@@ -355,17 +355,26 @@ in
|
|||||||
vno4-dome-panorama = {
|
vno4-dome-panorama = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
detect.enabled = false;
|
detect.enabled = false;
|
||||||
ffmpeg.inputs = [
|
ffmpeg = {
|
||||||
|
output_args = {
|
||||||
|
record = "preset-record-generic-audio-copy";
|
||||||
|
};
|
||||||
|
inputs = [
|
||||||
{
|
{
|
||||||
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0";
|
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=1&subtype=0";
|
||||||
roles = [ "record" ];
|
roles = [ "record" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
};
|
||||||
vno4-dome-ptz = {
|
vno4-dome-ptz = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
detect.enabled = false;
|
detect.enabled = false;
|
||||||
ffmpeg.inputs = [
|
ffmpeg = {
|
||||||
|
output_args = {
|
||||||
|
record = "preset-record-generic-audio-copy";
|
||||||
|
};
|
||||||
|
inputs = [
|
||||||
{
|
{
|
||||||
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0";
|
path = "rtsp://frigate:{FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0";
|
||||||
roles = [ "record" ];
|
roles = [ "record" ];
|
||||||
@@ -375,6 +384,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
nsd = {
|
nsd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user