My application uses the WPF MediaElement to play video (MOV files). This works well when playing on the Primary monitor but freezes when the window is moved to the secondary monitor.
I have tried the following without success:
- Starting the application on the secondary monitor
- Swapping the primary & secondary monitors (problem transfers to the new secondary monitor)
When the application window spans both monitors it works correctly but as soon as it is entirely within the secondary monitor the video freezes. Once in this state, moving the application back to the primary monitor doesn't help (and loading a new video doesn't help either).
The monitors are arranged so that the co-ordinates are always positive (both monitors are 1920x1080 and the secondary monitor origin is 1920,0).
Has anyone else seen this problem and/or found a fix?
EDIT
Does anyone use the WPF MediaElement with multiple monitors???