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
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
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) ?
-