StageVideo doesn't play downloaded content, but will play included content. (iOS)
Hi all,
I'm working on an app, and am trying to use StageVideo and I've come across a problem.
I'd like the app to be able to play H.264 videos on iOS.
The video content that needs to be played will be downloaded by the app from our server to the device.
I've run my code on windows and android (specifically a xoom) and it works, so I know that the files are being downloaded and file paths are correct. However, when running the code on iOS I wasn't seeing any video or hearing any sound.
I then tried including the video file when making the ipa and playing it from the included location and it plays with video and sound.
Can anyone think of a reason that the video file won't play if it's been downloaded as opposed to being included with the app?
Including video files isn't an option as they will change regularly, so need to be downloaded.
Thanks,
Chris
P.S. I can post some code if you need it, but I've pretty much followed this code:
http://forums.adobe.com/message/4352118
which gets loaded in an empty view.