Player SDK for iOS - Changelog
Changelog
1.4 - 2017-10-02
Added
USPrebufferingController
to support faster playback start.
USMediaDescriptor
to represent a playable content.
- (void)playMedia:(USMediaDescriptor *)mediaDescriptor
added to USUstreamPlayer
.
Changed
- (void)playChannel:(NSString *)channelId
deprecated in USUstreamPlayer
in favor of - (void)playMedia:(USMediaDescriptor *)mediaDescriptor
.
- (void)playRecorded:(NSString *)recordedId
deprecated in USUstreamPlayer
in favor of - (void)playMedia:(USMediaDescriptor *)mediaDescriptor
.
- New sample (Newsfeed Sample) added to demonstrate the usage of
USPrebufferingController
.
1.3.2 - 2017-09-12
Changed
- Improved the quality of stream versions targeted for low bandwidth networks.
- Starting playback with a stream version that fits better to network conditions.
- We fixed a bug related to subtitle handling.
1.3 - 2017-07-20
Added
- Added new property
broadcastStartDate
and delegate method playerBroadcastStartDateDidChange:
for reporting the start date of live broadcasts.