Sometimes a playback format needs to be uploaded again after it was already
imported: a format that is (re)generated by a post-processing step after the
initial publish, a broken playback that was fixed on the BBB server, or media
files that were re-encoded. Re-importing an existing format is silently skipped by design
Skipping file copy because target directory exists: .../storage/<tenant>/<record_id>/<format>
I would suggest to add an opt-in way to replace an existing format on upload, e.g. a query parameter:
POST /bbblb/api/v1/recording/upload?replace=true
Sometimes a playback format needs to be uploaded again after it was already
imported: a format that is (re)generated by a post-processing step after the
initial publish, a broken playback that was fixed on the BBB server, or media
files that were re-encoded. Re-importing an existing format is silently skipped by design
I would suggest to add an opt-in way to replace an existing format on upload, e.g. a query parameter: