Please can someone confirm or tell me the API process for updating a previously uploaded video? As far as I can tell it should be:
Create a Kaltura Session (KS) (service: session --> start)
Update the video (service: baseEntry --> updateContent) with the following parameters:
Required
KS e.g. ODcxMTgxNGMw…
entryId e.g. 0_fmbc4ecr
resource (the video file to upload)
Optional
conversionProfileId
advancedOptions
Is there anything I have missed in the above? As far as I can tell there doesn’t appear to be any instructions for this in the API guide like there is for uploading a video to a new entry here
I have followed the same above steps it looked like it worked in Test console But the base entry still holds the same video. kindly could you please help me on this.