[Live-devel] SRTP enabling

Wu, Larry larry.wu at intel.com
Mon Mar 2 15:28:57 PST 2020


Thank you so much Ross.
It does work now with this command on Bosch camera.

$./testRTSPClient rtsps://10.2.2.35:9554/srtp=1

Since I cannot find document from Bosch mentioning "srtp=1" is needed, it is very helpful you shed some light here.
Really appreciate.

Thanks.

Best,

Larry

-----Original Message-----
From: live-devel <live-devel-bounces at us.live555.com> On Behalf Of Ross Finlayson
Sent: Monday, March 02, 2020 2:36 PM
To: LIVE555 Streaming Media - development & use <live-devel at us.live555.com>
Subject: Re: [Live-devel] SRTP enabling



> On Mar 3, 2020, at 10:06 AM, Wu, Larry <larry.wu at intel.com> 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.  As always, you should consult the documentation for that camera to figure this out; we don’t provide support for other companies’ products.  But, as I said before:

	"The URLs that specify this differ depending on the camera type.  Axis cameras use "rtsp://" URLs with a port number of 322.  Bosch cameras use a "rtsps://" URL with a port number of 9554, with the URL ending with "/srtp=1" (meaning: the server chooses the SRTP master key) or "/srtp=2" (meaning: the client chooses the SRTP master key).”

Therefore, if you are streaming from an Axis camera, then you would use an URL like
	rtsp://<ip-address>:322/axis-media/media.amp
If you are streaming from a Bosch camera, then you would use an URL like
	rtsps://<ip-address>:9554/srtp=1

Of course, replace <ip-address> with the IP address of your camera.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/



_______________________________________________
live-devel mailing list
live-devel at lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel



More information about the live-devel mailing list