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