Implement embed video stream on my that will automatically update with each new stream

Hi!
My question is this:
How can I use Gumlet API to automate the process of updating the code on my website so it will always fetch and stream the latest live stream, in a way that all I will have to do when I want to live stream is update my OBS settings and start a live stream and the new live stream will also be live on my website.
My website is hosted on Cloudways. I’m not new to coding, but I must be doing something wrong because I’ve been trying multiple (paid) AIs and spending hours on them, but I can’t seem to get it working, the farthest I got was to get a 404 error by the API “route not found” and “failed to get assets list 404”

help!

TIA

1 Like

Hi @backandfrontmarketin

I am here to help you, here is your API to get the list of live video assets Filter Live Assets. Now use the live_asset_id in Get Live Asset Status to get the status of the asset.

With these two, you would be able to achieve what you mentioned.

Let me know if you have further questions.