Re: [Live-devel] Trick play with scrambled content

2008-05-15 Thread Ross Finlayson
The file is parsable for I frames and actually the indexing works. The index file (.tsx) is approximately the same size as the clear .tsx file and the stream captured during trick play testing seems to be about the right size but looks like it does not have the transport stream scramble codes s

Re: [Live-devel] Live stream from network camera to streaming server object

2008-05-15 Thread Ross Finlayson
I want to develop small application that performs a kind of "advanced relay". I have network camera with hardware MPEG4ES encoder. Running openRTSP to it works perfect. The final idea is to perform a kind of stream relay from the remote network camera device to a local network. After such "r

Re: [Live-devel] Trick play with scrambled content

2008-05-15 Thread Paul Osborne
The file is parsable for I frames and actually the indexing works. The index file (.tsx) is approximately the same size as the clear .tsx file and the stream captured during trick play testing seems to be about the right size but looks like it does not have the transport stream scramble codes se

[Live-devel] Live stream from network camera to streaming server object

2008-05-15 Thread Vadim
Hi, I want to develop small application that performs a kind of "advanced relay". I have network camera with hardware MPEG4ES encoder. Running openRTSP to it works perfect. The final idea is to perform a kind of stream relay from the remote network camera device to a local network. After s

Re: [Live-devel] Trick play with scrambled content

2008-05-15 Thread Ross Finlayson
'Trick play' on Transport Streams works by extracting video I-frames from the data, and streaming those only. To do this, the indexing mechanism has to first parse the MPEG video data within the Transport Stream, to figure out where the data for each I-frame begins and ends. Therefore, if the