ant-media / Ant-Media-Server

Ant Media Server is a live streaming engine software that provides adaptive, ultra low latency streaming by using WebRTC technology with ~0.5 seconds latency. Ant Media Server is auto-scalable and it can run on-premise or on-cloud.
https://antmedia.io
Other
4.29k stars 632 forks source link

Add logo option easily through application settings #6545

Open brixxnatt opened 3 months ago

brixxnatt commented 3 months ago

Add logo option withing the webapp settings , no need for plugins please

burak-58 commented 3 months ago

Filter plugin is already deployed with AMS and you can add logo by using it. If you don't want transcoding, you may add it on the player side with your custom implementation.

rahul7827 commented 3 months ago

@brixxnatt @burak-58

Its publisher/player side implementation. Using "data channel" so that we can update the overlay content to player side in real time.

image

mekya commented 2 months ago

Hi @brixxnatt Adding a logo generally requires transcoding the stream. I mean it's a process-intensive operation. As @burak-58 mentions, it's available and we may do something easy-to-use as a response to your request.

Alternatively, @rahul7827 has another solution for this issue.

Anyway, if we receive similar requests from users, we may increase the priority of this issue to do it.

FYI

Cheers