mirror of
https://github.com/aler9/gortsplib
synced 2025-10-18 21:14:38 +08:00
restore H264NALUs/H264PTS when re-encoding H264
This commit is contained in:
@@ -97,6 +97,8 @@ func (p *Processor) processH264(pkt *rtp.Packet) ([]*ProcessorOutput, error) {
|
||||
output[i] = &ProcessorOutput{
|
||||
Packet: pkt,
|
||||
PTSEqualsDTS: ptsEqualsDTS,
|
||||
H264NALUs: nalus,
|
||||
H264PTS: pts,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user