Search results
Search results 1-20 of 110.
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
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
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/
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
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...
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...
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...
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...
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
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
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
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...
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
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
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...
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
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
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
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
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