![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 19](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670019.webp)
API Commands
13
Vision
2
API Guide
v2Master_STB_Amino_SetLiveChannel_Multi
Forces the selected STBs to display the selected live channel.
Sample URL:
http://server/v2services/v2_API/v2_APIAdminService.asmx/v2Master_STB_Amino_SetLiveChannel_Multi
?sSTBIPAddresses=43.192.168.110
&sChannelIndex =2
v2Master_STB_Amino_PlayVideo
Forces the STB to play a Video On Demand Title
Sample URL:
http://server/v2services/v2_API/v2_APIAdminService.asmx/
v2Master_STB_Amino_PlayVideo?sSTBIPAddress=43.192.168.110&s
ArchiveID=201101020304&sVideoID=150002
v2Master_STB_Amino_SetARC
Allows the defined STB to access content which has been restricted using the management interface.
Sample URL:
http://server/v2services/v2_API/v2_APIAdminService.asmx/
v2Master_STB_Amino_SetARC?sSTBIPAddress=43.192.168.110&s
ARCValue =true
Parameters
sSTBIPAddresses The IP Addresses of the STBs to obtain the status from
sChannelIndex
The index of the channel to play
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 9
v2Master_STB_Amino_SetLiveChannel_Multi Sample XML
Parameters
sSTBIPAddress
The IP address of the STB to obtain the status from
sArchiveID
The ID of the Archive Service on which the video resides
sVideoID
The ID of the video to play
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 10
v2Master_STB_Amino_PlayVideo Sample XML
Parameters
sSTBIPAddress
The IP address of the STB to obtain the status from
sARCValue
'true' to allow access and 'false' to prevent access
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 11
v2Master_STB_Amino_SetARC Sample XML