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

For #1042, cover RTMP server response commands.

This commit is contained in:
winlin 2019-12-11 18:25:47 +08:00
parent 5516877867
commit 9c62a68e15
2 changed files with 83 additions and 1 deletions

View file

@ -2698,7 +2698,7 @@ srs_error_t SrsRtmpServer::on_play_client_pause(int stream_id, bool is_pause)
return srs_error_wrap(err, "send NetStream.Unpause.Notify");
}
}
// StreanBegin
// StreamBegin
if (true) {
SrsUserControlPacket* pkt = new SrsUserControlPacket();