[Live-devel] SRTP enabling

Ross Finlayson finlayson at live555.com
Mon Mar 2 13:36:17 PST 2020



> 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/





More information about the live-devel mailing list