Browse Source

modify a typo error

pull/171/head
smart 4 years ago
parent
commit
652ec5ab2b
  1. 2
      protocol/rtmp/core/conn_server.go

2
protocol/rtmp/core/conn_server.go

@ -202,7 +202,7 @@ func (connServer *ConnServer) publishResp(cur *ChunkStream) error { @@ -202,7 +202,7 @@ func (connServer *ConnServer) publishResp(cur *ChunkStream) error {
event := make(amf.Object)
event["level"] = "status"
event["code"] = "NetStream.Publish.Start"
event["description"] = "Start publising."
event["description"] = "Start publishing."
return connServer.writeMsg(cur.CSID, cur.StreamID, "onStatus", 0, nil, event)
}

Loading…
Cancel
Save