in my commerce solution, there are some promotional videos associated with each product. I saved this video as Asset. The problem is, this video cannot be opened by two users at the same time.
when I play/download the video in one browser, and try to access it in another browser, it throws error saying:
The process cannot access the file 'D:\Episerver\Sites\Sunbeam.Episerver\Dev\Main-Rama\CommerceManager\BlobStorage\Public\ad782f945c4a449b947e08ddeef0eebe\ke5200c_video_h264.mp4' because it is being used by another process.
Somebody help me.
in my commerce solution, there are some promotional videos associated with each product. I saved this video as Asset. The problem is, this video cannot be opened by two users at the same time.
when I play/download the video in one browser, and try to access it in another browser, it throws error saying:
The process cannot access the file 'D:\Episerver\Sites\Sunbeam.Episerver\Dev\Main-Rama\CommerceManager\BlobStorage\Public\ad782f945c4a449b947e08ddeef0eebe\ke5200c_video_h264.mp4' because it is being used by another process.
(see the screenshot here)
when I pause the download in browser #1, then the browser #2 can access it all right.
What should I do to make this video can be accessed by multiple users simultaneously?