录制的web界面

This commit is contained in:
langhuihui
2020-01-28 21:40:25 +08:00
parent 3a9851fcd6
commit 45748aa006
8 changed files with 99 additions and 52 deletions

View File

@@ -200,7 +200,7 @@ func (conn *NetConnection) SendMessage(message string, args interface{}) error {
m.CommandName = "play"
m.TransactionId = 1
for i, v := range data {
if i == "StreamName" {
if i == "StreamPath" {
m.StreamName = v.(string)
} else if i == "Start" {
m.Start = v.(uint64)