|
|
@ -141,7 +141,7 @@ func (m *Muxer) WriteAAC(pts time.Duration, aus [][]byte) error { |
|
|
|
m.mutex.Lock() |
|
|
|
m.mutex.Lock() |
|
|
|
defer m.mutex.Unlock() |
|
|
|
defer m.mutex.Unlock() |
|
|
|
|
|
|
|
|
|
|
|
if m.videoTrack != nil { |
|
|
|
if m.videoTrack == nil { |
|
|
|
if m.tsCurrent.firstPacketWritten && |
|
|
|
if m.tsCurrent.firstPacketWritten && |
|
|
|
m.tsCurrent.duration() >= m.hlsSegmentDuration && |
|
|
|
m.tsCurrent.duration() >= m.hlsSegmentDuration && |
|
|
|
m.audioAUCount >= segmentMinAUCount { |
|
|
|
m.audioAUCount >= segmentMinAUCount { |
|
|
|