Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-06-04 Thread Marton Balint
On Tue, 4 Jun 2019, Andreas Håkon wrote: Hi Marton, Thank you for taking the time to review this patch! ‐‐‐ Original Message ‐‐‐ On Sunday, 2 de June de 2019 1:38, Marton Balint wrote: On Wed, 22 May 2019, Andreas Håkon wrote: > Hi, > Patch to generate aligned Teletext PES

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-06-04 Thread Andreas Håkon
Hi Marton, Thank you for taking the time to review this patch! ‐‐‐ Original Message ‐‐‐ On Sunday, 2 de June de 2019 1:38, Marton Balint wrote: > On Wed, 22 May 2019, Andreas Håkon wrote: > > > Hi, > > Patch to generate aligned Teletext PES packets using the MPEG-TS muxer > > when the

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-06-01 Thread Marton Balint
On Wed, 22 May 2019, Andreas Håkon wrote: Hi, Patch to generate aligned Teletext PES packets using the MPEG-TS muxer when the TS header contains data. The code that generates the PES packets for Teletext data aligns the PES packets with the boundaries of the TS packets. The strategy used

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-29 Thread Michael Niedermayer
On Tue, May 28, 2019 at 05:48:27PM +, Andreas Håkon wrote: > Hi Michael, > > > with which software has the generated mpeg-ts been tested ? > > do you have any testecases ? > > Our test cases are mainly DVB-C broadcasts and mobile streaming. > All clients play well. And internal testing is

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-28 Thread Andreas Håkon
Hi Michael, > with which software has the generated mpeg-ts been tested ? > do you have any testecases ? Our test cases are mainly DVB-C broadcasts and mobile streaming. All clients play well. And internal testing is done using the well-known DVB Inspector. Regards. A.H. ---

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-28 Thread Michael Niedermayer
On Tue, May 28, 2019 at 12:08:55PM +, Andreas Håkon wrote: > Hi A. Rheinhardt, > > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, 28 de May de 2019 13:24, Andreas Rheinhardt > wrote: > > > > Can someone please tell me who is the official maintainer of the MPEG-TS > > > muxer? > > > I'm

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-28 Thread Andreas Rheinhardt
Andreas Håkon: > Hi A. Rheinhardt, > > > ‐‐‐ Original Message ‐‐‐ > On Tuesday, 28 de May de 2019 13:24, Andreas Rheinhardt > wrote: > >>> Can someone please tell me who is the official maintainer of the MPEG-TS >>> muxer? >>> I'm still waiting for comments regarding this patch. >>>

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-28 Thread Andreas Håkon
Hi A. Rheinhardt, ‐‐‐ Original Message ‐‐‐ On Tuesday, 28 de May de 2019 13:24, Andreas Rheinhardt wrote: > > Can someone please tell me who is the official maintainer of the MPEG-TS > > muxer? > > I'm still waiting for comments regarding this patch. > > We've been using it for a

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-28 Thread Andreas Rheinhardt
Andreas Håkon: > Hi, > > ‐‐‐ Original Message ‐‐‐ > On Wednesday, 22 de May de 2019 17:04, Andreas Håkon > wrote: > >> Patch to generate aligned Teletext PES packets using the MPEG-TS muxer >> when the TS header contains data. > > Can someone please tell me who is the official

Re: [FFmpeg-devel] [PATCH] libavformat/mpegtsenc: adaptive alignment for teletext PES packets

2019-05-28 Thread Andreas Håkon
Hi, ‐‐‐ Original Message ‐‐‐ On Wednesday, 22 de May de 2019 17:04, Andreas Håkon wrote: > Patch to generate aligned Teletext PES packets using the MPEG-TS muxer > when the TS header contains data. Can someone please tell me who is the official maintainer of the MPEG-TS muxer? I'm