From dd02b56f136bd4588b38ab9340fd2ec935704d65 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 4 Jul 2022 11:02:02 -0400 Subject: [PATCH] Use remove_authentication instead of mask_authentication --- src/zm_ffmpeg_camera.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zm_ffmpeg_camera.cpp b/src/zm_ffmpeg_camera.cpp index 0592f8016..e511e9dd6 100644 --- a/src/zm_ffmpeg_camera.cpp +++ b/src/zm_ffmpeg_camera.cpp @@ -131,8 +131,8 @@ FfmpegCamera::FfmpegCamera( hwaccel_name(p_hwaccel_name), hwaccel_device(p_hwaccel_device) { - mMaskedPath = mask_authentication(mPath); - mMaskedSecondPath = mask_authentication(mSecondPath); + mMaskedPath = remove_authentication(mPath); + mMaskedSecondPath = remove_authentication(mSecondPath); if ( capture ) { FFMPEGInit(); }