Re: [Live-devel] Convert A camera stream without saving it in a file, how to directly take an rtsp stream convert it and send it to a client without big delay of conversion

2016-02-19 Thread Ross Finlayson
> I installed Live555 as discribed in your response but i need a commade ligne > wich allow me to convert live streaming from multiple cameras : i have > RTSP_Stream and a client who need mpegts stream format. > > The need that we have somthing like this for example : OpenRTSP >Convert_

Re: [Live-devel] live-devel Digest, Vol 147, Issue 12 "Convert A camera stream without saving it in a file, how to directly take an rtsp stream convert it and send it to a client without big delay of

2016-02-19 Thread Ismail Ouchatti
Hello, Thank you for your response. I installed Live555 as discribed in your response but i need a commade ligne wich allow me to convert live streaming from multiple cameras : i have RTSP_Stream and a client who need mpegts stream format. The need that we have somthing like this for exampl

Re: [Live-devel] trick play works well? I don't think so.

2016-02-19 Thread Ross Finlayson
>> Boolean >> MPEG2TransportStreamIndexFile::seekToIndexRecord(unsigned long >> indexRecordNumber) { >>if (!openFid()) return False; >> >>if (indexRecordNumber == fCurrentIndexRecordNum) return True; // we're >> already there >> >>if (SeekFile64(fF

Re: [Live-devel] trick play works well? I don't think so.

2016-02-19 Thread Deanna Earley
>Boolean > MPEG2TransportStreamIndexFile::seekToIndexRecord(unsigned long > indexRecordNumber) { > if (!openFid()) return False; > > if (indexRecordNumber == fCurrentIndexRecordNum) return True; // we're > already there > > if (SeekFile64(fFid, (

[Live-devel] trick play works well? I don't think so.

2016-02-19 Thread 冯旭辉
Today I analyse the .tsx file’s generation logical. Here is my founding: 1. In MPEG2TransportStreamIndexFile.hh #define INDEX_RECORD_SIZE 11 2. In MPEG2TransportStreamIndexFile.cpp 238 Boolean MPEG2TransportStreamIndexFile::seekToIndexRecord(unsigned long indexRecordNumber) { 2