Disable audio for doorbell stream
This commit is contained in:
parent
34481ab747
commit
2dfeb3dcaf
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
|||
mediamtxConfig = pkgs.writeTextFile {
|
||||
name = "myintercom-doorbell-cam-proxy-config";
|
||||
text = lib.generators.toJSON { } {
|
||||
paths.sprechanlage.source = "rtsp://${cfg.username}:__PASSWORD__@${cfg.host}/axis-media/media.amp?videocodec=h264&resolution=1280x720&fps=8";
|
||||
paths.sprechanlage.source = "rtsp://${cfg.username}:__PASSWORD__@${cfg.host}/axis-media/media.amp?videocodec=h264&resolution=1280x720&fps=8&audio=0";
|
||||
protocols = [ "udp" ];
|
||||
hls = false;
|
||||
rtmp = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue