On Wed, May 21, 2008 at 10:52 AM, Vladimir Eremeev <[EMAIL PROTECTED]> wrote:
> Hi all. > I am developing an application, capturing the MPEG-2 Transport Stream from > a > DVB-S device and saving its parts to files according to the user defined > schedule. > > Some programs in that stream are encrypted. I suspect they sometimes > confuse > libav* function which causes memory leaks in my app. > Also, these programs could confuse the user. > > I am looking for a way to make ffmpeg simply drop packets belonging to that > encrypted programs (preferrably on the transport stream level) without > attempts > to process them. Or, at least indicate these packets. > > hello, maybe you can look at the ts stream and look for emm messages (used for encryption) and if they are present you drop the corresponding pid. It's just an idea. Regards, yohann _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
