1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

mpegts discard header is not 0x47

This commit is contained in:
runner365 2020-02-11 21:36:36 +08:00
parent 4fdf242e99
commit 548c918efb
3 changed files with 6 additions and 3 deletions

View file

@ -165,7 +165,6 @@ void srt_server::srt_handle_connection(SRT_SOCKSTATUS status, SRTSOCKET input_fd
}
void srt_server::srt_handle_data(SRT_SOCKSTATUS status, SRTSOCKET input_fd, const std::string& dscr) {
srs_trace("status:%d, fd:%d, dscr:%s", status, input_fd, dscr.c_str());
_handle_ptr->handle_srt_socket(status, input_fd);
return;
}