I understand that I need to generate a .tsx file for the ts file containing
the H264. To do that we need to parse the stream to find I-frames. So, the
current implementations of MPEG2IndexFromTransportStream.cpp,
MPEG2TransportStreamIndexFile.cpp,MPEG2TransportStreamTrickModeFilter.cpp
have to be modified to support H264, isn't it?

Not all of these. I'm hoping that the existing index file format would not need to be changed to support H.264-in-MPEG-Transport-Stream files. If that's the case, then only "MPEG2IndexFromTransportStream" would need to be modified.

Besides that, I've been reading the FAQ and I found an answer about 'trick
mode' for different media types and it says that the implementation of some
virtual functions of ServerMediaSubsession class are needed, is it true?

Yes, but this is done by the existing "MPEG2TransportFileServerMediaSubsession" class. Once again, I'm hoping that that would not need to be modified to support H.264-in-MPEG-Transport-Stream files.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to