Replies: 2 comments 1 reply
-
Hello @itkujo Thank you for reaching out with your query. There are two approaches you can use to achieve this:
I haven't personally used the Media Push Plugin yet, but after reviewing the documentation, it appears straightforward. I can certainly give it a try and get back to you in a couple of days. As for the Data Channel approach, updating the score is quite simple, and I have successfully implemented this method. To do so, you would send the score information as a JSON object over the Data Channel from the streamer's end. This will broadcast the score to all connected viewers. On the viewer's side, you can capture and display this data in the video area. Implementing this will require some HTML and CSS for styling, but it's a lightweight solution and does not significantly impact CPU usage (unlike the Media Push Plugin, which may be more CPU-intensive). Let me know if you need further clarification on any of the steps. |
Beta Was this translation helpful? Give feedback.
-
Hello @klasadoroty For a quick understanding of overlay using Data Channel, I wrote a code snippet below to send marquee data from streamer to viewer end. For detailed explanation I can write a blog post later on with a demo script. Implementation having two parts, first one is Streamer Area and the second is Viewer area. Streamer End Streamer Area's UI to set the marquee text
Viewer end
|
Beta Was this translation helpful? Give feedback.
-
I have been following for hours the documentation in github and on the knowledgebase here https://antmedia.io/docs/guides/recording-live-streams/media-push-plugin/ and cant figure out how to get my livescores from a web page. (https://app.overlays.uno/output/3jd8eNzBWOOuhCZuKvq0EG to appear on top of another stream using the Composite Layout function. I would love some help please.
I am using AMS enterprise on trial to get this to work. If we can get it to work we will be moving forward with purchasing our AMS copy. But it is important to get our overlays on top of the video without the need of any other software but AMS and its plugins.
Any and all help is appreciated. and if anyone needs more info from me please let me know.
Beta Was this translation helpful? Give feedback.
All reactions