|
8 | 8 | ### Version 4.8.0 |
9 | 9 | ##### July 7, 2025 |
10 | 10 | - [**Improvement**] Enhancement to InspectorGUI to dynamically show/hide certain options. |
11 | | -- [**Added**] StartingBitrate moved from the general settings to the settings of each individual stream |
12 | | -- [**Added**] Added TrackBitrateRange to select the bitrate range allowed in each stream |
13 | | -- [**Added**] Added ResolutionMaxSize to select the resolution max size allowed in each stream |
14 | | -- [**Added**] Added ResolutionMinSize to select the resolution min size allowed in each stream |
15 | | -- [**Added**] Added SetMaxABRResolution and SetMinABRResolution to change the resolution settings allowed by the ABR in runtime |
| 11 | +- [**Added**] StartingBitrate moved from the general settings to the settings of each individual stream. |
| 12 | +- [**Added**] Added TrackBitrateRange to select the bitrate range allowed in each stream. |
| 13 | +- [**Added**] Added ResolutionMaxSize to select the resolution max size allowed in each stream. |
| 14 | +- [**Added**] Added ResolutionMinSize to select the resolution min size allowed in each stream. |
| 15 | +- [**Added**] Added SetMaxABRResolution and SetMinABRResolution to change the resolution settings allowed by the ABR in runtime. |
16 | 16 |
|
17 | 17 | ### Version 4.7.0 |
18 | 18 | ##### March 3, 2025 |
19 | | -- [**Added**] GetPlaybackSpeedRate and SetPlaybackSpeedRate APIs |
| 19 | +- [**Added**] GetPlaybackSpeedRate and SetPlaybackSpeedRate APIs. |
20 | 20 |
|
21 | 21 | ### Version 4.4.0 |
22 | 22 | ##### September 10, 2024 |
23 | | -- [**Added**] Release API is called automatically when stopping the Editor, changing scenes or closing the app |
| 23 | +- [**Added**] Release API is called automatically when stopping the Editor, changing scenes or closing the app. |
24 | 24 |
|
25 | 25 | ### Version 4.3.0 |
26 | 26 | ##### August 8, 2024 |
27 | 27 | - [**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: |
28 | | - - [HISPlayer Video Upload documentation](https://hisplayer.github.io/UnityVideoUpload/#/) |
29 | | -- [**Improvement**] Optimized HISPlayer Settings log messages |
30 | | -- [**Improvement**] Optimized Event and Error listeners |
31 | | -- [**Improvement**] Optimized license checking |
32 | | -- [**Improvement**] Optimized HISPlayer API function commentaries to be more clear |
33 | | -- [**Improvement**] Optimized runtime log messages |
34 | | -- [**Improvement**] Optimized video playback on Safari browser |
| 28 | + - [HISPlayer Video Upload documentation](https://hisplayer.github.io/UnityVideoUpload/#/). |
| 29 | +- [**Improvement**] Optimized HISPlayer Settings log messages. |
| 30 | +- [**Improvement**] Optimized Event and Error listeners. |
| 31 | +- [**Improvement**] Optimized license checking. |
| 32 | +- [**Improvement**] Optimized HISPlayer API function commentaries to be more clear. |
| 33 | +- [**Improvement**] Optimized runtime log messages. |
| 34 | +- [**Improvement**] Optimized video playback on Safari browser. |
35 | 35 |
|
36 | 36 | ### Version 3.4.1 |
37 | 37 | ##### April 23, 2024 |
38 | | -- [**Improvement**] Improvement of software robustness |
| 38 | +- [**Improvement**] Improvement of software robustness. |
39 | 39 |
|
40 | 40 | ### Version 3.4.0 |
41 | 41 | ##### April 10, 2024 |
42 | | -- [**Added**] Multi stream support on Windows Editor |
43 | | -- [**Added**] HISPLAYER_ERROR_PLATFORM_NOT_REGISTERED error event |
44 | | -- [**Improvement**] Optimized initialization of the player |
45 | | -- [**Improvement**] Optimized HISPlayer Settings |
46 | | - - A warning message will be displayed in case a field required by HISPlayer SDK is missing |
| 42 | +- [**Added**] Multi stream support on Windows Editor. |
| 43 | +- [**Added**] HISPLAYER_ERROR_PLATFORM_NOT_REGISTERED error event. |
| 44 | +- [**Improvement**] Optimized initialization of the player. |
| 45 | +- [**Improvement**] Optimized HISPlayer Settings. |
| 46 | + - A warning message will be displayed in case a field required by HISPlayer SDK is missing. |
47 | 47 |
|
48 | 48 | ### Version 3.3.0 |
49 | 49 | ##### January 25, 2024 |
50 | 50 | - [**Added**] API to change video content using the URL string as a parameter is added to multiplatform SDK: |
51 | | - - **ChangeVideoContent(int playerIndex, string url, int resumePosition = 0, AdsProperties ads = null)** |
52 | | -- [**Improvement**] Optimized Unity logs improvement |
53 | | -- [**Added**] WebGL Ads Insertion to multiplatform SDK |
| 51 | + - **ChangeVideoContent(int playerIndex, string url, int resumePosition = 0, AdsProperties ads = null)**. |
| 52 | +- [**Improvement**] Optimized Unity logs improvement. |
| 53 | +- [**Added**] WebGL Ads Insertion to multiplatform SDK. |
54 | 54 |
|
55 | 55 | ### Version 3.2.0 |
56 | 56 | ##### December 7, 2023 |
57 | | -- [**Added**] AutoTransition and LoopPlayback APIs to multiplatform SDK |
58 | | -- [**Added**] Unity 2023 support |
59 | | -- [**Added**] Error system |
60 | | -- [**Added**] Seek event |
| 57 | +- [**Added**] AutoTransition and LoopPlayback APIs to multiplatform SDK. |
| 58 | +- [**Added**] Unity 2023 support. |
| 59 | +- [**Added**] Error system. |
| 60 | +- [**Added**] Seek event. |
61 | 61 |
|
62 | 62 | ### Version 3.1.1 |
63 | 63 | ##### November 23, 2023 |
64 | | -- [**Improvement**] Improvement of software robustness |
| 64 | +- [**Improvement**] Improvement of software robustness. |
65 | 65 |
|
66 | 66 | ### Version 3.1.0 |
67 | 67 | ##### October 11, 2023 |
68 | | -- [**Improvement**] Improvement of software robustness |
| 68 | +- [**Improvement**] Improvement of software robustness. |
69 | 69 |
|
70 | 70 | ### Version 3.0.0 (Multiplatform SDK) |
71 | 71 | ##### September 5, 2023 |
72 | | -The WebGL SDK is moved to multiplatform HISPlayerSDK (Android, iOS, macOS, WebGL, Windows) |
| 72 | +The WebGL SDK is moved to multiplatform HISPlayerSDK (Android, iOS, macOS, WebGL, Windows). |
73 | 73 |
|
74 | | -Starting from version 3.0.0, the WebGL SDK is part of multiplatform SDK |
| 74 | +Starting from version 3.0.0, the WebGL SDK is part of multiplatform SDK. |
75 | 75 |
|
76 | 76 | ### Version 1.14.0 |
77 | 77 | ##### October 25, 2023 |
|
0 commit comments