how can i play a file over a network path. if i have these two file “\\192.168.0.1\media\file.mp4” and “c:\media\file.mp4”. with the following commands, only the first command works
- PLAY 1-0 “C://MEDIA/FILE.MP4” works
- PLAY 1-0 “//192.168.0.1/MEDIA/FILE.MP4” Gives error PLAY FAILED
mapping “\\192.168.0.1\media” to a local drive (z:), does not work either
PLAY 1-0 “z://FILE.MP4” PLAY FAILED