Handle RTSP packets that are broken up in more than two pieces
This commit is contained in:
parent
616f62fb9f
commit
136e9c43a5
3 changed files with 36 additions and 11 deletions
|
|
@ -139,7 +139,7 @@ std::unique_ptr<platf::deinit_t> start() {
|
|||
auto wm_http = std::to_string(map_port(confighttp::PORT_HTTPS));
|
||||
|
||||
std::vector<mapping_t> mappings {
|
||||
{ rtsp, rtsp, "RTSP setup port"s, false },
|
||||
{ rtsp, rtsp, "RTSP setup port"s, true },
|
||||
{ video, video, "Video stream port"s, false },
|
||||
{ audio, audio, "Control stream port"s, false },
|
||||
{ control, control, "Audio stream port"s, false },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue