2

I'm new in Wowza. I need to know whether there is any method to identify cameras has stopped streaming in Wowza?

Jerin Raj
  • 383
  • 2
  • 15

1 Answers1

0
  1. REST API :

GET /v2/servers/{serverName}/vhosts/{vhostName}/applications/{appName}/instances/{instanceName}

=================================

Try to check Response(bellow):

IncomingStreamConfig {

ptzPollingInterval (integer),

isRecordingSet (boolean),

sourceIp (string),

applicationInstance (string),

isPTZEnabled (boolean), name (string),

isConnected (boolean),

serverName (string),

isPublishedToVOD (boolean),

saveFieldList (array[string], optional),

version (string),

isStreamManagerStream (boolean)

}

  1. Server Side Module :

You can add module to your Wowza Application.

If you are using Eclipse, install Wowza IDE 4.

botem
  • 348
  • 1
  • 11