VIDEO_TV
Description
Get or Set Analog TV setting (NTSC or PAL) for Video Out.
The range of input argument of this URL is vary from WPL decoders and EPL decoders.
In WPL decoder, the "NTSC" and "PAL" strings are used as the input argument of this URL.
In EPL decoder, the "0" and "1" are used as the input argument of this URL. The "0" means the PAL and "1" means the NTSC.
Input Argument
NTSC or PAL in WPL decoder
or
0 or 1 in EPL decoder
Attribute
Return of Message
In WPL Decoder Devices
- None
In EPL Decoder Devices
- Read Operation
VIDEO_TV='1'
- Write Operation
OK: VIDEO_TV='1'
or
ERROR: VIDEO_TV='1'
Applicability
Status
Valid
See Also
HOST(only available in WPL Decoder Devices)
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&VIDEO_TV
In WPL Decoder Deviceshttp://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&VIDEO_TV=NTSC
In EPL Decoder Devices
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&VIDEO_TV=1
Back to