跟随引擎4.3.0版本

This commit is contained in:
dexter
2022-06-19 23:42:32 +08:00
parent cbe785deda
commit ab31af1fb7
4 changed files with 7 additions and 15 deletions

View File

@@ -160,7 +160,7 @@ func (config *RTMPConfig) ServeTCP(conn *net.TCPConn) {
sender.Begin()
sender.Response(cmd.TransactionId, NetStream_Play_Reset, Level_Status)
sender.Response(cmd.TransactionId, NetStream_Play_Start, Level_Status)
go sender.PlayBlock()
go sender.PlayRaw()
}
}
case RTMP_MSG_AUDIO: