Skip to content

Commit

Permalink
Merge pull request #20 from StreamAMG/release/1.2.4
Browse files Browse the repository at this point in the history
SMD-2241 Fix StreamPlay fields
  • Loading branch information
StefanoStream authored Jul 3, 2023
2 parents f939fbd + ae46322 commit 475706d
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 191 deletions.
11 changes: 1 addition & 10 deletions AuthReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,4 @@ auth.getUserSummary(token: tokens.idToken) { (result: Result<UserSummaryResponse
Change Log:
===========

All notable changes to this project will be documented in this section.
### 1.1.10 - Added support to start session with custom SSO

### 1.0 - Release

### Beta releases

### 0.2 -> 0.11 - No changes to Authentication

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Change Log:

All notable changes to this project will be documented in this section.

### 1.2.4 - Fixed StreamPlay FixtureID field types

### 1.2.3
- Improved bitrate/subtitle icon logic
- Added custom minimise icon
Expand Down
10 changes: 1 addition & 9 deletions CloudMatrixReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -467,12 +467,4 @@ RELEASETO
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.2 -> 0.11 - No changes to CloudMatrix

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
10 changes: 1 addition & 9 deletions CoreReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,12 +135,4 @@ The batch job can be fired as many times as required once created, but will not
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.2 -> 0.11 - No changes to Core

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)
15 changes: 1 addition & 14 deletions PlayKit2GoReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,17 +184,4 @@ Media can be 'removed' at any point in it's download lifecycle, and should be re
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.11
- Updated Download model to include file size information
- Added Download Model convenience methods for file size and percentage
- Resolved an issue where scrub bar colours were not being updated for local media

### 0.10 - PlayKit2Go Module added to SDK

### 0.1 -> 0.9 - No PlayKit2Go Module
All notable changes to this project will be documented [here](Changelog.md)
125 changes: 1 addition & 124 deletions PlayKitReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -778,127 +778,4 @@ Hovewer, PlayKit will take care to select the default caption track once the vid

# Change Log

All notable changes to this project will be documented in this section.

### 1.2.1
- Default subtitle track auto-selected
- Get Label caption on subtitle selector

### 1.2.0
- Updated PlaKit IMA
- Added support for arm64

### 1.1.10
- Integrated Subtitles UI

### 1.1.9
- Updated Content for subtitles section

### 1.1.8
- Added error listeners
- Moved load media method to main thread

### 1.1.7
- Updated Kaltura and Youbora SDK
- Moved UI Updation to Main Thread
- Added support for external subtitles


### 1.1.6
- Added option to override Fullscreen and minimise button clicks
- Moved resize screen method to UI thread

### 1.1.5
- Fixed rotation issue on iOS 16

### 1.1.4
- Switched bitrate from Int64 to FlavorAsset class
- Added callback to updateBitrateSelector
- Exposed list of bitrate through AMGPlayKitListener. bitrateChangeOccurred
- Added setBitrateAuto function
- Deprecated setMaximumBitrate(bitrate: Double)
- Change the hide custom controls method visibility to Public
- Created a new interface to add custom views on top of Playerview

### 1.1.3
- Enhanced IAP raw receipt

### 1.1.2
- Updated IAP package API.

### 1.1.1
- Added startPosition to loadMedia
- Download to Go compatible with Objective-C

### 1.1.0
- Bitrate selector UI

### 1.0.4
- Fixed fullscreen button to standard UI

### 1.0.3
- Fixed crash due to optional safety
- Fixed Playkit deinitialise failure
- Updated player to stop playing before loading new media

### 1.0.1
- Play harvested content as VODs
- Minor design change to standard UI
- Added bitrate selector

### 1.0 - Release

### Beta releases

### 0.11
- Added Youbora parameters and builder methods
- Corrected issues with the standard UI
- Fixed a bug where adverts were not showing
- Fixed a bug where adverts would not allow interaction when using the standard UI
- Removed debug logging

### 0.10 - Minor changes for PlayKit2Go implementation

### 0.9
- Added Youbora analytics and the ability to choose analytics services
- Added ability to change scrub bar colours
- Automatically detect live streams
- Tidied Custom Control builder
- Small bug fixes

### 0.8.3 - Standard UI updates
- Change default visibility of start / end times to showing
- Address small offset for scrub bar when no track time showing
- Change behaviour of scrub bar to scrub to half a second before the end of the track if pulled all the way to the right

### 0.8.2 - Change CastingURL to avoid redirections
- Force casting URL to return a redirected URL if required (HLS only)
- Change call to require completion

### 0.8.1 - Casting URL update
- allowed selection of either MP4 or HLS format for the castiong URL

### 0.8 - Bug fixes and improvements
- Fixed a potential crash when exiting player
- Updated PIP to automatically run unless specifically disabled
- Improved orientation changes
- Added 'removePlayer() function to safely remove all listeners
- Fixed castingURL function
- Added Spoiler Free mode
- Updated load media to accept AMGMediaType

### 0.7 - Picture in Picture
- Added 'enablePictureInPicture' function
- Added protocol for picture in picture if required
- Expose Casting URL

### 0.6 - State listeners
- Added state listeners for PlayKit
- Removed Google ChromeCast

### 0.2 - Updated Controls UI
- Redesign for standard controls
- Added Control config for images
- Removed Slider height configuration and show curent time configuration

### 0.1 Initial build
All notable changes to this project will be documented [here](Changelog.md)
13 changes: 1 addition & 12 deletions PurchasesReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,4 @@ If you are using custom token to validate the purchase, we recommend using the s
Change Log:
===========

All notable changes to this project will be documented in this section.
### 1.2.0 - Updated AMGPurchaseDelegate to include error listener when products retrieval fails

### 1.1.10 - Updated valdiatePurchase API to accept custom JWT Token

### 1.0 - Release

### Beta releases

### 0.10 - Purchases Module added to SDK

### 0.1 -> 0.9 - No Purchases Module
All notable changes to this project will be documented [here](Changelog.md)
6 changes: 3 additions & 3 deletions Source/StreamSDKStreamPlay/Models/StreamPlayResponse.swift
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ public struct FixturesModel: Codable {
* Any external IDs that tie with this fixture
*/
public struct ExternalIDModel: Codable {
public var optaFixtureId: Int?
public var paFixtureId: Int?
public var sportsradarFixtureId: Int?
public var optaFixtureId: String?
public var paFixtureId: String?
public var sportsradarFixtureId: String?
}

/**
Expand Down
2 changes: 1 addition & 1 deletion StreamAMGSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |spec|

spec.name = "StreamAMGSDK"
spec.version = "1.2.3"
spec.version = "1.2.4"
spec.summary = "Stream AMG SDK"
spec.swift_versions = "5"

Expand Down
10 changes: 1 addition & 9 deletions StreamPlayReadme.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,12 +528,4 @@ EVENT_TYPE
Change Log:
===========

All notable changes to this project will be documented in this section.

### 1.0 - Release

### Beta releases

### 0.2 -> 0.11 - No changes to StreamPlay

### 0.1 - Initial build
All notable changes to this project will be documented [here](Changelog.md)

0 comments on commit 475706d

Please sign in to comment.