Re: [Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-09 Thread Ross Finlayson
> Unfortunately i can't share my Transport Stream due to same confidential > reason. Perhaps it's the same "confidential reason" why you use an unprofessional email address :-) It's hard to debug a problem if you won't provide an example of a file that illustrates the problem. Especially sinc

Re: [Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-09 Thread john dicostanzo
HI, Thanks for your reply. Unfortunately i can't share my Transport Stream due to same confidential reason. Basically its a encrypted stream and when some one gives input this stream to Indexer, it gives error and goes down in the middle of indexing,so i want to catch this error in my application

Re: [Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-07 Thread Warren Young
On 2/6/2014 19:53, Ross Finlayson wrote: I am using test app MPEG2TransportStreamIndexer. In file MPEG2IndexFromTransportStream.cpp,when it got error "Unexpectedly large PES header size" its close all handles and goes down. Please put your Transport Stream file (the one that produces this error

Re: [Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-06 Thread Ross Finlayson
> I am using test app MPEG2TransportStreamIndexer. > In file MPEG2IndexFromTransportStream.cpp,when it got error "Unexpectedly > large PES header size" its close all handles and goes down. John, Thanks for the note. Please put your Transport Stream file (the one that produces this error) on a

[Live-devel] regarding test app MPEG2TransportStreamIndexer

2014-02-04 Thread john dicostanzo
HI, I am using test app MPEG2TransportStreamIndexer. In file MPEG2IndexFromTransportStream.cpp,when it got error "Unexpectedly large PES header size" its close all handles and goes down. i want to catch this error in test app and perform action on it. so can i catch this error??? Regards, John __