In my application I'm getting the video file as a byte[] from the database and my requirement is like to play that video file using WPF media Element.
One solution is like to convert the byte[] to...