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
v345
- add new function gSTB.clearMemoryCaches(clear memory caches such as page, object and font cache)
- add new property scanOptionsinstbDvbInput
v344
- add new stbEvent.onLanStateChangehook
- add new property bitRatetostbPlayer.videoInfo
v343
Private API
- stbSmb.findServers,- stbSmb.findShares,- stbSmb.findIpand- stbNfs.findSharesget config object instead of plain arguments
Public API
- stbSmb.findServers,- stbSmb.findSharesand- stbSmb.findIpget config object instead of plain arguments
- gSTB.GetSmbSharesand- stbSmb.findSharessupport- loginand- passwordparams
- stbNfs.findSharesget config object instead of- ipargument
- stbSmband- stbNfsin all callbacks return error as object with properties- messageand- code
- stbEpgManager.getBriefget config object instead of- uriargument
- add new field programinstbEpgManager.onEpgInfoandstbEpgManager.getBrief
- add new audio EAC3 codec support in gSTB.GetAudioPIDsExandstbPlayer.audioTracks
- add new wifi_offenvironment variable support andstbEvent.onWifiStateChangehook
- complex DVBv2 rework
- update API documentation and tutorials
v342
- first public release