Profile Picture

CrazyTalk7 Depolyment on Self Hosted Server.

Posted By jigneshrajguru 10 Years Ago
You don't have permission to rate!
Author
Message
jigneshrajguru
ExclamationMark
jigneshrajguru
Posted 10 Years Ago
View Quick Profile
Senior Member

Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 21, Visits: 87
Hi all,

I am Planing to Deploy my project on self hosted server using WordPress, but getting problems with Interactive Plugin exported files detection. Custom Unity Web Player I have defined is initializing and working properly through MIME web.config files but data files not getting loaded properly.

Data files I mean : Crazy Talk Interactive plugin Exported files:
.uctproject
.uctidle
.uctmodel
.uctmotion
.uctscript

Steps I have taken on my WordPress Site are:

1st:

I have defined my own unity web player with my own logo.

Files I have used are:
CTWebPlayer.js
CTWebPlayer.min.js
CTWebPlayer.unity3d
jquery.min.js
PlayerLogo.png
UnityObject2.js

[b]Web.config
(Required for MIME Types Settings)
Attached "Snap1.jpg" for reference

2nd:


I have created local animation project and used following path to test my defined web payer, to check if its working.

======================================================================================
http://localhost:64387/wp-content/ITLWebPlayer/]jquery.min.js
http://localhost:64387/wp-content/ITLWebPlayer/UnityObject2.js
http://localhost:64387/wp-content/ITLWebPlayer/CTWebPlayer.min.js"
http://localhost:64387/wp-content/uploads/2014/06/PlayerLogo.png
http://localhost:64387/wp-content/ITLWebPlayer/CTWebPlayer.unity3d

Attached "Snap2.jpg" for reference
======================================================================

However, I have used local files path for my project as below:

======================================================================
Webpage Home.uctproject
Webpage Home.uctscript
Affirmative.uctidle


Attached "Snap3.jpg" for reference
======================================================================

Tested it and it had worked like charmed.

It means my defined Unity web player has initialized and worked properly.

Attached "Snap4.jpg" and "Snap5.jpg" for reference
======================================================================

3rd:
Now, After testing defined web player, I have uploaded my Crazy Talk 7 Interactive exported files with HTML File on different folder of my local WordPress site.

Custom Web player has initialized and worked but........

My project files are not getting executed..... It's not loading and there is no any errors

Attached "Snap6.jpg" and "Snap7.jpg" for reference


4th:

To resolve above issue I had defined MIME Types on WordPress Site for all Interactive Plugins exported files as application/octet-stream.
Don't know it's correct or not. , but I have given try for testing purpose.

Further,
On local IIS Server Console Defined the same under HTTP Response Headers and MIME Types too

But No success....................................

Attached "Snap8.jpg" and "Snap9.jpg" and "Snap10.jpg" for reference

Please Anyone will Help me?
Attachments
Snap1.jpg (107 views, 206.00 KB)
Snap2.jpg (145 views, 288.00 KB)
Snap3.jpg (87 views, 160.00 KB)
Snap4.jpg (138 views, 56.00 KB)
Snap5.jpg (140 views, 80.00 KB)
Snap6.jpg (97 views, 224.00 KB)
Snap7.jpg (89 views, 223.00 KB)
Snap8.jpg (92 views, 264.00 KB)
Snap9.jpg (135 views, 167.00 KB)
Snap10.jpg (154 views, 220.00 KB)
jigneshrajguru
jigneshrajguru
Posted 10 Years Ago
View Quick Profile
Senior Member

Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 21, Visits: 87
Hi all,

It's confirmed that it's MIMEType issue

I have generated error report file and traced capture requests log file on Local WordPress Site.

Snapshots are attached for the reference.
File Names are : Snap11.jpg and Snap12.jpg

Support must have to illustrate MIMETypes and it's settings in Selg Hosted Server Documentation.

Hence, Waiting for response.

Regards,
Jignesh Rajguru.
Attachments
Snap11.jpg (102 views, 276.00 KB)
Snap12.jpg (156 views, 263.00 KB)
jigneshrajguru
jigneshrajguru
Posted 10 Years Ago
View Quick Profile
Senior Member

Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 21, Visits: 87
Hi all,

Another alternative way to define Mime Types on to WordPress Site without using web.config file or third party WordPress plugins is to define Mime Types in to .htaccess file under your website root directory.

I have deleted web.config file and removed defined entries from third party plugins.

