Posts

Post not yet marked as solved
0 Replies
1.6k Views
I see this printed out in the console so many times when I use an AVPlayer to play any HLS stream, on any iOS simulator. Just put the code below any where in your app, and you will see the above warning printed out. NSURL *url = [NSURL URLWithString:@"https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8"]; AVPlayer *player = [AVPlayer playerWithURL:url]; This definitely seems like a simulator thing. Apple folks, can you take a look at this and address it in the next release please? Thanks in advance!
Posted
by zhiye3000.
Last updated
.