Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Getting live sound  Playing sound from archive Next page


General request format:

GET http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&command=audio.stop&audio_in={audio_in}&login={login}&password={password}

Request parameters:

Parameter

Is required

Description

versionYes

See Product version

sessionidNoSession ID
commandYes

Command to stop streaming live sound: audio.stop

audio_inYesMicrophone ID in the format "TYPE:ID", for example "MIC:1"
login NoAxxon PSIM username, if set
passwordNoAxxon PSIM user password, if set

Request example:

GET http://127.0.0.1:8085/web2/secure/video/action.do?version=1.0.1.224&sessionid=29101F1&command=audio.stop&audio_in=MIC:5&login=USER&password=PASS

Response example:

The end xml packet will be received:

--audioframe 
Content-Type: text/xml
Content-Length: 106   
<audio_in>
  <sessionid>FC126734</sessionid>
  <audio_in>MIC:5</audio_in>
  <newstate>closed</newstate>
  <errcode>100</errcode>
 </audio_in>
  • No labels