frigate: disable audio for now, just in case
This commit is contained in:
@@ -122,13 +122,16 @@ in
|
|||||||
"ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-orig#hardware=vaapi#video=h264#width=1280"
|
"ffmpeg:rtsp://localhost:8554/vno4-dome-panorama-orig#hardware=vaapi#video=h264#width=1280"
|
||||||
];
|
];
|
||||||
"vno4-dome-ptz-orig" = [
|
"vno4-dome-ptz-orig" = [
|
||||||
"ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=copy#audio=copy"
|
#"ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=copy#audio=copy"
|
||||||
|
"ffmpeg:rtsp://frigate:\${FRIGATE_RTSP_PASSWORD}@192.168.188.10/cam/realmonitor?channel=2&subtype=0#video=copy"
|
||||||
];
|
];
|
||||||
"vno4-dome-ptz-high" = [
|
"vno4-dome-ptz-high" = [
|
||||||
"ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#audio=copy"
|
#"ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#audio=copy"
|
||||||
|
"ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264"
|
||||||
];
|
];
|
||||||
"vno4-dome-ptz-low" = [
|
"vno4-dome-ptz-low" = [
|
||||||
"ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#audio=copy#width=1280"
|
#"ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#width=1280#audio=copy"
|
||||||
|
"ffmpeg:rtsp://localhost:8554/vno4-dome-ptz-orig#hardware=vaapi#video=h264#width=1280"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@@ -190,14 +193,15 @@ in
|
|||||||
enabled = true;
|
enabled = true;
|
||||||
ffmpeg = {
|
ffmpeg = {
|
||||||
output_args = {
|
output_args = {
|
||||||
record = "preset-record-generic-audio-copy";
|
#record = "preset-record-generic-audio-copy";
|
||||||
|
record = "preset-record-generic";
|
||||||
};
|
};
|
||||||
inputs = [
|
inputs = [
|
||||||
{
|
{
|
||||||
path = "rtsp://localhost:8554/vno4-dome-ptz-high";
|
path = "rtsp://localhost:8554/vno4-dome-ptz-high";
|
||||||
roles = [
|
roles = [
|
||||||
"record"
|
"record"
|
||||||
"audio"
|
#"audio"
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user