Web Player SDK Updates
Date | Change |
---|
2024-08-15 | New Stream Status code: HLS_STREAM_GEOBLOCKED . This new code replaces the following codes: STREAM_GEO_BLOCKED , STREAM_GEO_BLOCKED_ALTERNATE , and STREAM_GEO_BLOCKED_NO_ALTERNATE . The above changes are part of an update to how geo-blocking is done; previously it was handled by the Stream Access component, but now it is handled in the back end by the Media Gateway (MG). Aside from the status codes, there should be no change in how your player responds to geo-blocking and alternate content.
|
2024-04-17 | |
2023-06-08 | Updates to Using Google Analytics to reflect the upcoming Google deprecation of "Universal tracking ID." As of July 1, 2023 you must use GA4 tags instead of universal tracking ID!
|
2023-03-13 | |
2023-02-01 | |
2022-06-17 | |
2022-01-25 | Fix stream stopping on Android mobile browsers when the phone goes into sleep mode. Sort Now Playing Data, by timestamp if the cue_time_start property is not included.
|
2022-01-11 | |
2021-09-30 | |
2021-09-07 | |
2021-07-09 | |
2021-05-13 | |
2021-04-22 | |
2020-09-03 | |
2020-07-21 | |
2020-07-06 | |
2020-05-18 | |
2020-03-06 | |
2020-02-28 | Title changed from "Player SDK" to "Web Player SDK." Mute, Pause, and Stop functions are all the same; they stop the stream. Similarly, Unmute, Resume, and Play functions are all the same; they start the playback of the stream. No action is required to enable this change in your v. 29 web players, but Triton Digital suggests you make the following cosmetic changes for the best listener experience: (Update: this only applies to live streaming. For on-demand players, mute and pause reverted to the original behaviors on 2020-07-06.) Icons and/or tool tips on your Play/Pause button should instead show Play/Stop icons/tool tips. If your player has a Mute/Unmute button, remove it.
PLAY_NOT_ALLOWED code and status message added to stream-status event in MediaPlayer. Bug fix: previously, geo-blocking would fail if the station being blocked did not have alternative content to offer during the block. This has been fixed.
|
2019-09-27 | |
2019-05-13 | |
2019-05-02 | |
2019-04-29 | |
2017-09-11 | |
2017-08-24 | |
2017-04-05 | |
2017-03-29 | |
2016-12-23 | |
2016-11-24 | |
First Release of Version 2.9
June 2016: As of the release of version 2.9 the term "SDK" is used instead of "API." Other notable changes for version 2.9 include:
HTTP Live Streaming Transport Stream (HLS-TS) support on Android
Application bootstrap
Application configuration
[FIX] Incompatibility with RequireJS
[FIX] AdBlocker detection