User1493762548 posted
i tried the @Html5Video.Create(mp4Url:" "~/Videos/filename.mp4",width:320,height:240)
the error was no file found with supported formate and mimetype.
the file name in Videos folder also contain .mp4 extension. i then tried this but the same error occured.
@Html5Video.Create(mp4Url:@"~/Videos/FileName",width:320,height:240)