Re: [Live-devel] Configure live mpeg-ts udp input

2014-09-11 Thread Ross Finlayson
> Another approach I was thinking, if I split the incoming stream into 5-10 > seconds chunks with time-stamp as filename, run a watcher script to generate > index files, can the code amended to continue to the next chunk? No. The Transport Stream 'trick play' code (for RTSP servers) uses a sing

Re: [Live-devel] Configure live mpeg-ts udp input

2014-09-09 Thread Ross Finlayson
The "MPEG2IFrameIndexFromTransportStream" class (which is used to implement the "MPEG2TransportStreamIndexer" application) can read from any source that delivers discrete 188-byte MPEG Transport Stream packets (one at a time). So it can read from a MPEG Transport Stream UDP source, provided tha