mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
update call response, add comments.
This commit is contained in:
parent
fea8755719
commit
bfeb24c52b
1 changed files with 1 additions and 0 deletions
|
@ -856,6 +856,7 @@ int SrsRtmpConn::process_play_control_msg(SrsConsumer* consumer, SrsMessage* msg
|
|||
// call msg,
|
||||
// support response null first,
|
||||
// @see https://github.com/winlinvip/simple-rtmp-server/issues/106
|
||||
// TODO: FIXME: response in right way, or forward in edge mode.
|
||||
SrsCallPacket* call = dynamic_cast<SrsCallPacket*>(pkt);
|
||||
if (call) {
|
||||
SrsCallResPacket* res = new SrsCallResPacket(call->transaction_id);
|
||||
|
|
Loading…
Reference in a new issue