Your comments

I assume you are referring to Video Generation minutes. 

Platinum plan comes with 12 hrs (720 min). 

If you need more you can purchase for $199.50 / 60 min.

To purchase - send a note to sales@sitepal.com.

Hope this helps,

Gil

The SitePal Team

Hello! 

The page must be loaded from a web server. If you are developing locally, a local web server is fine. Many developers use Apache - I'd recommend that but many other options.

Hope this is helpful

Best regards,

Gil

The SitePal Team

Hello Illia - 


Regretfully the video generation implementation cannot generate 60 fps at present.


The solution to enable 60 fps requires some re-engineering & is not available at present.

We're ready to cancel your subscription & provide a refund if that is your preference.

Please send a note to support@sitepal.com - with a link to this thread - and we will take care of it for you.

All the best,

Gil


Hello Frank,

The update has been deployed, and is now available.


See these technical examples (available on our support page under "Advanced Examples") 

http://www.oddcast.com/support1/conversation.html

http://www.oddcast.com/support1/conversation2.html

The API reference documentation has been updated - look for "selectScene" function here (p.23) - 

https://www.oddcast.com/support/docs/vhost_API_Reference.pdf

To use the new functionality you will need to update your embed code from v2 to v4. This version change (see below) will not be needed in the future, as we will update all users' embed code to v4. But for the moment you will need to make this change.

Note:  Using this function requires embed functions v.4 – which are in Beta at this time. To try out this prerelease feature, locate this text in your embed code:
▪ vhost_embed_functions_v2.php
and modify to:
▪ vhost_embed_functions_v4.php

Hope this is helpful. Please let me know if any questions or problems.


Best,

Gil

Frank, 

Any day now. We're in final review. I'll post here and let you know when released.

Thanks for your patience.

Best,

Gil

Hello Frank!

This is entirely doable, and we have two examples on the support pages that showcase exactly that - 

On the advanced examples page - look for "SitePal Conversation":

http://www.oddcast.com/support1/cookbook.html

However - I would advise you to wait for about a week, as we are just about to release an update which would greatly simplify api access to multiple characters on the page.

In the examples noted above - we demonstrate how to control each character via the API. This is accomplished by loading each character into its own iframe, which enables the characters to be individually addressed / called.

Needless to say this makes page design and maintenance a bit more cumbersome than it otherwise would be.

In the upcoming update, we add new built in addressing capabilities to the API - which will make it possible to embed your characters into the same page, without using an individual iframe for each, and access each of them individually via the API.

When we launch this update, we will provide new examples that demonstrate the new method.

Hope this helps,

Gil

The SitePal Team