mirror of
https://github.com/lkmio/lkm.git
synced 2025-10-05 15:16:49 +08:00
兼容Adoble FMLE推流工具
This commit is contained in:
@@ -13,11 +13,11 @@ type Sink struct {
|
||||
}
|
||||
|
||||
func (s *Sink) StartStreaming(_ stream.TransStream) error {
|
||||
return s.stack.SendStreamBeginChunk(s.Conn)
|
||||
return s.stack.SendStreamBeginChunk()
|
||||
}
|
||||
|
||||
func (s *Sink) StopStreaming(_ stream.TransStream) {
|
||||
_ = s.stack.SendStreamEOFChunk(s.Conn)
|
||||
_ = s.stack.SendStreamEOFChunk()
|
||||
}
|
||||
|
||||
func (s *Sink) Close() {
|
||||
|
Reference in New Issue
Block a user