streamRequest = IMAVODStreamRequest(contentSourceID: adsContentSourceID, videoID: adsVideoID)
...
adsStreamManager?.requestStream(streamRequest!)I tested it with adsContentSourceID=4285 and adsVideoID=0_r6ci3aq2, but in IMAStreamManagerDelegate method for handling errors i received some HTTP 404. If I test it with IDs from BasicExample, code works OK. So my question is :
1. What does this error mean, what is (or at least can be) its cause ?
2. I understand this is from some internal SDK request. Is there any way to log (print) this request ?
3. Is there source code available for tvOS version of IMA SDK ?
To put there full info, I am also putting printed error.debugDescription value ...
1. What does this error mean, what is (or at least can be) its cause ?
2. I understand this is from some internal SDK request. Is there any way to log (print) this request ?
3. Is there source code available for tvOS version of IMA SDK ?