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!

Live Video feed freezes while SQL Fetch

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

Moderator: Support

Post Reply
User avatar
rusDXB
Posts: 13
Joined: 13 Sep 2014, 10:49

Live Video feed freezes while SQL Fetch

Post by rusDXB » 16 Dec 2014, 19:58

Hi all

i have quite simple setup

Live feed on the background (Texture)
several text blocks and image loaders over it.
Fetching content into it using query mode, every time I'm sending the query the live feed freezes till data received, which is around 1-2 seconds. I saw the asynchron tick on Properties panel of the query but it seems it does nothing.

Any ideas of how make it to work together.

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: Live Video feed freezes while SQL Fetch

Post by Daniel Willer » 18 Dec 2014, 13:12

Please check the Asynchron flag on the Query node to not interrupt the rendering during the query.

User avatar
rusDXB
Posts: 13
Joined: 13 Sep 2014, 10:49

Re: Live Video feed freezes while SQL Fetch

Post by rusDXB » 18 Dec 2014, 13:37

Hi Daniel , as I mentioned in post , switching the Asynchron flag on , doesn't make any difference. Any ideas ?

Christian Krix Schmidt
Posts: 290
Joined: 18 Jan 2012, 11:36
Location: Dubai, United Arab Emirates
Contact:

Re: Live Video feed freezes while SQL Fetch

Post by Christian Krix Schmidt » 18 Dec 2014, 14:02

I can confirm that there is something not working as intended. We recently had a project with a SQL database connected and loads of twitter feeds. The Query did cause a render stall even though it was set to Async. This did not happen diring production vecause we did not have that much data. But during the show the amount of data caused frame drops. We had to move the data query to another static part of the scene to avoid visible frame drops.

User avatar
rusDXB
Posts: 13
Joined: 13 Sep 2014, 10:49

Re: Live Video feed freezes while SQL Fetch

Post by rusDXB » 18 Dec 2014, 15:06

Thanks Christian , I resolved my event by using RSS node, but I still want to make SQL work, it has more power into it.

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: Live Video feed freezes while SQL Fetch

Post by Daniel Willer » 19 Dec 2014, 12:37

Ok we will double check that over here.
But that is not gonna happen before next year.

Regards
Daniel

Post Reply