![AMX DTV VISION2 INTEGRATION - DIAGRAM Operation/Reference Manual Download Page 18](http://html1.mh-extra.com/html/amx/dtv-vision2-integration-diagram/dtv-vision2-integration-diagram_operation-reference-manual_2938670018.webp)
API Commands
12
Vision
2
API Guide
v2Master_STB_Amino_SetLiveChannelByID
Forces the STB to display the selected live channel
Sample URL
http://server/v2services/v2_API/v2_APIAdminService.asmx/v2Master_STB_Amino_SetLiveChannelByID
?sSTBIPAddress=43.192.168.110
&sChannelID= 20110701095642500
&sBookmark=false
v2Master_STB_Amino_SetLiveChannel
Forces the STB to display the selected live channel.
Sample URL:
http://server/v2services/v2_API/v2_APIAdminService.asmx/v2Master_STB_Amino_SetLiveChannel
?sSTBIPAddress=43.192.168.110
&sChannelIndex =2
Parameters
sSTBIPAddress
The IP Address of the STB to obtain the status from. If the IP Address is ‘ALLSTBS’ then
all the STBs on the system will be updated
sChannelID
The ID of the channel to play
sBookmark
If 'true' then the current channel or VOD status is saved for later use by a call to
v2Master_STB_Amino_GoBack
<?xml version="1.0" encoding="utf-8" ?>
<v2>
<result>OK</result>
</v2>
PRGM EX. 7
v2Master_STB_Amino_SetLiveChannelByID Sample XML
The list of suitable live channels can be obtained by calling
http://<servername>/v2Servers/v2_API/V2_APIAdminService.asmx
v2Master_GetLiveChannelList
?sWantWMV=false
&sWantMPEG2=true
&sWantH264=true
Parameters
sSTBIPAddress
The IP Address of the STB 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. 8
v2Master_STB_Amino_SetLiveChannel Sample XML
The list of suitable live channels can be obtained by calling http://<servername>/
v2Servers/v2_API/V2_APIAdminService.asmx/ v2Master_GetLiveChannelList
?sWantWMV=false
&sWantMPEG2=true
&sWantH264=true.