I want to play downloaded video using UIWebview. I get webkiterrordomain code=204 error.
but if i play video from resources folder it run perfect.
//from resources folde
WebkitErrorDomain 204 just means that it would play the video on an MPInlinePlayerController. So you just have to ignore the error and the video will play.