You are not logged in.

Search results

Search results 1-20 of 110.

Thursday, April 16th 2020, 12:01pm

Author: Sam Rohn

Amazon Web Services AWS

setup is not so hard, speed is good, cost is generally a few dollars a month for most users i know, php is not possible as s3 is not an apache server my main wordpress site is hosted on siteground and i embed panos which are hosted on AWS via iframe http://www.samrohn.com i wrote up a simple tutorial for hosting 360° pano tours on AWS S3 here - https://www.facebook.com/notes/360-panor…85125864864836/ and tony redhead has more advanced tutorials here https://tonyredhead.com/amazon-s3 sam

Thursday, September 20th 2018, 12:57am

Author: Sam Rohn

Kolor is Closing, Future of Panotour Pro

could based subscription software as service etc is widely reviled by many, adobe CC moving to such a model was very unpopular as i recall, but an advanced krpano gui editor as plugin for a reasonable fee would be fine for many users i assume otherwise, i think klaus and krpano are doing fine without the need to mix in popular marketing buzzwords like crowdfunding and blockchain etc :D sam

Sunday, February 28th 2016, 6:27am

Author: Sam Rohn

Is "rain drop effect" possible in krpano?

rainyday.js has this "rain on window" effect, i suppose it could be overlaid on top of krpano canvas (fixed to window), but that might look odd in some cases ? projecting the "rainy window" on the entire sphere would also look kind of odd, like you were inside a plastic bubble inside the pano environment ? http://maroslaw.github.io/rainyday.js/

Tuesday, February 23rd 2016, 4:54am

Author: Sam Rohn

How to embed a virtual tour on Facebook from a Wordpress site

see this tutorial on embedding VR panoramas in social media such as facebook, twitter, etc http://ivrpa.org/tutorial/embedding-pano…n-social-media/ sam

Sunday, November 8th 2015, 8:46pm

Author: Sam Rohn

How to upload krpano viewer to WordPress site and embed in html page

you only need the krpanotools droplet output folder contents, nothing else, the emebdpano.js is already included in the tour.htm file krpano does not use any shortcodes on its own, but if you are referring to the krpano embed code instructions in your first post, DO NOT use that code with wordpress, it will not work as expected, that code is for if you were building a static page or otherwise integrating your own code into a custom dynamic template etc panopress does not affect krpano xml or any...

Sunday, November 8th 2015, 7:33pm

Author: Sam Rohn

How to upload krpano viewer to WordPress site and embed in html page

the only files you need to upload are those in the vtour output folder, assuming you are using the make vtour droplet panopress does not affect xml file or other krpano settings at all, any changes you make (rotation speed, etc) would still work properly when embedded w panopress proper working path for your uploaded pano in your screenshots would be something like this Source code 1 http://www.MY-SITE.com/wp-content/uplaods/panoramas/The%20Cathedral%20Basilica%20Church/Virtual%20Tour%2048MP/tou...

Friday, September 25th 2015, 12:44am

Author: Sam Rohn

embed steps with embedpano.js

use the panopress plugin for wordpress to embed krpano - http://panopress.org or, just use an iframe like below, enter this code in your post html editor (not wsywig editor), make sure your pano url is working on its own outside of wp before embedding Source code 1 <iframe width="100%" height="600" src="http://www.domain.com/path/pano.htm" frameborder="0" allowfullscreen></iframe> basically, you need to upload your entire krpano output folder (js, swf, html, tiles, etc) to your server via ftp, a...

Thursday, September 24th 2015, 9:51am

Author: Sam Rohn

Fullscreen button is gone

use allowfullscreen in iframe like this in wordpress html editor (not wsywig editor), note this replaces previous usage like allowfullscreen="true", mozallowfullscreen="true", etc no need for any shortcode, just use the simple html below, these additional attributes would not automatically be supported by an iframe shortcode anyway Source code 1 <iframe width="100%" height="600" src="http://www.domain.com/path/pano.htm" frameborder="0" allowfullscreen></iframe> see here for more info on allowful...

Tuesday, August 4th 2015, 9:40am

Author: Sam Rohn

Wich Host do you use ?

amazon web services S3 is ideal for hosting krpano multi-res and 360° video content, no inode file limits etc, free trial period, and dirt cheap after that http://aws.amazon.com/free/ here is a tutorial i set up for proper configuration of s3 for hosting krpano (also kolor panotour, pano2vr etc) content http://www.panopress.org/forums/topic/ho…eb-services-s3/ sam

