logo

Live Production Software Forums


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

Notification

Icon
Error

9 Pages«<6789>
Options
Go to last post Go to first unread
IceStream  
#141 Posted : Wednesday, November 27, 2019 10:57:48 AM(UTC)
IceStream

Rank: Advanced Member

Groups: Registered
Joined: 3/7/2012(UTC)
Posts: 2,600
Man
Location: Canada

Thanks: 33 times
Was thanked: 501 time(s) in 470 post(s)
@ e.belyshev

vMix HD (and below) has always only supported 1x Fullscreen Output and 1x External Output.
Only vMix 4K and vMix Pro support a 2nd Fullscreen Output and a 2nd External Output.
Perhaps you were using the free 60 Day Trial (which is equivalent to vMix Pro).


Ice
e.belyshev  
#142 Posted : Wednesday, November 27, 2019 2:32:35 PM(UTC)
e.belyshev

Rank: Member

Groups: Registered
Joined: 11/5/2019(UTC)
Posts: 11
United States

Originally Posted by: IceStream Go to Quoted Post
@ e.belyshev

vMix HD (and below) has always only supported 1x Fullscreen Output and 1x External Output.
Only vMix 4K and vMix Pro support a 2nd Fullscreen Output and a 2nd External Output.
Perhaps you were using the free 60 Day Trial (which is equivalent to vMix Pro).


Ice




Nevermind then. I use 1 NDI out & 1 Blackmagic out & to me that's two external outputs.
richardgatarski  
#143 Posted : Wednesday, November 27, 2019 9:54:27 PM(UTC)
richardgatarski

Rank: Advanced Member

Groups: Registered
Joined: 2/18/2014(UTC)
Posts: 1,811
Location: Stockholm

Thanks: 137 times
Was thanked: 292 time(s) in 246 post(s)
Perhaps not a bug, but when Setting things up that asks for a restart (e.g. changing an Audio Output) vMix's windows sizes and postions are not remembered after the restart (including pop-out audio mixer, list, etc). Same thing happens in v22.
dabex  
#144 Posted : Friday, November 29, 2019 12:10:24 AM(UTC)
dabex

Rank: Newbie

Groups: Registered
Joined: 11/13/2019(UTC)
Posts: 4
Italy

Was thanked: 1 time(s) in 1 post(s)
Originally Posted by: dabex Go to Quoted Post
Hi,
how can i ingest 8 audio channels with SRT? I receive a stream with 8 audio ch but I only see two of them.

Many thanks!


Anyone who can answer my questions?

Thanks a lota!
AdamMiner  
#145 Posted : Monday, December 2, 2019 1:28:54 PM(UTC)
AdamMiner

Rank: Member

Groups: Registered
Joined: 8/1/2019(UTC)
Posts: 14
United States
Location: Kansas

Originally Posted by: raugert Go to Quoted Post
@stevespaw

The API commands for "Mix" inputs:

http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Mix=0 (vMIx Main)
http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Mix=1 (Mix 2)
http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Mix=2 (Mix 3)
http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Mix=3 (Mix 4)

The Mix index in the API starts at "0" which is a little different than in the shortcut settings (Mix1-4).

Richard


Just played with this, and it appears to work, however, I'm unable to select the mix input by GUID. @admin aAm I doing this wrong, or can it be added?

Attempting to use either of the URLs below changes the vMix Man Output rather then my intended mix input.
http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Mix=dccd67f1-0d0e-4e2c-a17d-bdc8a6d000d6
http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Input=1&Mix=dccd67f1-0d0e-4e2c-a17d-bdc8a6d000d6
raugert  
#146 Posted : Monday, December 2, 2019 2:56:42 PM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 107 times
Was thanked: 309 time(s) in 176 post(s)
I think your syntax is wrong. The GUID should be the GUID of the Input that you want to fade to. The mix value selects the Mix input that you want to control. (value 0-3)

Try:

http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Input=dccd67f1-0d0e-4e2c-a17d-bdc8a6d000d61&Mix=1

thanks 2 users thanked raugert for this useful post.
stevespaw on 12/2/2019(UTC), carsco on 12/15/2019(UTC)
AdamMiner  
#147 Posted : Tuesday, December 3, 2019 4:45:18 AM(UTC)
AdamMiner

