Skip to content

Commit

Permalink
Merge pull request #28 from muxinc/dj/update-tv-demo-app
Browse files Browse the repository at this point in the history
TvDemoApp - update Mux-Stats-AVPlayer dependency
  • Loading branch information
dylanjha authored Oct 18, 2019
2 parents a91c9e5 + 122cd41 commit 1f03944
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/TvDemoApp/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ target 'TvDemoApp' do
# use_frameworks!

# Pods for TvDemoApp
pod 'Mux-Stats-AVPlayer', '~>1.0.0'
pod 'Mux-Stats-AVPlayer', '~>1.0'
end
8 changes: 4 additions & 4 deletions apps/TvDemoApp/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- Mux-Stats-AVPlayer (1.0.1):
- Mux-Stats-AVPlayer (1.1.0):
- Mux-Stats-Core (~> 2.0.0)
- Mux-Stats-Core (2.0.12)

DEPENDENCIES:
- Mux-Stats-AVPlayer (~> 1.0.0)
- Mux-Stats-AVPlayer (~> 1.0)

SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Mux-Stats-AVPlayer
- Mux-Stats-Core

SPEC CHECKSUMS:
Mux-Stats-AVPlayer: e8ab70f9e67ac54958ac6ee87f479e3c0486baf5
Mux-Stats-AVPlayer: 62f678b6d175ab462c0aca7994b21d74285bf8de
Mux-Stats-Core: 73e692799571459722526ff4a721b6872da5c776

PODFILE CHECKSUM: a95e2c7a378dba80c1c1167d00cd62e1262f2fe8
PODFILE CHECKSUM: b107916cec9c39f5551e3aeb45931aaebf24b2f8

COCOAPODS: 1.7.5
2 changes: 1 addition & 1 deletion apps/TvDemoApp/TvDemoApp/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ @implementation ViewController

- (void)viewDidLoad {
[super viewDidLoad];
NSURL* videoURL = [NSURL URLWithString:@"http://www.streambox.fr/playlists/x36xhzz/x36xhzz.m3u8"];
NSURL* videoURL = [NSURL URLWithString:@"https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8"];
_avplayer = [AVPlayer playerWithURL:videoURL];
_avplayerController = [AVPlayerViewController new];
_avplayerController.player = _avplayer;
Expand Down

0 comments on commit 1f03944

Please sign in to comment.