How can I create dynamic watermarking for the video in PHP or Nodejs. For different user watermark should be different. For example I want to show the username and mobile number of users on the video dynamically. Please help me on this
Our app collects real-time data about sports events. Third parties out there are contracted by the events to stream the video via the 3rd party's web site. What would be a good way to overlay our data over the 3rd party's live stream to deliver a...