Re: [Live-devel] MPEG2TransportStreamIndexer with H264

2010-06-11 Thread Marco Amadori
In data venerdì 11 giugno 2010 10:27:35, Ross Finlayson ha scritto: > Unfortunately I don't know how H.264 video is supposed to be carried > within MPEG Transport Streams. (Could someone please point me at the > official document that is supposed to define this?) http://en.wikipedia.org/wiki/H.2

Re: [Live-devel] MPEG2TransportStreamIndexer with H264

2010-06-11 Thread Ross Finlayson
MPEG2IndexFromTransportStream.cpp, line 220 if (payload_unit_start_indicator) { // Note: The following works only for MPEG-2 data # u_int8_t PES_header_data_length = fInputBuffer[totalHeaderSize+8]; //fprintf(stderr, "PES_header_data_length: %d\n", PES_header_data_length);//###