Marton Balint
88ac76be79
avformat/mpegtsenc: fix PCR generation intervals
...
PCR generation was based on counting packets for both CBR and VBR streams.
Couting packets might have worked for CBR streams (when muxrate was specified)
but it only took into account the packets of a service (or the packets of the
PCR stream lately), so even that was problematic for multi program streams.
The new code works on actual timestamps for both CBR and VBR streams. For VBR
streams the behaviour of the old code is simulated by selecting a PCR interval
which is the highest multiple of the frame duration but still less than 100 ms.
It should be trivial to add support for setting the PCR interval for VBR
streams as well in a later patch.
The accuracy of PCR packets for CBR streams was greatly improved by preemtively
sending them at PCR intervals even if sending the payload of another stream
is in progress.
This may fix these tickets:
- #5750
- #7524
Signed-off-by: Marton Balint <cus@passwd.hu>
2019-08-14 23:24:11 +02:00
..
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-20 21:47:55 -03:00
2019-04-24 17:05:02 +02:00
2019-07-17 23:18:50 +02:00
2019-07-17 23:18:50 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-06-21 22:02:14 +10:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-04-19 13:22:54 -03:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-01-30 23:15:28 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-02-04 21:43:30 +01:00
2019-03-21 11:42:17 +01:00
2018-08-21 11:50:06 -07:00
2019-08-03 12:33:14 -03:00
2019-08-03 12:33:14 -03:00
2019-05-20 11:58:12 -07:00
2019-05-20 11:58:12 -07:00
2019-07-13 14:07:59 -03:00
2019-05-10 10:57:54 +02:00
2018-12-22 18:48:16 +01:00
2019-08-13 15:38:57 +02:00
2019-05-04 12:03:24 +05:30
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-05-25 00:21:26 +05:30
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-08-13 15:38:57 +02:00
2019-03-21 11:42:17 +01:00
2019-07-10 17:26:33 +08:00
2019-08-03 12:33:15 -03:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-03-21 11:42:17 +01:00
2019-08-10 23:46:53 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-20 18:38:48 +01:00
2019-04-11 21:18:51 +02:00
2019-03-21 11:42:17 +01:00
2018-12-14 11:32:27 +01:00
2019-07-17 23:18:50 +02:00
2018-12-18 19:45:59 +01:00
2019-03-21 11:42:17 +01:00
2018-11-05 16:02:51 +02:00
2019-04-06 15:54:38 +02:00
2019-06-25 10:45:47 +08:00
2019-03-20 19:04:49 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-02-17 10:29:42 +01:00
2019-07-17 23:18:50 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-05-29 10:57:18 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-04-03 10:17:22 +08:00
2019-03-21 11:42:17 +01:00
2019-03-20 18:38:48 +01:00
2019-05-20 11:58:12 -07:00
2019-03-21 11:42:17 +01:00
2019-08-08 17:53:32 +08:00
2019-07-29 19:48:06 +08:00
2019-06-14 10:53:23 +08:00
2019-06-14 10:53:23 +08:00
2019-01-23 23:17:03 +01:00
2019-03-21 11:42:17 +01:00
2019-07-11 09:35:31 +08:00
2019-03-31 23:23:52 +02:00
2019-06-21 18:28:00 +02:00
2018-12-17 18:30:10 +01:00
2019-06-13 23:12:51 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-19 01:23:23 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-05-30 19:27:05 +02:00
2019-06-25 13:30:09 +02:00
2019-01-22 10:59:10 -09:00
2019-03-21 11:42:17 +01:00
2019-07-21 10:05:40 +08:00
2018-10-03 22:03:29 +02:00
2018-10-03 22:03:29 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-11 16:53:09 +02:00
2019-02-08 12:00:59 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2018-11-01 22:55:22 -03:00
2019-06-21 18:28:00 +02:00
2019-03-21 11:42:17 +01:00
2019-03-27 14:54:05 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2018-07-28 01:04:38 +02:00
2018-09-02 18:37:09 +02:00
2019-02-20 15:50:06 -03:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-06-21 22:02:14 +10:00
2018-09-26 15:17:13 -03:00
2018-09-26 15:17:13 -03:00
2019-07-18 22:26:00 +02:00
2019-05-08 13:02:30 -03:00
2019-03-21 11:42:17 +01:00
2019-04-27 12:57:18 +02:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-22 22:38:09 +05:30
2019-07-12 20:26:38 +02:00
2018-12-11 10:52:16 +05:30
2019-03-21 11:42:17 +01:00
2019-05-27 19:01:38 +02:00
2019-03-21 11:42:17 +01:00
2019-07-31 20:35:07 +02:00
2019-03-21 11:42:17 +01:00
2018-09-27 23:53:21 +02:00
2019-04-22 21:25:55 +05:30
2019-07-12 20:32:22 +02:00
2019-08-14 23:24:11 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-20 15:41:28 +05:30
2019-03-21 11:42:17 +01:00
2018-10-12 12:28:22 -07:00
2019-05-20 11:58:12 -07:00
2019-04-28 21:55:28 +02:00
2019-07-22 13:17:42 -07:00
2019-03-21 11:42:17 +01:00
2018-09-11 13:54:30 -03:00
2018-09-11 13:54:30 -03:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-06-10 21:35:20 +02:00
2019-03-21 11:42:17 +01:00
2018-12-16 09:49:07 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2018-12-18 19:45:59 +01:00
2019-06-25 14:09:40 -03:00
2019-04-22 23:24:42 +08:00
2019-03-21 11:42:17 +01:00
2018-12-11 22:08:18 +11:00
2019-03-21 11:42:17 +01:00
2018-11-25 00:25:03 +01:00
2018-10-26 13:39:25 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-07-17 23:18:50 +02:00
2018-09-11 21:48:49 +01:00
2019-08-05 17:54:24 +02:00
2019-03-21 11:42:17 +01:00
2019-07-11 16:53:09 +02:00
2019-04-07 21:09:56 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-10 12:54:57 +02:00
2019-03-21 11:42:17 +01:00
2019-03-20 18:38:48 +01:00
2019-03-20 18:52:38 +01:00
2019-08-10 00:01:02 +02:00
2019-08-06 10:37:41 +02:00
2019-03-13 12:54:30 +01:00
2019-03-20 18:38:48 +01:00
2019-03-20 18:38:48 +01:00
2019-01-16 00:09:21 +01:00
2019-05-02 13:02:58 -03:00
2019-05-02 13:02:58 -03:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-06-14 21:36:39 +02:00
2019-06-27 20:20:16 +02:00
2019-03-20 17:19:14 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-06-20 18:03:30 +05:30
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-20 18:38:48 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-20 17:36:29 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-08-13 16:00:23 +02:00
2019-04-27 12:49:56 +02:00
2019-04-27 12:49:56 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-01-24 13:08:27 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2018-09-11 15:48:55 -03:00
2019-03-21 11:42:17 +01:00
2019-01-30 19:32:34 +01:00
2019-03-21 11:42:17 +01:00
2019-06-21 18:28:00 +02:00
2019-06-14 21:19:41 +03:00
2018-09-02 19:10:14 -03:00
2018-09-11 13:18:52 -03:00
2018-08-18 16:40:05 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2018-10-03 22:03:29 +02:00
2019-07-19 21:42:38 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-04-19 14:06:29 +02:00
2019-03-21 11:42:17 +01:00
2019-07-21 18:36:31 +02:00
2019-08-11 19:13:21 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2018-12-18 19:45:59 +01:00
2018-12-18 19:45:59 +01:00
2018-09-15 18:06:58 -03:00
2019-06-14 21:36:39 +02:00
2019-03-21 11:42:17 +01:00
2019-06-29 19:22:19 +02:00
2019-07-26 11:57:06 +01:00
2019-03-21 11:42:17 +01:00
2019-07-12 14:59:58 +02:00
2019-02-17 10:29:42 +01:00
2019-06-14 13:18:32 +08:00
2018-09-19 18:07:32 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-17 23:18:50 +02:00
2019-06-14 21:36:39 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-07-14 22:17:43 +02:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00
2019-03-21 11:42:17 +01:00