To begin, I assume that you have already read
http://live555.com/liveMedia/faq.html#jpeg-streaming
which explains why streaming MJPEG over RTP is usually a bad idea.
> http://imgur.com/a/ApaBy
>
> In this particular case I was trying to stream a JPEG with approximately 40kB
> of payload
Hi all,
I'm developing a MJPEG over RSTP (RFC 2435) streaming server using the
live555 library.
For now, I'm trying to stream a simple JPEG image which is stored in the
memory (array
char* SPACE_JPG with a length of SPACE_JPG_len).
According to the guidelines, I've created a subclass of JPE