Step 1:
Update the 'VOD_VERSION' key to 3 in VenioPCD.
update tbl_pj_ControlSetting set [Value] = 3 where [key] = 'VOD_VERSION'
Step 2:
Enter the complete API endpoint URL in the app-settings.json file, ensuring to include the '/' at the end. You can find this file at: C:\inetpub\wwwroot\VenioWeb\OnDemand\venio-next\assets.
In order revert back to VOD, run the following update statement in VenioPCD, and re-start the IIS:
update tbl_pj_ControlSetting set [Value] = 2 where [key] = 'VOD_VERSION'
Comments
0 comments
Please sign in to leave a comment.