- [Improvement] Optimized Android plugin
- [Improvement] Upgraded Android plugin
- [Added] Unity 6 support
- [Added] GameActivity support
- [Improvement] Optimized memory when releasing stream with Vulkan
- [Improvement] Optimized EventNetworkConnected and ErrorNetworkFailed callbacks
- [Improvement] Optimized GetTrackID, GetTrackBitrate, GetTrackWidth, and GetTrackHeight return values
- [Improvement] Optimized the event callbacks after removing streams
- [Added] Release API is called automatically when stopping the Editor, changing scenes or closing the app
- [Added] HISPLAYER_EVENT_TIMELINE_UPDATED and EventTimelineUpdated
- This event occurs whenever the timeline of the current video has been updated. In the case of live content this may happen every certain time during the playback. This may change the current video position value from GetVideoPosition(...).
- [Improvement] Optimized error log messages
- [Added] New RenderMode External Surface to play Widevine L1 content with Meta Quest devices
- [Added] Vulkan support
- [Added] New HISPlayer Video Uploader feature. Turn local videos into streaming videos such as HLS or DASH. This videos are going to be stored in our server for you. Please, on the Editor refer to:
- [Added] Custom resources to support the stereoscopic rendering mode for Oculus
- Packages > HISPlayer SDK > HISPlayer > Scripts > Shaders > HISPlayerStereoscopicShader.shader
- Packages > HISPlayer SDK > HISPlayer > Resources > Materials > HISPlayerStereoscopicMaterial.mat
- Packages > HISPlayer SDK > HISPlayer > Scripts > RenderTextures > HISPlayerStereoscopicRenderTexture.rendertexture
- [Added] Custom resources to play 180/360 videos
- Packages > HISPlayer SDK > HISPlayer > Resources > Materials > HISPlayer360Material.mat
- Packages > HISPlayer SDK > HISPlayer > Resources > Materials > HISPlayer180Material.mat
- Packages > HISPlayer SDK > HISPlayer > Scripts > Shaders > HISPlayer360Shader.shader
- Packages > HISPlayer SDK > HISPlayer > Scripts > RenderTextures > HISPlayer360RenderTexture.rendertexture
- [Improvement] Optimized HISPlayer Settings log messages
- [Improvement] Optimized Event and Error listeners
- [Improvement] Optimized license checking when date and time of the device are set to manual
- [Improvement] Optimized HISPlayer API function commentaries to be more clear
- [Improvement] Optimized runtime log messages
- [Improvement] Optimized initialization of the videos
- [Improvement] Optimized ABR and track selection without limitation from device's resolution
- [Added] Cache functionalites support
- protected void InitCacheInstance(long maxCacheSize = 150 * 1024 * 1024L)
- protected void AddURLToCache(string url)
- protected void RemoveURLFromCache(string url)
- protected bool IsURLCached(string url)
- protected long GetRemainingCacheSpace()
- [Improvement] Improvement of software robustness
- [Improvement] Improvement of software robustness
- [Added] HISPlayer360Shader.shader for the 360 Oculus mode
- [Added] Local Playback Persistent Datapath support
- [Added] HISPLAYER_ERROR_PLATFORM_NOT_REGISTERED error event
- [Added] URL_EXTENSION, HLS and DASH MIME Types support. Please, refer to HISPlayerMimeTypes on HISPlayer API
- URL_EXTENSION (Default)
- HLS
- DASH
- [Improvement] Optimized URL video initialization
- [Improvement] Optimized HISPlayer Settings
- A warning message will be displayed in case a field required by HISPlayer SDK is missing
- [Added] New API to change video content using the URL string as a parameter:
- ChangeVideoContent(int playerIndex, string url)
- ChangeVideoContent(int playerIndex, string url, string keyServerURI, string tokenKey = "", string tokenValue = "")
- [Improvement] Optimized error logs
- [Added] AutoTransition and LoopPlayback APIs to multiplatform SDK
- [Added] EnableABR and DisableABR APIs to multiplatform SDK
- [Added] Unity 2023 support to multiplatform SDK
- [Improvement] Improvement of software robustness
- [Improvement] Optimized Android IL2CPP build
The Android SDK is moved to multiplatform HISPlayerSDK (Android, iOS, macOS, WebGL, Windows)
Starting from version 3.0.0, the Android SDK is part of multiplatform SDK
- [Added] Local documentation
- [Update] HISPlayer Settings is now visible under 'Tools' Unity window
- Refer to Configure Unity for Android
- [Improvement] Improvement of software robustness
- [Added] Unity 2023 support
- [Added] EnableABR and DisableABR API
- [Added] LoopPlayback API to loop the current playback. This will trigger HISPlayerEvent.HISPLAYER_EVENT_END_OF_CONTENT
- Refer to Stream Properties - LoopPlayback
- [Added] AutoTransition API to change the playback to the next video in the playlist. This will trigger the HISPlayerEvent.HISPLAYER_EVENT_AUTO_TRANSITION
- Refer to Stream Properties - AutoTransition
- [Improvement] Optimized HISPlayer Settings
- [Added] Playback Speed Controller for Windows and MacOS editors
- [Added] Playback Speed Controller. Values must be greater than 0 and less than or equal to 8
- void SetPlaybackSpeedRate(int playerIndex, float speed)
- float GetPlaybackSpeedRate(int playerIndex)
- [Improvement] Optimized Release function for MacOS Editor
- [Added] Flip texture vertical API.
- [Added] Audio-Track-Selection support for MacOS Editor
- HISPlayerAudioTrack[] GetAudioTrackList(int playerIndex)
- int GetAudioCount(int playerIndex)
- string GetAudioID(int playerIndex, int audioTrackIndex)
- string GetAudioLanguage(int playerIndex, int audioTrackIndex)
- void SelectAudioTrack(int playerIndex, int audioTrackIndex)
- [Added] Subtitles support for MacOS Editor
- HISPlayerCaptionTrack[] GetCaptionTrackList(int playerIndex)
- int GetCaptionsCount(int playerIndex)
- void EnableCaptions(int playerIndex, bool enabled)
- string GetCaptionID(int playerIndex, int ccTrackIndex)
- string GetCaptionLanguage(int playerIndex, int ccTrackIndex)
- void SelectCaptionTrack(int playerIndex, int ccTrackIndex)
- [Improvement] Optimized Android HISPlayer settings panel. There is a new field in the settings for putting target SDK as 33
- [Improvement] Optimized AddNewStream API on Windows Editor
- [Improvement] Optimized Release API on Windows Editor
- [Improvement] Optimized SDK for Unity 2022
- [Improvement] Optimized SetupPlayer API during runtime for Windows Editor
- [Improvement] Optimized gradle build for Unity version 2020
-
[Added] Audio track selection functionalities:
- GetAudioTrackList(int playerIndex)
- GetAudiosCount(int playerIndex)
- GetAudioID(int playerIndex, int audioTrackIndex)
- GetAudioLanguage(int playerIndex, int audioTrackIndex)
- SelectAudioTrack(int playerIndex, int audioTrackIndex)
-
[Added] MacOS Editor support
The Android package is combined with iOS package.
-
[Added] New Error Listener System for handling different errors:
- HISPLAYER_ERROR_TIMELOCK_EXPIRED = 0,
- HISPLAYER_ERROR_NOT_VALID_APPID = 1,
- HISPLAYER_ERROR_GENERAL_LICENSE_ERROR = 2,
- HISPLAYER_ERROR_ANDROID_API_NOT_SUPPORTED = 3
-
[Added] HISPLAYER_EVENT_NETWORK_CONNECTED and EventNetworkConnected: This event occurs whenever the network has been reconnected
- [Added] The tokens has been added. The tokens are a new layer for protecting the url content. There is a new field for adding tokens associated with the url
- DRM Tokens: List that contains DRM_Token elements. Each one has a string tokenKey and a string tokenValue
-
[Added] New field for HISPlayerManager:
- License Key: A license key must be provided for being able to use the SDK
-
[Added] New event: HISPLAYER_EVENT_PLAYBACK_BUFFERING - This event occurs whenever an internal playback is buffering
-
[Added] Automation for HISPlayer Player Settings
-
[Added] Support for Windows Editor (without multistream)
-
[Added] Support for local videos using StreamingAssets or device's internal files
- Supported formats: MP4, MP3, MOV, M4A, MKV, WAV, OGG and FLV
- [Added] New HISPlayerRenderMode option 'NONE' has been added. Choose this option if the stream is not going to be rendered on any surface
- [Added] Decoded Frame Buffer Functionality is now compatible with not rendering the stream on any surface
-
[Added] HISPLAYER_EVENT_AUTO_TRANSITION and EventAutoTransition for detecting whenever the playlist has changed of playback automatically
-
[Changed] HISPLAYER_EVENT_END_OF_CONTENT and EventEndOfContent changed to HISPLAYER_EVENT_END_OF_PLAYLIST and EventEndOfPlaylist
-
[Added] Subtitles functionalities for WebVTT and CEA-608 added: The subtitles are being obtained from the url of the playback. Functionality for obtaining subtitles from a single uri has not been implemented yet
- EnableCaptions(int playerIndex, bool enabled)
- GetCaptionTrackList(int playerIndex)
- GetCaptionsCount(int playerIndex)
- GetCaptionID(int playerIndex, int ccTrackIndex)
- GetCaptionLanguage(int playerIndex, int ccTrackIndex)
- SelectCaptionTrack(int playerIndex, int ccTrackIndex)
-
[Added] DRM video content available for adding content from code or editor:
- EnableDRM variable to allow the DRM usage
- Key Server URI list to add different license keys
- AddVideoContent overloaded with one more field: string keyServerUri
-
[Added] Decoded Frame Buffer functionalities included
- GetDecodedFrameAtTimestamp(int msec, bool deletePreviousFrames = true)
- GetDecodedFramesBufferRange()
- [Added] Added parameters for each Event. The meaning of each parameter depends on the triggered event. The information is both in the documentation and in the function's comments
- [Added] Initial release of HisPlayer Android SDK for Unity.