[FFmpeg-devel] [PATCH] DVB EPG decoder

Marton Balint cus at passwd.hu
Thu Sep 19 22:35:00 EEST 2019



On Thu, 12 Sep 2019, Anthony Delannoy wrote:

>>> But I'd like to see data decoder in the future to use more easily
>>> EPG/NIT/BAT etc tables.
>>> Will it be possible? With modifications if it needs to be?
>>
>> I don't see how, as it does not fit into the concept of the libav*
>> libraries. I feel this belongs to a separate library.
>
> A new libavdata library for data handling ?
>
>> In case of a scrambled EIT (which I have never seen myself in the wild) you'd
>> print this at every packet. You should either remove the warning, or check if
>> this is the first time (e.g. by checking if the EPG stream was just created).
>
>> You should remove this, there are tons of captures where EIT PID is
>> intentionally filtered, we should not spam the user.
>
> I made both of this log print on AV_LOG_TRACE level, I rather keep
> them here if i need them.

Thanks, applied patches 1-3 with some slight changes. Sorry, but I removed 
the TRACE log for the no EIT packets received case, I just don't see it 
useful.

Regards,
Marton


More information about the ffmpeg-devel mailing list