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:
parent
5516877867
commit
9c62a68e15
2 changed files with 83 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue