mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-10-04 15:22:48 +08:00
route original timestamps without converting to durations (#3839)
This improves timestamp precision.
This commit is contained in:
@@ -19,7 +19,7 @@ type Processor interface {
|
||||
ProcessRTPPacket(
|
||||
pkt *rtp.Packet,
|
||||
ntp time.Time,
|
||||
pts time.Duration,
|
||||
pts int64,
|
||||
hasNonRTSPReaders bool,
|
||||
) (unit.Unit, error)
|
||||
}
|
||||
|
Reference in New Issue
Block a user