Rank: Member

Groups: Registered
Joined: 8/1/2019(UTC)
Posts: 14
United States
Location: Kansas

Originally Posted by: raugert Go to Quoted Post
I think your syntax is wrong. The GUID should be the GUID of the Input that you want to fade to. The mix value selects the Mix input that you want to control. (value 0-3)

Try:

http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Input=dccd67f1-0d0e-4e2c-a17d-bdc8a6d000d61&Mix=1



You're correct based on the wording I had, I just phrased question wrong.

We've been able to select ?input= by GUID, but I'm not able to do the same with ?mix=.
My concern is that if the input is dragged before/after another mix input, that the affected mix input won't be controlled. I'd rather send a GUID than relative mix id.

Something like this would've been better for me to post:
http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Input=86f8b905-e73e-462e-b888-2a68061351b7&Mix=dccd67f1-0d0e-4e2c-a17d-bdc8a6d000d61
raugert  
#148 Posted : Tuesday, December 3, 2019 10:29:14 AM(UTC)
raugert

Rank: Advanced Member

Groups: Registered
Joined: 8/5/2017(UTC)
Posts: 560
Canada
Location: Manitoba

Thanks: 107 times
Was thanked: 309 time(s) in 176 post(s)
Ah OK, I think you might be using the command the wrong way. I'll try my best to explain:

When controlling a "Mix" Input, you normally don't include the Input name or GUID in the command string. You simply send the desired transition command (cut, fade etc) to the Mix Input (2,3,4) you wish to control.

The values for "Mix" are used to select the desired Mix Input you wish to control and not the Input you want to switch to.
Value 0 will control the vMix Main Mix
Value 1 will control the Mix2 Input
Value 2 will control the Mix3 Input
Value 3 will control the Mix4 Input

Example: http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Mix=1 (The current Preview Input which is selected in the "Mix2 Input" will then Fade to the Output you have selected in the "Mix2 Input")


If you do choose to include an "Input" in the command string it will transition directly to that Input within the "Mix Input".

Example: http://127.0.0.1:8088/api/?Function=Fade&Duration=1000&Input=86f8b905-e73e-462e-b888-2a68061351b7&Mix=1 (The Input you have indicated will then Fade directly to the Output you have selected in the "Mix2 Input" )


It's a little bit confusing at first but I hope that helps.

cheers,
Richard
thanks 1 user thanked raugert for this useful post.
sinc747 on 12/4/2019(UTC)
dabex  
#149 Posted : Wednesday, December 4, 2019 11:55:16 PM(UTC)
dabex

Rank: Newbie

Groups: Registered
Joined: 11/13/2019(UTC)
Posts: 4
Italy

Was thanked: 1 time(s) in 1 post(s)
Hi,
the 8 audio buses are really great!! This is absolutely a killer-feature for me.
Could be very very useful to be able to assign busses DEFG to an output other than MABC and MABCDEFG.

