> 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_
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
>> Boolean
>> MPEG2TransportStreamIndexFile::seekToIndexRecord(unsigned long
>> indexRecordNumber) {
>>if (!openFid()) return False;
>>
>>if (indexRecordNumber == fCurrentIndexRecordNum) return True; // we're
>> already there
>>
>>if (SeekFile64(fF
>Boolean
> MPEG2TransportStreamIndexFile::seekToIndexRecord(unsigned long
> indexRecordNumber) {
> if (!openFid()) return False;
>
> if (indexRecordNumber == fCurrentIndexRecordNum) return True; // we're
> already there
>
> if (SeekFile64(fFid, (
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