Fixed error 400 on rtsp handshake

This commit is contained in:
loki
2019-12-08 14:43:48 +01:00
parent a76cc3ab8b
commit d1d9f5550c
2 changed files with 168 additions and 84 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ using namespace std::literals;
constexpr auto PORT_HTTP = 47989;
constexpr auto PORT_HTTPS = 47984;
constexpr auto VERSION = "7.1.415.0";
constexpr auto VERSION = "7.1.400.0";
constexpr auto GFE_VERSION = "2.0.0.1";
namespace fs = std::filesystem;