mirror of
https://github.com/lkmio/lkm.git
synced 2025-10-05 15:16:49 +08:00
封装hls
This commit is contained in:
@@ -79,7 +79,7 @@ func (s *sessionImpl) Close() {
|
||||
return
|
||||
}
|
||||
|
||||
_, ok := s.handle.(*Publisher)
|
||||
_, ok := s.handle.(*publisher)
|
||||
if ok {
|
||||
if s.isPublisher {
|
||||
s.handle.(*publisher).AddEvent(stream.SourceEventClose, nil)
|
||||
|
Reference in New Issue
Block a user