Question
EY
US
Last activity: 26 Jan 2022 8:13 EST
Can source path of pxVideo control be S3 path ? webwb/test.mp4 loads but S3 path does not load a video file.
I have a video control in a section that has pxVideo control. Now the video file is uploaded as binary file. Since it is very big file, we find it very hard to deploy new video file every we get from client. So the next best approach is to upload the file to SFTP folder (S3 in our case) instead of a rule in pega db. Previously with binary file rule, we were able to refer the video file as "webwb/test.mp4" in source path and the video got played during run time. Now after changing to S3 location, pxVideo is not able to load the file. I may be entering folder path incorrect but I also have doubt whether pxVideo can refer a repository path. No posts related to this issue, need help to fix this.
Note : D_pxGetFile can download the file content as STREAM or STRING. But there are other limitations with this approach. I need to make the pxVideo control refer the S3 path successfully to accommodate all the expected changes.