[Live-devel] Use of fTCPStreams

2019-12-31 Thread Saurabh Modi via live-devel
--- 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

[Live-devel] Use of fTCPStreams

2019-12-30 Thread Saurabh Modi via live-devel
--- 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

Re: [Live-devel] live-devel Digest, Vol 186, Issue 10

2019-05-22 Thread Saurabh Modi via live-devel
--- 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:

[Live-devel] Stair or Zig-Zag view with Mjpeg codec

2019-05-21 Thread Saurabh Modi via live-devel
--- 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