Skip to content

Commit

Permalink
update initial playlist to be one that does not 404
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjha committed Oct 18, 2019
1 parent a570535 commit 122cd41
Showing 1 changed file with 1 addition and 1 deletion.
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 122cd41

Please sign in to comment.