383String By Appending Path Component

NSString *host = @"myhost";
NSString *videoFile = @"myVideoFileName.m4v";
NSURL *videoURL = [NSURL urlWithString[host stringByAppendingPathComponent videoFile];

MPMoviePlayerController *movie = [[MPMoviePlayerController alloc] initWithContentURL: videoURL];