Re: [Live-devel] MPEG2 indexer with DVD

2010-03-05 Thread Ross Finlayson
I have a VOB files from a DVD and I extract the video stream in a TS directly with TsMuxer (audio is not mpega, so I strip it away). I pass the resulting TS in the MPEG2 indexer, but the tsx files remains at zero KB. Please put this TS file on a publically-accessible web (or FTP) server, and p

[Live-devel] MPEG2 indexer with DVD

2010-03-05 Thread nilremm
Hi, I have a VOB files from a DVD and I extract the video stream in a TS directly with TsMuxer (audio is not mpega, so I strip it away). I pass the resulting TS in the MPEG2 indexer, but the tsx files remains at zero KB. If I transcode the file with VLC (VOB to TS) and then pass the transcoded

Re: [Live-devel] MPEG2 Indexer

2009-01-07 Thread Morgan Tørvolt
Not very surprising. The indexer finds I frames in an MPEG2 stream, and that will not work with MPEG4. You need to make the indexer find I frames in an MPEG4 stream to make it work. Also, the trick play code in the server might fail as it grabs I frames from an MPEG2 stream and encapsulates them in

[Live-devel] MPEG2 Indexer

2009-01-05 Thread Ken Hilliard
Hi, I have mpeg4 (h.264) video streams encapsulated via mpeg2 transport streams. I'm using the live555 media server as an rtsp vod server. I was hoping to use the 'MPEG2TransportStreamIndexer' tool. But when I run it I get a .tsx file with zero length so it looks like it only operates on mpegts