Re: [FFmpeg-devel] [PATCH] avformat/mpegts: skip subtitle PES packets if PCR not available

2018-12-15 Thread Jan Ekström
On Sat, Dec 15, 2018 at 5:13 PM Jan Ekström wrote: > > On Sat, Dec 15, 2018 at 4:57 PM Marton Balint wrote: > > > > On Sat, 15 Dec 2018, Jan Ekström wrote: > > > > > Fixes issues when a subtitle packet is received before PCR for the > > > program has been received, leading to wildly jumping

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: skip subtitle PES packets if PCR not available

2018-12-15 Thread Jan Ekström
On Sat, Dec 15, 2018 at 4:57 PM Marton Balint wrote: > > On Sat, 15 Dec 2018, Jan Ekström wrote: > > > Fixes issues when a subtitle packet is received before PCR for the > > program has been received, leading to wildly jumping timestamps > > on the lavf client side as well as in the re-ordering

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: skip subtitle PES packets if PCR not available

2018-12-15 Thread Marton Balint
On Sat, 15 Dec 2018, Jan Ekström wrote: Fixes issues when a subtitle packet is received before PCR for the program has been received, leading to wildly jumping timestamps on the lavf client side as well as in the re-ordering logic. This usually happens in case of multiplexes where the PCR of

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: skip subtitle PES packets if PCR not available

2018-12-15 Thread Jan Ekström
On Sat, Dec 15, 2018 at 3:50 AM Carl Eugen Hoyos wrote: > > 2018-12-15 2:31 GMT+01:00, Jan Ekström : > > Fixes issues when a subtitle packet is received before PCR for the > > program has been received, leading to wildly jumping timestamps > > on the lavf client side as well as in the re-ordering

Re: [FFmpeg-devel] [PATCH] avformat/mpegts: skip subtitle PES packets if PCR not available

2018-12-14 Thread Carl Eugen Hoyos
2018-12-15 2:31 GMT+01:00, Jan Ekström : > Fixes issues when a subtitle packet is received before PCR for the > program has been received, leading to wildly jumping timestamps > on the lavf client side as well as in the re-ordering logic. > > This usually happens in case of multiplexes where the

[FFmpeg-devel] [PATCH] avformat/mpegts: skip subtitle PES packets if PCR not available

2018-12-14 Thread Jan Ekström
Fixes issues when a subtitle packet is received before PCR for the program has been received, leading to wildly jumping timestamps on the lavf client side as well as in the re-ordering logic. This usually happens in case of multiplexes where the PCR of a program is not taken into account with