[Live-devel] rtsp server scale.

2010-11-21 Thread 44072429
hi,my friends. you didn't reply my old question about h264fuaframer deleted caused the afterGetting task call crash. and i have a new question. if rtsp client request scale = 0.5. my rtsp server must slow down the send speed by using fDurationInMicroseconds /= m_scale; what ot

Re: [Live-devel] h.264 indexer

2010-11-21 Thread COEXSI
I don’t think it’s the only thing to change. Also, for indexing H264, the equivalent of the I-Frames must be located in the stream, and that is really harder than with MPEG2 video. By the way the indexer code isn’t really easy to understand. That why I did a small and external TS indexer based o

[Live-devel] h.264 indexer

2010-11-21 Thread Mojtaba Nouri
Hi Ross I am trying to improve the indexer to index a h.264/ts file. Could you tell me which parts of the indexer are write regardless of the codec? In particular I see the following comment in the code // Note: The following works only for MPEG-2 data # Is this the only part that depends on MP