sagiadinos / garlic-player

Digital Signage Player based on SMIL
https://garlic-player.com
GNU Affero General Public License v3.0
88 stars 17 forks source link

Event triggers (possible feature request) #11

Closed bladerunner2020 closed 2 years ago

bladerunner2020 commented 4 years ago

Iadea SMIL supports network triggers. We can create a SMIL file and then start one or anther seq via http-requests.

what is usually needed:

Would it be possible to do or to add something like this to garlic-player?

sagiadinos commented 4 years ago

That will happens in the next near time. Currently, there are some conceptional problems in the parser, which needs to address, first. For example for the behaviour of excl/priority has some errors. After that a small webserver will be implemented to offer a REST-API.

P.S.: I do not know how to make a feature request here.

bladerunner2020 commented 4 years ago

Cool. Any idea about when new version with REST-API should be available?

sagiadinos commented 4 years ago

I hope until the end of April 2020. It has some business priority for me...

sagiadinos commented 4 years ago

Sorry about delay, but I had to focus on some more urgent projects the last two months. I started just some days ago to fix the excl/priority issues.

sagiadinos commented 2 years ago

With a two year delay finally the notify-trigger for begin and end attributes is supported and reachable via Restful API. The parser clean up for "correct" trigger, better SMIL support and some other projects take much more time than expected. But, better late than never. ;)

Currently status is experimental. You will find binaries on https://garlic-player.com/index.html#downloads under topic "Latest Developer Releases".