Recent content by jainam

  1. jainam

    issue with watermark application via transcoder on a VOD stream

    is there any way to apply the watermark directly to the main (source) stream?
  2. jainam

    issue with watermark application via transcoder on a VOD stream

    This is my step to implement stream and transcoder First, I start the stream using the rest-api/vod/startup API with the following parameters: { "uri" : "vod-live://bg.mp4", "localStreamName" : "Test", "loop" : true } This runs bg.mp4 in a loop under the stream name Test...
  3. jainam

    issue with watermark application via transcoder on a VOD stream

    I’m facing an issue with watermark application via transcoder on a VOD stream: The watermark only appears on the transcoder stream , Previously (or as I expected), it was showing directly in the original video stream as well, or I could view the VOD stream with watermark. How can I make the...
Top