I have an IOS app built with phonegap/cordova 2.1.0 and I would like to use a cocoahttpserver running with the app so that encrypted locally stored video can be streamed from the cocoahttpserver to the app.
This may seem like overkill and please advise me if it is but the reason I want to do this is so that I can stream encrypted segmented video which has been prepared using Apple's mediafilesegmenter and which is locally stored on the device.
I have already tried to play the encrypted video by using a video tag to call the .m3u8 file but this only works over http and not from the local filesystem.
Could you please point me in the right direction to deploy the cocoahttpserver with my app.
Many thanks