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
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
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
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