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
sivertb  
#1 Posted : Tuesday, September 17, 2024 8:50:04 PM(UTC)
sivertb

Rank: Newbie

Groups: Registered
Joined: 2/2/2023(UTC)
Posts: 3
Norway
Location: Oslo

Hi! Here's a little feature request from us. We use vMix for visual radio, and sometimes use vMixCall when one or more hosts are out of the office, so that they can join the broadcast from wherever.

We wish to be able to control vMixCall with the api! It would be nice to be able to add the vMixCall input, and retrieve the URL using a GET-request. That way, our radio hosts can add guests to our automated vMix setup from the studio, whenever they need.

Thanks!

Regards,
Sivert
ryxyz  
#2 Posted : Saturday, September 21, 2024 4:16:16 AM(UTC)
ryxyz

Rank: Advanced Member

Groups: Registered
Joined: 2/23/2023(UTC)
Posts: 41
United States

Thanks: 7 times
Was thanked: 10 time(s) in 3 post(s)
The vMix XML API already exposes the password under the callPassword attribute:


Code:
<input
  key="c89e4c82-52b4-421d-b9bd-cf457c7d417c"
  number="2"
  type="VideoCall"
  title="Call1"
  shortTitle="Call1" 
  state="Running"
  position="0"
  duration="0" 
  loop="False"
  muted="True" 
  volume="100"
  balance="0"
  solo="False"
  soloPFL="True"
  audiobusses="M"
  meterF1="0"
  meterF2="0"
  gainDb="0"
  callPassword="0123456789"
  callConnected="False"
  callVideoSource="Output1"
  callAudioSource="Master">Call1</input>


It would be nice to have the ability to reset an vMix call's password via an API call.
sivertb  
#3 Posted : Monday, September 23, 2024 4:00:51 PM(UTC)
sivertb

Rank: Newbie

Groups: Registered
Joined: 2/2/2023(UTC)
Posts: 3
Norway
Location: Oslo

Originally Posted by: ryxyz Go to Quoted Post
The vMix XML API already exposes the password under the callPassword attribute:


Code:
<input
  key="c89e4c82-52b4-421d-b9bd-cf457c7d417c"
  number="2"
  type="VideoCall"
  title="Call1"
  shortTitle="Call1" 
  state="Running"
  position="0"
  duration="0" 
  loop="False"
  muted="True" 
  volume="100"
  balance="0"
  solo="False"
  soloPFL="True"
  audiobusses="M"
  meterF1="0"
  meterF2="0"
  gainDb="0"
  callPassword="0123456789"
  callConnected="False"
  callVideoSource="Output1"
  callAudioSource="Master">Call1</input>


It would be nice to have the ability to reset an vMix call's password via an API call.



Yes! This is what we want. To be able to add the input, retrieve the password AND set a new random password using the API.

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.