fix: rtmp being unreliable and keep session alive when there are read errors
This commit is contained in:
@@ -396,7 +396,7 @@ async fn stream_handler(
|
||||
}
|
||||
} else if answer.0 == request_id_clone {
|
||||
return Response::builder()
|
||||
.status(StatusCode::NOT_FOUND)
|
||||
.status(StatusCode::UNSUPPORTED_MEDIA_TYPE)
|
||||
.body(String::new())
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user