mirror of
https://github.com/Monibuca/plugin-gb28181.git
synced 2025-12-24 13:27:57 +08:00
Compare commits
1 Commits
v4.3.8
...
dwdcth-pat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dcb30ddffe |
@@ -221,7 +221,7 @@ func (channel *Channel) Invite(start, end string) (code int) {
|
||||
},
|
||||
}
|
||||
if start == "" {
|
||||
publisher.Type = "GB18181 Live"
|
||||
publisher.Type = "GB28181 Live"
|
||||
publisher.OnClose = func() {
|
||||
publishers.Remove(SSRC)
|
||||
channel.LivePublisher = nil
|
||||
@@ -233,7 +233,7 @@ func (channel *Channel) Invite(start, end string) (code int) {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
publisher.Type = "GB18181 Record"
|
||||
publisher.Type = "GB28181 Record"
|
||||
publisher.OnClose = func() {
|
||||
publishers.Remove(SSRC)
|
||||
channel.RecordPublisher = nil
|
||||
|
||||
Reference in New Issue
Block a user