Vmix command get

You have a question or need an advice about how to do something? Ask it here!
Post Reply
gerritk
Posts: 34
Joined: 06 Feb 2018 10:21
Vmix command get

Post by gerritk »

When I sent a command to Vmix it doesn't work. The command is>>>>

[admin|admin|]http://127.0.0.1:8088/api/?Function=Add ... ProppFrexx AUDIO\SynologyDrive\Video\ANDY HUNTER - SPIRAL ft. Beth Bullock (Official Music Video).mp4

I use the EXEC_SEND_HTTP_GET command.
User and password in Vmix server is admin/admin. I can put this off in the settings. Still doesn't work.

When I sent the command straight in a browser it works. http://127.0.0.1:8088/api/?Function=Add ... ProppFrexx AUDIO\SynologyDrive\Video\ANDY HUNTER - SPIRAL ft. Beth Bullock (Official Music Video).mp4

Are there to many commands in my string? The test button gives OK as feedback.
User avatar
radio42
Site Admin
Posts: 8350
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Vmix command get

Post by radio42 »

Can you please post the full command in text form, e.g. like this:

Code: Select all

EXEC_SEND_HTTP_GET admin|admin|http://127.0.0.1:8088/api/?Function=AddInput&Value=Video%7Cd:%5CProppFrexx AUDIO\SynologyDrive\Video\ANDY HUNTER - SPIRAL ft. Beth Bullock (Official Music Video).mp4
So:
a) make sure, that you did not use any brackets around the username and password
b) try POST instead of GET, if that doesn't help
c) check with your API, as you are using a pipe symbol (%7C; |) in your URL. RFC1738 designates the pipe as an unsafe (though supported) character in a URL.

But I assume, that a) is already your issue.
gerritk
Posts: 34
Joined: 06 Feb 2018 10:21
Re: Vmix command get

Post by gerritk »

Thx!
I removed the brackets and it works (with the GET).

Post Reply