Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Multiple Ventuz instances

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Multiple Ventuz instances

Post by Robert » 21 Jun 2012, 15:01

Hi,

How to avoid the multiple instance problem message to run several Ventuz Presentation in the same machine ?

Thx

Robert

User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Re: Multiple Ventuz instances

Post by Robert » 25 Jun 2012, 22:42

Is it possible to have several instances of ventuz playing at same time ?

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: Multiple Ventuz instances

Post by Karol » 27 Jun 2012, 09:06

Hi Robert,

it is possible to start multiple Ventuz instances but this is not officially supported.
There are some draw-backs:
- exclusive Fullscreen is only available for one instance
- same communication ports can only be used by one application

Best Regards
Karol

User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Re: Multiple Ventuz instances

Post by Robert » 01 Jul 2012, 21:52

Thank you Karol but is it possible to avoid the multiple instance message ?

Robert

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: Multiple Ventuz instances

Post by Karol » 02 Jul 2012, 15:31

Hi Robert,

it is not possible to avoid this message.
This message appears to make users aware of the missing (remoting) functionality.
If we would not present this 'hard' notification, people would wonder why they could not communicate with Ventuz.

Cheers
Karol

User avatar
Robert
Posts: 318
Joined: 21 Jan 2012, 09:25
Location: Toulouse - France
Contact:

Re: Multiple Ventuz instances

Post by Robert » 09 Jul 2012, 14:26

Karol,

If we could add an argument in command line when launching Ventuz presentation, there is no reason to make any mistake.

My problem is that I'm in a dual view mode with 2 differents screen resolutions.
I have a ventuz buttons box in one screen in virtual fullscreen and an exclusive fullscreen ventuz presentation in the other screen.
The button box send osc to the presentation.
I want to automatically start the system but I have to manualy click the button of the multiple instance message before start.

@+

robert

gooihup
Posts: 18
Joined: 19 Jan 2012, 05:09

Re: Multiple Ventuz instances

Post by gooihup » 12 Aug 2012, 03:59

Correct me if I'm wrong but if I understand the scenario correctly, you won't be able to achieve your desired result this way. Reason... the communication ports are only open for the first instance of Ventuz you run. Your second Ventuz instance won't have any ports available to send/receive the OSC messages from your first Ventuz instance.

You will probably need to run off 2 separate machines to get the desired effect.

I am curious though, if there is a more cost effective means to do this.
Mervyn @ AccuCap

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: Multiple Ventuz instances

Post by chriss0212 » 15 Nov 2012, 17:20

hi gooihub

as long as you send osc on broadcast adress you can send it between both apps!

but as robert allready mentioned: it would be great to have a chance to start the second app without the nag screen...maybe you can ad a checkbox in the project settings...or start the vpr with a command line option?

greetz

christian

chriss0212
Posts: 666
Joined: 18 Jan 2012, 20:56
Location: wuppertal
Contact:

Re: Multiple Ventuz instances

Post by chriss0212 » 15 Nov 2012, 18:53

ok...a workaround :-)

a little autoit script:

ShellExecute("G:\yourPresentation1.vpr")
Sleep(5000)
ShellExecute("G:\yourPresentation2.vpr")
WinWaitActive("Ventuz is already running")
Send("{ENTER}")

greetz

christian

Post Reply