not able to add text watermarking in stream

dhwanild

New Member
Hi

i use "/rest-api/stream/inject2/startup" API to play video in stream
i would like to add text watermarking with above API.

can you please help or suggest step to add text watermarking while playing video
 

Max

Administrator
Staff member
Watermark requires Transcoding API


1. Publish stream1
2. Transcode stream1 to stream1_output
/rest-api/transcoder/startup
3. Set watermark for Transcoder URI
/rest-api/transcoder/set_watermark
4. Play stream1_output with Watermark.

Please note.
Video transcoding is CPU extensive operation.
It may utilize 2 physical CPU cores for 720p streams in real time.
 

dhwanild

New Member
Thanks for reply

using Transcoding API i can add watermark image, i want to add text that is not able to do with Transcoding API
 
Top