Hi,
Actually you can do it with built-in filter plugin in v2.4.0.2
You should do followings:
1. Add an adaptive bitrate setting
2. Copy the logo image somewhere in server
3. Call Create filter REST method as:
curl -i -X POST -H "Accept: Application/json" -H "Content-Type: application/json" "https://your_domain:5443/APP_NAME/rest/v2/filters/create" -d '{"inputStreams":["stream_name"],"outputStreams":["stream_name"],"videoFilter":"movie=/path/to/your/image.png,scale=100:100[logo];[in0][logo]overlay[out0]","audioFilter":"[in0]acopy[out0]","videoEnabled":"true","audioEnabled":"true","type":"synchronous"}'
Then the logo will be added your stream.
26 Ekim 2021 Salı tarihinde saat 05:51:55 UTC+3 itibarıyla
ts....@gmail.com şunları yazdı: