Re: [Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-06 Thread Ross Finlayson
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

Re: [Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-06 Thread Victor Domingo
t? Many thanks in advance Victor -Mensaje original- De: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] En nombre de Ross Finlayson Enviado el: martes, 06 de octubre de 2009 4:04 Para: LIVE555 Streaming Media - development & use Asunto: Re: [Live-devel] Li

Re: [Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-05 Thread Ross Finlayson
Is it possible to generate only an index file (.tsx) for the H264/TS file using our own indexer application? No, not without significant changes to the index-file-creation code, because it currently assumes that the video data within Transport Stream files is MPEG-1 or 2 video. (It needs par

[Live-devel] Live Media Server streaming for H264 over TS supporting trick mode

2009-10-05 Thread Victor Domingo
Hi all, I'm trying to develop a VoD streaming server for H264 over Transport stream file and I want to use Live555 media server RTSP with trick mode to allow seeking, fast forward and reverse forward. I've been testing live555