In my project I used ffmpeg library for udp-streaming or remote play for mp4 video file.
But usually I also used to use AVPlayer https://developer.apple.com/library/ios/documentation/AVFoundation/Reference/AVPlayer_Class/index.html for playing mp4 or phasset.
Would it be possible or someone make it to play remote mp4 video with AVPlayer?
If it is NOT possible, Could you please explain for me why?
Thanks.
SOLVED
It is possible as @Andrey mentioned. and I used https://developer.apple.com/library/ios/samplecode/AVPlayerDemo/History/History.html#//apple_ref/doc/uid/DTS40010101-RevisionHistory-DontLinkElementID_1 sample code.