Hey guys
I am trying to apply watermark on the video uploaded through tus client but it is not appearing on the video uploaded.
Below are the post parameters I passed to create direct upload link:
$post_fields = [
"maxDurationSeconds" => 21600,
"requireSignedURLs" => false,
"allowedOrigins" => [$_SERVER['HTTP_HOST']],
"thumbnailTimestampPct" => 0.568427,
"watermark" => $watermark
];
please help me to find what I am doing wrong.
Thanks