From 9510d74e584199536432a89aeee94d9d2db85388 Mon Sep 17 00:00:00 2001 From: Thong Nguyen Date: Sat, 8 Nov 2014 19:43:51 +0000 Subject: [PATCH] Added progress for live streams in AudioPlayerView --- ExampleApp/ExampleApp/AudioPlayerView.m | 2 +- StreamingKit.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleApp/ExampleApp/AudioPlayerView.m b/ExampleApp/ExampleApp/AudioPlayerView.m index 20019a5..a0c823f 100644 --- a/ExampleApp/ExampleApp/AudioPlayerView.m +++ b/ExampleApp/ExampleApp/AudioPlayerView.m @@ -194,7 +194,7 @@ slider.minimumValue = 0; slider.maximumValue = 0; - label.text = @""; + label.text = [NSString stringWithFormat:@"Live stream %@", [self formatTimeFromSeconds:audioPlayer.progress]]; } statusLabel.text = audioPlayer.state == STKAudioPlayerStateBuffering ? @"buffering" : @""; diff --git a/StreamingKit.podspec b/StreamingKit.podspec index 510fd21..9bcd4a3 100644 --- a/StreamingKit.podspec +++ b/StreamingKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "StreamingKit" - s.version = "0.1.23" + s.version = "0.1.24" s.summary = "A fast and extensible audio streamer for iOS and OSX with support for gapless playback and custom (non-HTTP) sources." s.homepage = "https://github.com/tumtumtum/StreamingKit/" s.license = 'MIT'