Use remove_authentication instead of mask_authentication
parent
071301ffd9
commit
dd02b56f13
|
@ -131,8 +131,8 @@ FfmpegCamera::FfmpegCamera(
|
||||||
hwaccel_name(p_hwaccel_name),
|
hwaccel_name(p_hwaccel_name),
|
||||||
hwaccel_device(p_hwaccel_device)
|
hwaccel_device(p_hwaccel_device)
|
||||||
{
|
{
|
||||||
mMaskedPath = mask_authentication(mPath);
|
mMaskedPath = remove_authentication(mPath);
|
||||||
mMaskedSecondPath = mask_authentication(mSecondPath);
|
mMaskedSecondPath = remove_authentication(mSecondPath);
|
||||||
if ( capture ) {
|
if ( capture ) {
|
||||||
FFMPEGInit();
|
FFMPEGInit();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue