How to replace/update the video file in an existing video entry?

This might seem basic question, but I cannot find any reference to it.

Scenario:

  • we have an already uploaded video on kaltura, so far so good
  • we would like to “replace/update” the video file content (the entry_id should stay the same)

How can I achieve this?

I am using the PHP API, https://github.com/kaltura/php-api-examples but cannot find any references to this process.

Thanks in advance!

Hi @mappsvid,

Please see Upload Sourcevideo in Entry by API/Script