mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: downlad flv format from mp4 record file
This commit is contained in:
@@ -61,10 +61,8 @@ func (p *RecordReader) Run() (err error) {
|
||||
defer func() {
|
||||
allocator.Recycle()
|
||||
}()
|
||||
if publisher != nil {
|
||||
publisher.OnGetPosition = func() time.Time {
|
||||
return realTime
|
||||
}
|
||||
publisher.OnGetPosition = func() time.Time {
|
||||
return realTime
|
||||
}
|
||||
|
||||
for loop := 0; loop < p.Loop; loop++ {
|
||||
|
||||
Reference in New Issue
Block a user