Is it possible to use UNC paths in QML video element (like //servername/folder/clip.mp4) ?
I try:
Qt Code:
  1. ...
  2. source: "//nas/films/some_clip.mp4"
  3. ...
To copy to clipboard, switch view to plain text mode 
but got next error:
Qt Code:
  1. DirectShowPlayerService::doSetUrlSource: Unresolved error code 80040216
To copy to clipboard, switch view to plain text mode