Tuesday, December 23rd 2014, 7:25pm

Author: Sam Rohn

Problem, when embedding panorama to WordPress website

try using PanoPress to embed your krpano and other panoramas in wordpress sites, should save you lots of guessing and headaches etc - http://www.panopress.org sam

Monday, December 1st 2014, 2:50pm

Author: Sam Rohn

Cloudfront distribution, fatal error on mobile devices.

thanks, i have updated the amazon S3 panorama hosting tutorial with new CORS config for better cloudfront CDN compatibility here - http://www.panopress.org/forums/topic/ho…s-s3/#post-3122 sam

Thursday, November 27th 2014, 2:38pm

Author: Sam Rohn

Cloudfront distribution, fatal error on mobile devices.

ok, apprently there is an issue w amazon S3 and cloudfront and CORS, see these posts on stackoverflow for details http://stackoverflow.com/questions/14814…t-not-the-other http://stackoverflow.com/questions/24424…equesting-domai this may be the solution - in the CORS section from my tutorial on hosting panoramas on amazon S3, change this bit Source code 1 <AllowedOrigin>*</AllowedOrigin> to Source code 1 2 <AllowedOrigin>http://*</AllowedOrigin> <AllowedOrigin>https://*</AllowedOrigin> let us kno...

Thursday, November 27th 2014, 10:18am

Author: Sam Rohn

Cloudfront distribution, fatal error on mobile devices.

seems you are using krpano 1.17.6 on that link, 360° video on html5 requires krpano 1.1.8 i believe ? your xml etc will probably need update for 1.1.8 as well, see this page for details http://krpano.com/video/ so this is probably not a cloudfront issue, let us know if krpano update resolves this thanks sam

Tuesday, November 25th 2014, 5:18am

Author: Sam Rohn

amazon S3

i wrote up a tutorial for configuring AWS S3 for krpano and other panoramas here, CORS config info included - http://www.panopress.org/forums/topic/ho…eb-services-s3/ just configure your bucket as shown in the tutorial and upload your panos, all permissions and cors etc will be set properly for all files automatically, no need to make any changes to krpanotools output files or set file permissions manually etc sam

Friday, November 7th 2014, 7:06am

Author: Sam Rohn

360graders panorama up directly on wordpress without FTP

you could use a wordpress plugin like xfile which basically gives you a file browser in the wordpress admin area, but a standard desktop ftp client like cyberduck etc is probably easier to deal with if your web hosting service includes some sort of cpanel file manager etc, you can use that to upload zip files and unzip on server, much faster for uploading multires tours with thousands of tiles... you could also host your panoramas on amazon s3 and use their web interface or cyberduck etc to uplo...

Tuesday, July 15th 2014, 6:00pm

Author: Sam Rohn

please help me...

tutorials are listed under documentation which is linked at the top of every page on this site - http://krpano.com/docu/ http://krpano.com/docu/tutorials/#top http://krpano.com/docu/tutorials/quickstart/ sam

Friday, October 25th 2013, 5:05pm

Author: Sam Rohn

Krpano tools

you could use some sort of XML minify utility to pack things down a bit before encryption http://www.google.com/#q=minify+xml sam

Thursday, July 25th 2013, 5:56am

Author: Sam Rohn

how to activate plugins ?

just look at the files in the krpano download examples folder or see look at the code on these pages, same as the download http://krpano.com/examples/116/examples/…ss/compass.html http://krpano.com/examples/116/examples/…ass/compass.xml sam

Wednesday, May 1st 2013, 10:42am

Author: Sam Rohn

Video not loading with global krpano.swf

using placeholders in xml is usually a good idea when working with global swf + js files, also with CMS like wordpress etc, helps keep files from being called from virtual url paths which do not actually exist as real directories try something like this Source code 1 2 3 url="%SWFPATH%/my-path/videoplayer.swf" videourl="%SWFPATH%/my-path/my-video.flv" etc see this discussion for more info Placeholders (%HTMLPATH%, %SWFPATH%, etc..), why to use them?? sam

Sunday, April 21st 2013, 11:53pm

Author: Sam Rohn

Long exposure night panorama and interactive 360 video

joergen geerds has a 360 degree video mount for gopro hero cameras, available now :) http://freedom360.us/ sample video here - http://freedom360.us/category/examples/ sam