Christan,
Many thanks for the detailed bug report. I have just installed a new version
of the code that should fix this (using your proposed solution (b)).
> Note: The IDE (CLion) also warns about further, uninitialized members in
> SRTPCryptographicContext – though I haven’t followed up on
--- Begin Message ---
Hi all,
When upgrading to v2024.11.28, multicast streams with SRTP sometimes fail due
to an uninitialized variable; Clients are not able to decode SRTP and discard
all packets.
Short: SRTPCryptographicContext constructor does not initialize fSendingROC.
Long:
PassiveServe
Jean-Baptiste (and Jean-Claude),
This must be frustrating. My apologies.
Please try a new version (2024.10.31) of the code that seems to fix the two
issues that you noted.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel m
ay be a problem as there's no guarantee that the port value is available
on client side.
Jean-Baptiste Renou
{OPEN}
-Message d'origine-
De : live-devel De la part de Ross Finlayson
Envoyé : mercredi 30 octobre 2024 17:47
À : LIVE555 Streaming Media - development & use
> On Oct 30, 2024, at 10:55 PM, SAGET Jean-Claude via live-devel
> wrote:
>
> The ROC is now well updated but in method RTPSink::setupForSRTP(Boolean
> useEncryption, u_uint32_t roc) the SRTPCryptographicContext is deleted and
> still referenced in RTCPInstance and used in
> RTCPInstance::pr
--- Begin Message ---
Hello Ross,
The ROC is now well updated but in method RTPSink::setupForSRTP(Boolean
useEncryption, u_uint32_t roc) the SRTPCryptographicContext is deleted and
still referenced in RTCPInstance and used in
RTCPInstance::processIncomingReport and RTCPInstance::sendBuiltPack
> On Oct 30, 2024, at 12:34 AM, SAGET Jean-Claude via live-devel
> wrote:
>
> Now, with version 2024.10.24, we're back to the situation before the version
> 2024.09.20, the incremented ROC is not sent to RTSP client joining a stream
> because when the ROC is incremented the method setROC is
--- Begin Message ---
Hello Ross,
Now, with version 2024.10.24, we're back to the situation before the version
2024.09.20, the incremented ROC is not sent to RTSP client joining a stream
because when the ROC is incremented the method setROC is not called on the
MICKEYState.
Regards
Jean-C
--- Begin Message ---
Hello Ross,
Now with version 2024.10.24 we're back to the situation before the version
2024.09.20, the incremented ROC is not sent to RTSP client joining a stream
because when the ROC is incremented the method setROC is not called on the
MICKEYState.
Regards
Jean-Cla
ssage d'origine-
De : live-devel De la part de Ross Finlayson
Envoyé : jeudi 24 octobre 2024 20:02
À : LIVE555 Streaming Media - development & use
Objet : Re: [Live-devel] SRTP
Jean-Claude,
Thanks for the report. I have just installed a new version (2024.10.24) of the
code that s
Jean-Claude,
Thanks for the report. I have just installed a new version (2024.10.24) of the
code that should fix this problem. (Now, if the ROC changes, we generate a new
SDP description for the new client, but not a new stream source or RTP sink.)
Ross Finlayson
Live Networks, Inc.
http://w
--- Begin Message ---
Hello Ross,
I'm working at Thales with Yahia. I am writing to inform you that we have
encountered two problems regarding SRTP.
First, in method OnDemandServerMediaSubsession::sdpLines(int addressFamily) if
the following test if (rtpSink != NULL && rtpSink->srtpROC() != fSR
> On Sep 29, 2024, at 1:02 AM, BENMOUSSA Yahia - Contractor via live-devel
> wrote:
>
> However, what could you suggest to inform user-level code about SRTP
> authentication errors?
>
> In fact, we need in our application to log “AUTHENTICATION FAILURE” events
Unfortunately right now I do
}
-Message d'origine-
De : live-devel De la part de Ross Finlayson
Envoyé : vendredi 27 septembre 2024 17:02
À : LIVE555 Streaming Media - development & use
Objet : Re: [Live-devel] SRTP statistics
No, I don’t want to make this change, because it would be a fairly large change
to
No, I don’t want to make this change, because it would be a fairly large change
to the code, with limited benefit.
In particular, “RTPReceptionStats” was intended primarily to be used as a
database of statistics to be used when generating RTCP Reception Report (“RR”)
packets that get transmitte
--- Begin Message ---
Classified as: {OPEN}
Hello Ross,
live555 does not provide any means to detect SRTP errors.
>From the user point of view, SRTP errors, mostly SRTP authentication issues,
>are considered as packet losses.
Here is a patch which adds to RTPReceptionStats some statistics abou
RTSP client support for SRTP was done only because someone paid for it to be
done.
(RTSP server support for SRTP (including server-side support for TLS
connections) would be an even more substantial task.)
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
Just curious, SRTP is already supported on RTSP client.
Is there any plan to support SRTP on RTSP server (SW solution)?
If not, what's the limitation?
Thanks.
Larry
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailma
st,
Larry
-Original Message-
From: live-devel On Behalf Of Ross Finlayson
Sent: Monday, March 02, 2020 2:36 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] SRTP enabling
> On Mar 3, 2020, at 10:06 AM, Wu, Larry wrote:
>
> Hi, Ross,
>
> Thanks f
> On Mar 3, 2020, at 10:06 AM, Wu, Larry wrote:
>
> Hi, Ross,
>
> Thanks for the reply.
> I already set the camera to send the SRTP stream.
> My question is what's the command to receive the SRTP stream?
The URL to use depends on the particular server (camera) that you are streaming
from.
Ross Finlayson
Sent: Monday, March 02, 2020 1:11 PM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] SRTP enabling
> On Mar 3, 2020, at 9:03 AM, Wu, Larry wrote:
>
> Hi, all,
>
>
> I am planning to enable the SRTP streaming.
> It seems like SRTP
> On Mar 3, 2020, at 9:03 AM, Wu, Larry wrote:
>
> Hi, all,
>
>
> I am planning to enable the SRTP streaming.
> It seems like SRTP is recently supported by RSTP client.
> Is there any instruction how to enable SRTP streaming from the client using
> AXIS and Bosch camera?
> Or is it autom
Hi, all,
I am planning to enable the SRTP streaming.
It seems like SRTP is recently supported by RSTP client.
Is there any instruction how to enable SRTP streaming from the client using
AXIS and Bosch camera?
Or is it automatically identified?
Thanks.
Best,
Larry
_
> I’m considering using live555 for RTSP server support. However I require srtp
> support. FAQ indicates that’s in the TODO list . Do you have an Idea on
> timeline for srtp support?
The problem with SRTP in RTSP is that it has been defined only for RTSP 2.0 -
which almost nobody (including
Hi ,
I'm considering using live555 for RTSP server support. However I require srtp
support. FAQ indicates that's in the TODO list . Do you have an Idea on
timeline for srtp support?
Thank you,
Vince
Unsubscribe from our commercial electronic messages.
https://supportcentral.ge.com/esurvey/
Ok. Thanks for the information.
From: live-devel-boun...@ns.live555.com
[mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson
Sent: Wednesday, May 08, 2013 9:58 AM
To: LIVE555 Streaming Media - development & use
Subject: Re: [Live-devel] SRTP support
Does live555 support
> Does live555 support SRTP?
No, not yet, although it probably will someday. (It will likely be a "LIVE555
Funded Project")
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lis
Does live555 support SRTP?
Regards,
Yogesh.
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
> I was wondering what was the status of SRTP support?
It will happen. When it does, you (and others on this mailing list) will be
the first to know :-)
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-deve
I was wondering what was the status of SRTP support?
And what, if anything, I could do to help?
Kevin Anthony
Software Engineer
Activu Corporation
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-dev
> Does live555 support SRTP
No.
> or is it planned in the near future?
The future, yes - but not the 'near future'.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live5
Hi,
Does live555 support SRTP or is it planned in the near future?
Regards,
Sampreeth
___
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
Any suggestions for a clean place to add SRTP? I'm pretty new to the liveMedia
stack and my initial assessment/idea is to add SRTP in RTPInterface::sendPacket
and RTPInterface::handleRead. Of course a "Crypto Context" and some key
Management objects would have to be added but adding them here wi
Any suggestions for a clean place to add SRTP? I'm pretty new to the liveMedia
stack and my initial assessment/idea is to add SRTP in RTPInterface::sendPacket
and RTPInterface::handleRead. Of course a "Crypto Context" and some key
Management objects would have to be added but adding them here wi
34 matches
Mail list logo