--- Begin Message ---
Hi All,
I am working on an IPCamera project and use live555 library for RTSP
streaming of media. We have recently introduced option for user to select
resolution of their choice. There seems to be an issue with RTSP streaming
with custom resolution in MJPEG codec. Whenever the
--- Begin Message ---
Hi Ross,
Since the JPEG RTP payload header has only 8 bits for storing width and
height, therefore it will not be able to store resolution greater than 2048
or 3MP. Is there a way we can stream JPEG having resolution greater than
3MP.
On Wed, May 22, 2019 at 12:34 AM wrote:
--- Begin Message ---
Hi,
We have a tcpStreamRecord type variable in the RTPInterface class. What is
it actually used for? In the sendPacket method, we have used this to send
the RTP packet over each of the TCP streams that it points to but what
could be the case for these multiple streams requirin
--- Begin Message ---
Hi,
Thanks for the quick response
I have not modified live555 code. I am going through the sending logic over
tcp in live555 library. I found the below code in RTPInterface.cpp file.
Boolean RTPInterface:sendPacket(unsigned char* packet, unsigned packetsize)
{
Boolea