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
elPoohy  
#1 Posted : Friday, August 11, 2023 2:18:48 AM(UTC)
elPoohy

Rank: Newbie

Groups: Registered
Joined: 8/6/2023(UTC)
Posts: 8
Lithuania
Location: Vilnius

Currently you can only get only limited information via one handler -- http://127.0.0.1:8088/API/

What really MUST to be done:
  1. Separated handlers for every data (input list, active input, input data, input status.)
  2. API MUST show all data for input, that include - input resolution, input position, list of layers(if any)
doggy  
#2 Posted : Friday, August 11, 2023 2:28:35 AM(UTC)
doggy

Rank: Advanced Member

Groups: Registered
Joined: 12/27/2012(UTC)
Posts: 5,085
Belgium
Location: Belgium

Thanks: 284 times
Was thanked: 920 time(s) in 759 post(s)
Originally Posted by: elPoohy Go to Quoted Post
Currently you can only get only limited information via one handler -- http://127.0.0.1:8088/API/

What really MUST to be done:
  1. Separated handlers for every data (input list, active input, input data, input status.)
  2. API MUST show all data for input, that include - input resolution, input position, list of layers(if any)


A lot of extra info can be retrieved from the preset and the config files
elPoohy  
#3 Posted : Friday, August 11, 2023 3:00:14 AM(UTC)
elPoohy

Rank: Newbie

Groups: Registered
Joined: 8/6/2023(UTC)
Posts: 8
Lithuania
Location: Vilnius

Originally Posted by: doggy Go to Quoted Post
Originally Posted by: elPoohy Go to Quoted Post
Currently you can only get only limited information via one handler -- http://127.0.0.1:8088/API/

What really MUST to be done:
  1. Separated handlers for every data (input list, active input, input data, input status.)
  2. API MUST show all data for input, that include - input resolution, input position, list of layers(if any)


A lot of extra info can be retrieved from the preset and the config files


Technically yes.

BUT:
1. You must populate simple data that already exist inside software via different data sources. That's look strange for me.
2. You can't get all the data.

For example if I need to get resolution for layer two in multi view that i send to the Program, I must:
1. Get Active status in XML.
2. Unmarshal it.
3. Find input that in Program.
4. Find that input in list of all inputs.
5. Try find that input in saved config (and what if I just added new media file to the list, while on live?)
6. Get file name and full path.
7. Call for some third party CLI software to get media data.
8. Read input.
9. Oooooh... yeah... You are using VBA so read data from CLI output will be complicated ))))

No. We all live in 2023, in the world when json and swagger already exist.
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.