[Live-devel] rtp streaming support for JFIF images

2009-06-15 Thread Alex Solbi
Hi. Does the library support rtp streaming for jpeg JFIF images? When I stream normal jpeg images it's all ok (tried with different header lengths, different qfactor and different types) , but if I stream JFIF ones my player can't decode the received images. thanks, Alex

[Live-devel] multiple selects

2009-06-08 Thread Alex Solbi
Hi. My program has a main loop in which other libraries call their own select(). In order to make this call non-blocking, for each of these selects I use a timeout of 0 seconds, and I make a very short pause (about 3 milliseconds) beetween each loop cycle so to avoid a CPU heavy load. In additi

[Live-devel] Two quick questions ( 1) OutputPacketBuffer and fDurationInMicroseconds 2) skipping frames in doGetNextFrame() )

2009-05-25 Thread Alex Solbi
Hi 1) Suppose that I set OutputPacketBuffer::maxSize to a large value. Now, I wonder: is fDurationInMicroseconds, inside doGetNextFrame() of a MySource, ignored until the buffer is filled (so it has no effect if I set it to a value different than 0) ? -