Fix addStreamProxy rtsp url user or pass contain special char result in auth failed (#2545)

This commit is contained in:
xiongguangjie
2023-06-10 18:46:30 +08:00
committed by GitHub
parent 24fb666fb3
commit 67d5c42007
6 changed files with 7 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
#include "Record/HlsMediaSource.h"
#include "Common/Parser.h"
#include "Common/config.h"
#include "strCoding.h"
#include "Common/strCoding.h"
using namespace std;
using namespace toolkit;