nytimes/ios-360-videos

Example video fails due to credential

Closed this issue · 1 comments

When attempting to run the sample project on iOS 11.3 with Xcode 9.3. The example video URL (https://vp.nyt.com/video/360/hls/video.m3u8) fails to load and the console shows:

2018-04-24 16:20:13.539335+0800 NYT360VideoExample[6285:2948864] CredStore - performQuery - Error copying matching creds.  Error=-25300, query={
    class = inet;
    "m_Limit" = "m_LimitAll";
    "r_Attributes" = 1;
    sync = syna;
}

After adjusting to a freely available video URL, the video plays fine.

fixed thanks!