mirror of
https://github.com/lkmio/lkm.git
synced 2025-10-04 06:46:24 +08:00
feat: 支持音频转码
This commit is contained in:
@@ -219,7 +219,7 @@ func (t *transStream) WriteHeader() error {
|
||||
|
||||
n += size
|
||||
t.sequenceHeader = t.sequenceHeader[:n]
|
||||
t.MWBuffer = stream.NewMergeWritingBuffer(t.ExistVideo)
|
||||
t.MWBuffer = stream.NewMergeWritingBuffer(t.HasVideo())
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user