Rank: Newbie
Groups: Registered
Joined: 8/6/2023(UTC) Posts: 8 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: - Separated handlers for every data (input list, active input, input data, input status.)
- API MUST show all data for input, that include - input resolution, input position, list of layers(if any)
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 12/27/2012(UTC) Posts: 5,214 Location: Belgium Thanks: 290 times Was thanked: 952 time(s) in 787 post(s)
|
Originally Posted by: elPoohy Currently you can only get only limited information via one handler -- http://127.0.0.1:8088/API/ What really MUST to be done: - Separated handlers for every data (input list, active input, input data, input status.)
- 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
|
|
|
|
Rank: Newbie
Groups: Registered
Joined: 8/6/2023(UTC) Posts: 8 Location: Vilnius
|
Originally Posted by: doggy Originally Posted by: elPoohy Currently you can only get only limited information via one handler -- http://127.0.0.1:8088/API/ What really MUST to be done: - Separated handlers for every data (input list, active input, input data, input status.)
- 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.
|
|
|
|
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.
Important Information:
The vMix Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close