I'm encoding an FLV video, and I want to show the result on my WPF application while the video is still encoding.
I use MediaElement
, but it only plays to the total time that the video has when I open the file.
I tried to update that total time without success.