STB API
This documentation describes the program interfaces allowing controlling IPTV-device (including playing various types of video content and the event pattern of the IPTV-device) in the web browser with JavaScript.
History
v343
Private API
stbSmb.findServers
,stbSmb.findShares
,stbSmb.findIp
andstbNfs.findShares
get config object instead of plain arguments
Public API
stbSmb.findServers
,stbSmb.findShares
andstbSmb.findIp
get config object instead of plain argumentsgSTB.GetSmbShares
andstbSmb.findShares
supportlogin
andpassword
paramsstbNfs.findShares
get config object instead ofip
argumentstbSmb
andstbNfs
in all callbacks return error as object with propertiesmessage
andcode
stbEpgManager.getBrief
get config object instead ofuri
argument- add new field
program
instbEpgManager.onEpgInfo
andstbEpgManager.getBrief
- add new audio EAC3 codec support in
gSTB.GetAudioPIDsEx
andstbPlayer.audioTracks
- add new
wifi_off
environment variable support andstbEvent.onWifiStateChange
hook - complex DVBv2 rework
- update API documentation and tutorials
v342
- first public release