> >I try to use media server to stream my TS file, and found that
>>the stream can not be resumed correctly after paused. That is,
>>when resume, the speed of packet transmit become very slow. I
>>have traced into the code, and found the problem may be in the
>>function MPEG2TransportStreamFramer
Hi,
I try to use media server to stream my TS file, and found that
the stream can not be resumed correctly after paused. That is,
when resume, the speed of packet transmit become very slow. I
have traced into the code, and found the problem may be in the
function MPEG2TransportStreamFramer::doSto
You are right. Thank you.
> >Hi,
>>
>>I think there is an error in function
>>MPEG2TransportStreamIndexFile::readIndexRecord().
>>The line:
>>
>>++fCurrentIndexRecordNum;
>>
>>should be:
>>
>>fCurrentIndexRecordNum = indexRecordNum;
>>
>>is it?
>
> No, the current code is correct. "readIndexRe
Hi,
I think there is an error in function
MPEG2TransportStreamIndexFile::readIndexRecord().
The line:
++fCurrentIndexRecordNum;
should be:
fCurrentIndexRecordNum = indexRecordNum;
is it?
___
live-devel mailing list
live-devel@lists.live555.com
http
Hi,
The tool program MPEG2TransportStreamIndexer can not create index file for TS
file that include video ES of codec such as MEPG4 and H.264. I think the reason
is in file MPEG2IndexFromTransportStream.cpp, line 309(function
MPEG2IFrameIndexFromTransportStream
::analyzePMT):
if (stream_type =