Skip to content

Commit

Permalink
Fix: flv reader need demux header
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed May 16, 2024
1 parent 1e1e5f7 commit ecec703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/flv/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ func (fr *Reader) Read() (p *av.Packet, err error) {
}
}

return p, nil
return p, fr.demuxer.DemuxH(p)
}

0 comments on commit ecec703

Please sign in to comment.