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?
No, the current code is correct. "readIndexRecord(indexRecordNum)"
starts by seeking to "indexRecord
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
Don't forget to also set "fPresentationTime".
Ok I am setting it properly now, using gettimeofday(), however why
is it needed in the case of a jpeg frame?
Because you're not streaming just one frame; you're streaming a
sequence of frames, and the receiver needs to know when to display
each on
Don't forget to also set "fPresentationTime".
Ok I am setting it properly now, using gettimeofday(), however why is it
needed in the case of a jpeg frame? Also, since my code runs on a
windows platform, I had to download a custom implementation of this
function.
I can't help you with codec
I am trying to stream real-time video data over RTP using live555
library with MJPEG format. To to so, I created a derived class of
JPEGVideoSource. Within the derived class, I have implemented the
following methods:
a) The doGetNextFrame() method which dequeue an RGB video frame,
converts it
Hello,
I am trying to stream real-time video data over RTP using live555
library with MJPEG format. To to so, I created a derived class of
JPEGVideoSource. Within the derived class, I have implemented the
following methods:
a) The doGetNextFrame() method which dequeue an RGB video frame,
co
Basically, what differs from the openRTSP program is that I would
need to read from a data capture file instead of from a network and
to be a listener of an existing RTSP session instead of the client
for this RTSP session.
Because you have an existing RTSP client application (and data
alread
Hello,
My company is developing software for analyzing network traffic,
especially from mobile phone operators.
We provide them a way to know the quality of service they are providing
to their customers.
One of the products is analyzing video streaming sessions and we would
like to export from