Browse Source

Merge pull request #171 from SmartBrave/typo

modify a typo error
pull/177/head
浩麟 4 years ago committed by GitHub
parent
commit
3400c26bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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