This commit is contained in:
Ingo Oppermann 2022-12-29 10:43:15 +01:00
parent 8a1dc59a81
commit 65a617c2af
No known key found for this signature in database
GPG Key ID: 2AB32426E9DD229E

View File

@ -381,7 +381,7 @@ func (s *server) handlePlay(conn *rtmp.Conn) {
}
// Adjust the timestamp such that the stream starts from 0
filters = append(filters, &pktque.FixTime{StartFromZero: true, MakeIncrement: true})
filters = append(filters, &pktque.FixTime{StartFromZero: true, MakeIncrement: false})
demuxer := &pktque.FilterDemuxer{
Filter: filters,