Watermark not working with tus upload

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

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.