Re: [Live-devel] TS stream not resumed correctly after paused

2008-07-24 Thread choujs
> >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

[Live-devel] TS stream not resumed correctly after paused

2008-07-24 Thread choujs
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

Re: [Live-devel] bug report

2008-07-14 Thread choujs
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

[Live-devel] bug report

2008-07-14 Thread choujs
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

[Live-devel] TS indexer not support video codecs except mpeg1 and mpeg2

2008-07-12 Thread choujs
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 =