When you have 8 ch in input and 8 different ch in output (as i'm testing for an actual production) this could be necessary.

Thank you very much!
admin  
#150 Posted : Thursday, December 5, 2019 5:13:26 PM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,137
Man
Location: Gold Coast, Australia

Was thanked: 4135 time(s) in 1487 post(s)
23.0.0.27

http://cdn.vmix.com/download/vmix23preview.exe

* Added new GT Text and GT Timer built in templates
* Improved Facebook API support, now allows selecting existing scheduled streams to stream to
and also to allow creating new scheduled stream directly from vMix.
* Added reset right click menu for SRT input
* Tally lights will now indicate correctly if Mix input is in Output
* Check box for local access added to Web Controller settings to allow local apps to connect without password.
* Activators added for Mix input (InputMixX and InputPreviewMixX)
* Mix input status added to API XML
* Fixed issue where offline replay input would stop shortcuts from working.
* Fixed some issues where auto shrink GT titles may shrink more than necessary.
* Fixed issues when using Intel Hardware HEVC encoder for SRT streams.
* Fixed issues with Replay "Use Source Settings" for colour correction.,
* Fixed SRT stats not displaying correctly since 1.4 update.
thanks 7 users thanked admin for this useful post.
raugert on 12/5/2019(UTC), stevespaw on 12/6/2019(UTC), ask on 12/6/2019(UTC), monamiga on 12/6/2019(UTC), mjgraves on 12/6/2019(UTC), StepBackInTime_TV on 12/6/2019(UTC), MycroBeat99 on 12/9/2019(UTC)
mgrayeb  
#151 Posted : Thursday, December 5, 2019 8:16:49 PM(UTC)
mgrayeb

Rank: Advanced Member

Groups: Registered
Joined: 3/3/2018(UTC)
Posts: 178

Thanks: 80 times
Was thanked: 7 time(s) in 7 post(s)
Love the new GT Text templates! Can already see how much sharper it looks side by side with the old XAML style. Really like the drop shadow template! Thank you very much!
STADIORADIO  
#152 Posted : Friday, December 6, 2019 10:11:42 AM(UTC)
STADIORADIO

Rank: Advanced Member

Groups: Registered
Joined: 10/1/2013(UTC)
Posts: 193
Man
Location: Bovalino (Italy)

Thanks: 83 times
Was thanked: 3 time(s) in 3 post(s)

I hope to make a video tutorial for an SRT connection
imagebotique  
#153 Posted : Saturday, December 7, 2019 11:18:01 AM(UTC)
imagebotique

Rank: Advanced Member

Groups: Registered
Joined: 8/3/2013(UTC)
Posts: 46
Man
Location: Florida

Thanks: 19 times
Was thanked: 1 time(s) in 1 post(s)
pop warner.gtzip (197kb) downloaded 8 time(s).Perhaps a small bug related to GT title designer. when trying to create a text box so that the text moves from right to left I cannot seem to get it to work under these conditions. When automatic text box resizing is set to "width and height" my textbox seems to lose the right to left functionality. I am trying to build a scoreboard and have the home team name expand out from the center of the screen to the right the way default text responds but when I create the visitor text box and try to get it to expand from the center of the screen to the left it does not work whenj "width and height" gets checked. I would like to have both of these text boxes resize automatically as different length team names are retreived from data sources and they are also backed by bound rectangles which also follow the length of the text box. When other text box size options are chosen such as "fixed" "width" and "height the right to left seems to work ok. its only when set to "width and height" is chosen.

I see this same issue was posted on post #12 on this topic but as of the latest beta release it is still not working and in some other posts I see where Admin states that in the case of "width and height" being selected that the text box will always be anchored in the top left however if you look at the scoreboard file I have attached I am not sure how to get the text behavior I have described where there is a home and away text box which both expand out from the center of the screen
admin  
#154 Posted : Saturday, December 7, 2019 11:55:52 AM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,137
Man
Location: Gold Coast, Australia

Was thanked: 4135 time(s) in 1487 post(s)
Hi,

As already noted, as it is anchored to the top left, if you want it to expand out from the center or right, you will need a fixed size text box the text can move/expand inside of.

Regards,

Martin
vMix
claudiogp65  
#155 Posted : Sunday, December 8, 2019 4:28:45 AM(UTC)
claudiogp65

Rank: Newbie

Groups: Registered
Joined: 11/20/2019(UTC)
Posts: 2
Argentina
Location: buenos aires

This is my problem

https://drive.google.com...NYDllqDNxl6nO6pa-ojwe3Rt

The images are not seen in either window.
Sorry for my English
MycroBeat99  
#156 Posted : Tuesday, December 10, 2019 6:51:21 AM(UTC)
MycroBeat99

Rank: Advanced Member

Groups: Registered
Joined: 8/31/2015(UTC)
Posts: 30
Man
Romania
Location: Romania

Thanks: 12 times
Was thanked: 2 time(s) in 2 post(s)
Originally Posted by: imagebotique Go to Quoted Post
pop warner.gtzip (197kb) downloaded 8 time(s).Perhaps a small bug related to GT title designer. when trying to create a text box so that the text moves from right to left I cannot seem to get it to work under these conditions. When automatic text box resizing is set to "width and height" my textbox seems to lose the right to left functionality. I am trying to build a scoreboard and have the home team name expand out from the center of the screen to the right the way default text responds but when I create the visitor text box and try to get it to expand from the center of the screen to the left it does not work whenj "width and height" gets checked. I would like to have both of these text boxes resize automatically as different length team names are retreived from data sources and they are also backed by bound rectangles which also follow the length of the text box. When other text box size options are chosen such as "fixed" "width" and "height the right to left seems to work ok. its only when set to "width and height" is chosen.

I see this same issue was posted on post #12 on this topic but as of the latest beta release it is still not working and in some other posts I see where Admin states that in the case of "width and height" being selected that the text box will always be anchored in the top left however if you look at the scoreboard file I have attached I am not sure how to get the text behavior I have described where there is a home and away text box which both expand out from the center of the screen


Yeah, you need to move your graphics to Left to Right, instead of right to left, if you want that function work. Like that i did and me.

Originally Posted by: admin Go to Quoted Post
Hi,

As already noted, as it is anchored to the top left, if you want it to expand out from the center or right, you will need a fixed size text box the text can move/expand inside of.

Regards,

Martin
vMix


Maybe you can try to move that anchor to top right for this type of text or/and graphics when "width and height" use right text align and isolate it.
admin  
#157 Posted : Tuesday, December 10, 2019 2:51:11 PM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,137
Man
Location: Gold Coast, Australia

Was thanked: 4135 time(s) in 1487 post(s)
23.0.0.28

http://cdn.vmix.com/download/vmix23preview.exe

* Added SetBusCVolume to SetBusGVolume shortcuts
* Audio buses will now be created even if selected device is not working or is disabled.
* Error message now displayed when creating a stream on a Page with privacy other than Public, as all streams on Pages are always public as per FB policy.
* Two "spinner" animated GT templates added
* Fixed issue with colour bars on stream when switching between presets with different stream resolutions.
* Fixed error with some ASIO devices.
thanks 6 users thanked admin for this useful post.
raugert on 12/10/2019(UTC), stigaard on 12/10/2019(UTC), ask on 12/10/2019(UTC), stevespaw on 12/10/2019(UTC), sinc747 on 12/11/2019(UTC), mjgraves on 12/11/2019(UTC)
admin  
#158 Posted : Wednesday, December 11, 2019 12:49:44 AM(UTC)
admin

Rank: Administration

Groups: Administrators
Joined: 1/13/2010(UTC)
Posts: 5,137
Man
Location: Gold Coast, Australia

Was thanked: 4135 time(s) in 1487 post(s)
23.0.0.29

http://cdn.vmix.com/download/vmix23preview.exe

* Fixed bug where software only encoding/decoding for SRT was not working correctly since 23.0.0.25!
thanks 2 users thanked admin for this useful post.
sinc747 on 12/11/2019(UTC), raugert on 12/11/2019(UTC)
MickeyMJJ  
#159 Posted : Wednesday, December 11, 2019 9:24:55 AM(UTC)
MickeyMJJ

Rank: Advanced Member

Groups: Registered
Joined: 12/14/2018(UTC)
Posts: 124
France
Location: Clermont-Ferrand

Thanks: 30 times
Was thanked: 8 time(s) in 7 post(s)
Hello Martin,

I will have 2 questions, please.

Is it possible to install version vMix 23 beta (for testing) at the same time as version 22 on the same Windows?

Do you have an aproximative date of the release of vMix 23?

Thank you for your work.

Michael.
sinc747  
#160 Posted : Wednesday, December 11, 2019 12:26:24 PM(UTC)
sinc747

Rank: Advanced Member

Groups: Registered
Joined: 8/2/2013(UTC)
Posts: 1,018
Man
United States
Location: Fairhope, Alabama USA

Thanks: 540 times
Was thanked: 194 time(s) in 160 post(s)
Originally Posted by: MickeyMJJ Go to Quoted Post
Is it possible to install version vMix 23 beta (for testing) at the same time as version 22 on the same Windows?


Yes, you can install version 23 right over version 22. If you don't like it, just reinstalled version 22 right over v23. All of your settings, presets, etc. will be there.

Originally Posted by: MickeyMJJ Go to Quoted Post
Do you have an aproximative date of the release of vMix 23?


vMix 23 is being released today. Check https://www.vmix.com/software/download.aspx to see when version 23 is available for download.
Users browsing this topic
9 Pages«<6789>
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.