logo

Live Production Software Forums


Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
bgbenni  
#1 Posted : Thursday, May 31, 2018 4:46:29 AM(UTC)
bgbenni

Rank: Advanced Member

Groups: Registered
Joined: 5/29/2018(UTC)
Posts: 76
Germany

Thanks: 25 times
Was thanked: 4 time(s) in 4 post(s)
Hallo Vmix Community,

i need help.
i wont at a scoreboard source in to Vmix and i don't have any idea how its working ore if it is possible with the api from the scoreboard

The Scoreboard is sending the file with Json.
Maybe some of you can help. i am also happy if it in German ;)


The implementation for the integration for the Events System Listener is done through a service called RESTful, as described below.
The service path for RESTful must be
/events-listener
The service should have the following methods:
Ping
Standard method by scoreboard to "validate" that the service is available. Method HTTP: GET
Path: /ping
Answer: HttpCode 200 if the service is “Available”
New Match Event
Standard method by scoreboard every time they “produce” one of the “events” that scoreboard notified.
Method HTTP: POST
Path: /new-match-event
Post : A JSON that describes the information of the event. This JSON will be described in the section scoreboard Event JSON
Answer: HttpCode 200
New Match Configured
Standard method by scoreboard when a new combat has been set, either by Venue Management or manually.
Method HTTP: POST
Path: /new-match-configured
Post : A JSON that describes the configuration of the Match, this JSON will be described in the section MatchConfiguration JSON
Answer: HttpCode 200
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.