kakone / VLC.MediaElement

MediaElement clone powered by VLC
GNU Lesser General Public License v2.1
68 stars 33 forks source link

direct3d11 vout display error: Failed to resize the backbuffer #76

Open vnikopol opened 6 years ago

vnikopol commented 6 years ago
  1. Open normal windows vlc player
  2. Run http stream. Example: endpoint: 192.168.1.1:10050
  3. Start UWP player
  4. Watch normal video (connect to endpoint) - ok
  5. Turn off the stream (press stop) on normal windows vlc player
  6. UWP player will stop its work (MediaElementState = Clossed) - ok
  7. Press the play button in UWP player
  8. Launch stream again (press play on normal winodws vlc player)
  9. Fatal Error direct3d11 vout display error: Failed to resize the backbuffer

MediaElementState - Stopped - all good. Example: ... 3.5 - Press stop on UWP player

  1. Turn off the stream (press stop) on normal windows vlc player ...