[Live-devel] A possible minor bug in RTSPClient::handleResponseBytes()

2016-08-06 Thread Yaobing Deng
Hi Ross, While trying to use Live555 RTSPClient for a Sat>IP client, I noticed a possible bug inside RTSTClient::handleResponseBytes() function. The problem code is in this line: else if (checkForHeader(lineStart, "com.ses.streamID:", 16, headerParamsStr)) { Here the number of bytes 16 s

Re: [Live-devel] RTSP client and SiliconDust HDHomeRun Prime

2013-06-27 Thread Yaobing Deng
On 6/27/2013 2:37 AM, live-devel-requ...@ns.live555.com wrote: -- Message: 1 Date: Wed, 26 Jun 2013 10:16:54 -0700 From: Ross Finlayson To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] RTSP cli

[Live-devel] RTSP client and SiliconDust HDHomeRun Prime

2013-06-26 Thread Yaobing Deng
> On Jun 26, 2013, at 8:24 AM, Yaobing Deng <http://lists.live555.com/mailman/listinfo/live-devel>> wrote: >>/Meanwhile, in order to make their device work in our application (JRiver Media Center), we are temporarily ignoring the payload type >> discrepancy, in

Re: [Live-devel] live-devel Digest, Vol 116, Issue 18

2013-06-26 Thread Yaobing Deng
DHomeRun Prime advertises the value 96, but sends the value 33 if ((unsigned char)((rtpHdr&0x007F)>>16) != rtpPayloadFormat() && ((unsigned char)((rtpHdr&0x007F)>>16) != 33 || rtpPayloadFormat() != 96)) {

[Live-devel] RTSP client and SiliconDust HDHomeRun Prime

2013-06-25 Thread Yaobing Deng
Hi, I am using the RTSP client of Live555 in my application. The purpose is to support CableCARD tuners. I got it working for some devices (such as Ceton InfiniTV) but encountered a problem with SiliconDust's HDHomeRun PRIME. What I found out (and also confirmed by SiliconDust support) is t