Ran into this issue and finally solved it by moving my MediaPlayer->OpenSource(FileMediaSource)
method from the constructor to Tick, or anything in runtime. The media players must not be loaded on construction.
Ran into this issue and finally solved it by moving my MediaPlayer->OpenSource(FileMediaSource)
method from the constructor to Tick, or anything in runtime. The media players must not be loaded on construction.