Then, defined all Application Mime Types in to .htaccess file only because it's the fastest forceful way to workaround.

Snap13.JPG is attached for the reference.

However the final result is the same....

So I need MIME Types for Interactive Plug ins exported data files to get worked on web server.

Support Team or any one has/have IDEA?

Waiting for Response.

Regards,
Jignesh Rajguru.
+91.9920046437
Attachments
Snap13.jpg (91 views, 227.00 KB)
jigneshrajguru
jigneshrajguru
Posted 10 Years Ago
View Quick Profile
Senior Member

Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 21, Visits: 87
Hi All,

I have Achieved my Target.

MIME Type for Crazy Talk Application is:

fileExtension=".ctproject" mimeType="application/octet-stream"

I have defined it in web.config file and it has worked.

Snap14.jpg and Snap15.jpg has attached for the reference.

Regards,
Jignesh Rajguru.
+91.9920046434.
Attachments
Snap14.jpg (100 views, 230.00 KB)
Snap15.jpg (144 views, 270.00 KB)
jigneshrajguru
jigneshrajguru
Posted 10 Years Ago
View Quick Profile
Senior Member

Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 21, Visits: 87
Hi Sir,

As I had told you, my project is still under Testing mode.

I have deleted all the web browsers cache's (Firebox, Chrome and IE)and issue has started again. MIME Types are now not getting detected.

None of below methods had worked.

Defined "Web.config" file.
Defined ".htaccess" file.
Defined in IIS Console: HTTP Response Headers and MIME Types.


Please It's request to lets me know what are the correct settings would work. Is anything I'm missing?

What are the correct MIME Type's I have to use?

Does there is something I need to add under "html tag or head tag or div tag of unity player" for MIME Type under webpage code?


My Platform is :
Windows 8.1 64 bit
Processor i5 4 core
MYSQL Application for database
PHP Latest Version.
Used Microsoft Web Matrix with WordPress 3.9.1


On which platform your website is working and what are the settings to achieve our crazy talk projects to work without error from server. Like your Interactive Plug In Demo website always works.

Kindly update your Tutorials with following information's:
On which web hosting platform it will work and what are the correct settings in detailed manner - needs urgent update.

I am Planning to purchase Go Daddy Hosting plan with Windows Based Server cPanel - Does it will suit my requirements for crazy talk project deployments.

Kindly Help me here any Technical or Developer Support Team / Any Member in case if you need to assist me.




Short and sweet:

What are the correct MIME Type's I have to use?

Does there is something I need to add under "html tag or head tag or div tag of unity player" for MIME Type under webpage code?

Kindly update your Tutorials with following information's:
On which web hosting platform it will work and what are the correct settings in detailed manner - needs urgent update.

Help me to take proper decision about Web Hosting Plan Platform. Any recommendation?




Waiting for Positive Response from Support Team.

Thanks and Regards,
Jignesh Rajguru.

Peter (RL)
Peter (RL)
Posted 10 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)

Group: Administrators
Last Active: 8 hours ago
Posts: 22.7K, Visits: 35.7K
I believe the Technical Support is helping you with these issues. Please do keep in contact with Support if you have any resolved issues. Thanks.

                                                                

Peter
Forum Administrator

www.reallusion.com


jigneshrajguru
jigneshrajguru
Posted 10 Years Ago
View Quick Profile
Senior Member

Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)Senior Member (361 reputation)

Group: Forum Members
Last Active: 4 Years Ago
Posts: 21, Visits: 87
Hi Friends,

Yes, I have been sorted out.

Correct settings are:

Web.config File (for WordPress Platform)













Same has been used with .htaccess and IIS Server too with proper format.

Thanks to the Support Team.

Anyone can use my this forum to deploy Crazy Talk 7 project on all there any Self Hosted Server platform of Linux, Apache, WordPress or Windows IIS Server.

Enjoy the stuff.....

Support Team has now updated explanatory links with all proper details at:

http://www.reallusion.com/crazytalk/help/CrazyTalk7/UserManual/default.html#link_105

Regards,
Jignesh Rajguru.
Peter (RL)
Peter (RL)
Posted 10 Years Ago
View Quick Profile
Distinguished Member

Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)Distinguished Member (115.8K reputation)

Group: Administrators
Last Active: 8 hours ago
Posts: 22.7K, Visits: 35.7K
That's great to hear. Thanks for updating us. Smile

                                                                

Peter
Forum Administrator

www.reallusion.com





Reading This Topic