Implemented RTP HEVC Aggregation Packets

This commit is contained in:
Thulinma 2019-09-20 12:55:47 +02:00
parent 218e1e70a6
commit 6d3eb861b8
2 changed files with 13 additions and 2 deletions

View file

@ -384,7 +384,7 @@ namespace Mist{
HTTP_R.Clean();
continue;
}
WARN_MSG("Unhandled command %s:\n%s", HTTP_R.method.c_str(), HTTP_R.BuildRequest().c_str());
WARN_MSG("Unhandled command received (protocol corruption?)");
HTTP_R.Clean();
}
}