Re: [Live-devel] SRTP - uninitialized variable causes multicast to fail

2025-01-17 Thread Ross Finlayson
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

Re: [Live-devel] SRTP

2024-10-31 Thread Ross Finlayson
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

Re: [Live-devel] SRTP

2024-10-31 Thread RENOU Jean-Baptiste via live-devel
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

Re: [Live-devel] SRTP

2024-10-30 Thread Ross Finlayson
> 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

Re: [Live-devel] SRTP

2024-10-29 Thread Ross Finlayson
> 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

Re: [Live-devel] SRTP

2024-10-29 Thread SAGET Jean-Claude via live-devel
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

Re: [Live-devel] SRTP

2024-10-25 Thread Ross Finlayson
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

Re: [Live-devel] SRTP statistics

2024-09-29 Thread Ross Finlayson
> 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

Re: [Live-devel] SRTP statistics

2024-09-29 Thread BENMOUSSA Yahia - Contractor via live-devel
} -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

Re: [Live-devel] SRTP statistics

2024-09-27 Thread Ross Finlayson
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

Re: [Live-devel] SRTP server support

2020-04-13 Thread Ross Finlayson
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/ ___

Re: [Live-devel] SRTP enabling

2020-03-02 Thread Wu, Larry
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

Re: [Live-devel] SRTP enabling

2020-03-02 Thread Ross Finlayson
> 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.

Re: [Live-devel] SRTP enabling

2020-03-02 Thread Wu, Larry
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

Re: [Live-devel] SRTP enabling

2020-03-02 Thread Ross Finlayson
> 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

Re: [Live-devel] srtp support for the live555 library

2016-05-29 Thread Ross Finlayson
> 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

Re: [Live-devel] SRTP support

2013-05-07 Thread Marathe, Yogesh
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

Re: [Live-devel] SRTP support

2013-05-07 Thread Ross Finlayson
> 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

Re: [Live-devel] SRTP

2013-03-22 Thread Ross Finlayson
> 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

Re: [Live-devel] SRTP support

2011-09-05 Thread Ross Finlayson
> 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