Go to documentation repository
Page History
General request format:
POST http://IP-address:port/web2/secure/video/action.do?version={version}&sessionid={sessionid}&command=audio.receive&audio_out={audio_out}&login={login}&password={password}
Request parameters:
Parameter | Is required | Description |
---|---|---|
version | Yes | See Product version |
sessionid | No | Session ID |
command | Yes | Command to sending live sound: audio.receive |
audio_out | Yes | Speaker ID in the format "TYPE:ID", for example "SPEAKER:1" |
login | No | Intellect username, if set |
password | No | Intellect user password, if set |
Example request:
Sending of sound is performed by serial communication of packets using commands:
POST
http://example.com:[port]/web2/secure/video/action.do?version=4.9.0.0&sessionid=FC126734&command=audio.receive&audio_out=SPEAKER:3&login=XXXUSER&password=YYYPASS
Sending of sound is performed by serial communication of packets using commands:
Code Block | ||
---|---|---|
| ||
Content-type: audio/L16;rate=8000;channels=1 |
...
Connection: keep-alive |
Then audio packet transmission will perform.
Response parameters:
Parameter | Description |
---|---|
L16 | Format of sound – only L16 |
...
rate |
...
Any rational value |
...
channels |
...
Channel from 1 to 6 |
...
Overview
Content Tools