[FFmpeg-devel] [PATCH] Add support for private PES streams in mpegts and support for application decoding the stream

Steve DeLaney onramp123
Mon Jun 8 18:47:05 CEST 2009


>Autor: Sebastian Cabot
>Data: 2009-06-02 03:36 -700
>Dla: FFmpeg development discussions and patches
>Temat: Re: [FFmpeg-devel] [PATCH] Add support for private PES streams in
mpegts and support for application decoding the stream

I think this is a good idea so it can work with DVB simulcrypt 
EMM/ECM, right?

On Tue, Jun 2, 2009 at 10:27 AM, Baptiste Coudurier 
<baptiste.coudurier@???> wrote: 
> Sebastian Cabot wrote: 
>> On Sun, May 31, 2009 at 11:24 AM, Baptiste Coudurier 
>> <baptiste.coudurier@???> wrote: 
>>> Sebastian Cabot wrote: 
>>>> I saw that. Thanks. 
>>>> Still you don't fill the data so what av_read_frame will return? 
>>>> You mean av_read_frame return empty packet ? That's not really wanted. 
>>>> I'll check that. 
>>>> 
>>> 
>>> The patch I sent  does exactly that - look inside push_data, it will 
>>> handle correctly private streams and fill the pes packet 
>> 
>> Ok, how is it now ? It should export data in private streams. 
>> 
>
>First check looks good. I will report problems if I find them. 
>
>Thanks

We also have an application for private streams (video associated text
metadata) 
to multiplex into mpeg2ts.
we tried using the ffmpeg dvb subtitle options 
-i myfile.txt -sbsf text2movsub -scodec copy
but it is too restrictive and there
doesn't seem to be a way to just use a general bytestream source 
for input (as noted in thread by Giuliano Uboldi Jan 14 2009)

So we are thinking to use this patch to multiplex the private metadata.  But
I'm not sure if this includes the encode patch, or only the decode
patch to receive private streams?

Can you tell us how the encode was done?  is it with a new command line
option or API?

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@???
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-devel










More information about the ffmpeg-devel mailing list