layout | title | permalink |
---|---|---|
page |
Content Guide |
/content-guide/ |
The Littlstar platform has been designed from the ground up to fully support both 360° videos and photos. Our ongoing goal is to provide access to the content you upload on as many different devices as possible. As mass consumer adoption of 360° content is still in its infancy, we are forced to make some tough choices when it comes to when and where your content will be displayed. We will continually strive to expand the reach of your content across our network as new technologies and capabilities become more widely available. This guide will cover some basic background information regarding the best practices around uploading and viewing your content.
Once you've successfully registered for a new account and logged in, you are free to begin uploading. The Littlstar platform supports both videos and photos. Our upload form allows you to drag-and-drop or click and select up to 10 videos or photos or any combination of the two simultaneously. Each individual file upload is presented as an individual form allowing you to edit the details for that file while your upload progresses. A title is required but the remainder of the information is optional. The Littlstar uploader currently supports the mpg, mp4, m4v, avi, ogg, mov, webm, flv, jpg, and png file types.
Adding your video or photo to one or more categories helps to better organize your content and allows us to present it to other Littlstar users that have indicated their interest in these categories. Each category is available from the top navigation bar of our web interface and in our Android or iOS mobile apps.
Content uploaded to Littlstar is subject to a binary determination of visibility. If you are a Verified Creator your content can be marked as either visible or hidden. The default setting is for Verified Creator uploads to be visible. If your account has not yet been verified you can still upload your content, however it will only be visible to you on your channel when you are logged in. At any time a Verified Creator can change their content from visible to hidden an visa-versa.
We are in the process of improving this functionality to provide even more fine-grained control over when and where your content can be viewed.
An uploaded video can be marked as "downloadable." When you check "Enable Downloads" in the video edit form, users with our PS VR, Daydream, GearVR or Oculus Rift apps will be allowed to download your video for local/offline viewing.
The following sections will further explain what specifically happens to your videos and photos once they've been successfully uploaded and how they are displayed across different devices.
The consummate staple of our platform lies in how your video or photo is manipulated into the various "versions" that are presented to a user and their device when they view the beauty you've digitally captured across our platform. This is a herculean task. We stand squarely on the precipice of a divide that will change the very nature of how we perceive reality and do not take this responsibility lightly. In an attempt to deliver your vision to as many end users as possible, we must make certain assumptions and take very specific actions to normalize this new experience. The following subsections describe the specifics around what happens to your content once it's been ingested by our platform.
As with any digitally captured video or photo, the higher the original quality the better the final result will be after any manipulation has occurred. To experience the best results on our platform and to enable proper display across as many devices as possible, we recommend the following original file specifications:
Original Video Specs
File Size: Max 5GB
Resolution: 4096 pixels (4K)
Codec: h.264
Format: mp4
FPS: 60
Bitrate: high as possible
Original Photo Specs
File Size: Max 5GB
Resolution: Recommended 8,000-10,000 pixels (8-10K), Max 16,000 pixels (16K)
Format: JPEG, PNG
These are not the required specifications, merely the suggested format and encoding settings that we've found to produce the highest quality output. The Littlstar platform will make every attempt to properly convert your originally uploaded file into the versions needed for properly optimized delivery.
When you upload a new video to Littlstar we re-encode, or transcode, it into multiple optimized versions and streams that are designed to be consumed across various devices and mediums. The file size limit for uploads though our web interface is currently 5GB. These versions and streams have been designed to work across the maximum number of devices and clients.
Also known as "holdframes," the Littlstar platform will create a "poster image" that is used to display gallery or index pages of videos. These posters are taken from your video during transcoding, and we make every attempt to choose a poster from far enough into the video to ensure a properly representative image is obtained to reflect the content of your video. In the future we will expose the functionality to choose from multiple poster options or submit your own posters through our web interface.
Banners are an important component of the Littlstar interface, and expression of your content's identity. A banner is a great way to properly brand and promote your video on our platform. Banners are required if you would like your video to be featured or sponsored. Littlstar banner sizes are 1920x1080px and must be submitted as a .jpg or .png under 1MB to be approved. Please email us your banner and be sure to reference your account username and include a link to your video; one of our team members will notify you when the banner has been approved and applied. Please download our banner guideline and formatted PSD template to help create the best banner for your video.
Please note: We are working on an automated system that will allow you to apply and replace a banner whenever you wish.
When you upload a new photo to Littlstar we process it into four specific versions (in addition to the originally uploaded photo) that are designed to be consumed across various devices and mediums. The file size limit for uploads though our web interface is currently 5GB. These versions have been designed to work across the maximum number of devices and clients. Each version is used to display your photo in specific sections and areas across our platform.
Videos and photos uploaded to Littlstar can be embedded in other web pages similarly to YouTube or Vimeo videos. Under the player on single video and photo pages there is a gray "Embed" button that displays the iframe embed code for that specific piece of content. Simply copy and paste this code into your own web page and the same player you see on Littlstar will be displayed on your site. Our iframe embed feature is capable of identifying a logged in user so when your content is being viewed in an iframe on another site and the viewer is logged into littlstar.com they are able to interact with the content as if they were viewing it on our platform. This means they can star your video or photo right in the embedding page. We will continue to add more and more interactivity to this feature in the future. Please see the Mobile Web section of this guide for information regarding support for rendering of your content on mobile devices.
Embedded videos and photos can be shared out to social media by visitors to your site. The Littlstar embed player allows sharing to Facebook, Twitter, Google+ and direct email. The sharing menu is available from the top of the player and displays a short link for easy copy-paste sharing as well as the list of available social networks.
The embed player will accept four query parameter overrides that can be used to customize the experience on a per embed basis. Each of the query parameters are outlined below showing their default value along with a short description of what they do.
autoplay=false
- Enable or disable automatic playback when the embed player is rendered.loop=false
- Enable or disable automatic looping of a video when it is complete.time=0
- Start time of the video in seconds.fov=NUMBER
- Defines the initial Field of View for the content. By default the Littlstar player will mathematically determine an optimal FOV based on the content's dimensions. Minimum value is 0 and maximum value is 150.
Here is an example of an embedded video showing how each of the above parameters can be overridden:
<iframe src='//embed.littlstar.com/videos/405?autoplay=true&loop=true&time=30&fov=100' width='640px' height='360px' class='lsplayer-frame' frameborder='0' allowfullscreen></iframe>
We have also assembled some example code showing how our embed player should be wrapped with the optimal HTML/CSS structure to ensure the player remains contained inside its parent element while maintaining proper aspect ratio:
https://gist.github.com/jwerle/ba9ee6212fdcd6a3fd94
In addition to the URL specific query parameter overrides outlined above, we offer a Javascript SDK that can be included on your site that offers advanced configuration and control options for one or more iframes. This SDK exposes each iframe element on the page individually through an emitted Javascript event so you can customize each piece of content dynamically - while your page is loading. For more in-depth documentation and examples please see the official documentation.
Sponsored and featured videos are prominently displayed by our platform on the web, in our mobile apps, and our VR Cinema apps. Sponsored and featured videos are curated by our Content Team and are selected based on the content in the piece as well as the professional quality of the video and its banner.
Sponsored videos are showcased in the large hero section at the top of our homepage, as well as within any categories to which that video has been added. In our mobile apps sponsored videos appear before all other videos in the Home tab as well as in the top horizontal slider of the Discover tab.
Featured videos are presented in horizontal sliders on our homepage and any categories to which that video has been added. In our mobile apps featured videos appear after all sponsored videos on the Home screen.
To have one of your videos considered for sponsored or featured status, you must submit your request and banner creative to our Content Team for approval. Please email us and be sure to reference your account username and include a link to your video; one of our team members will contact you after your request has been reviewed.
Head Mounted Displays (or HMDs) are advanced VR headsets like the PS VR or Oculus Rift. Littlstar was the first 360° content distribution network to offer a GearVR app and we continue to lead the way in experiencing this new medium in advanced VR headsets. All VR approved videos are curated and individually chosen by our Content Team and are selected based on the content in the piece as well as the professional quality of the video. If you would like your content included in our VR Cinema app please email us and be sure to reference your account username and include a link to your video; one of our team members will contact you after your request has been reviewed.
Littlstar currently has native applications available for both Android and iOS devices. If you have feedback about any issues you encounter or features/functionality that you would like to see added/improved, please contact us directly.
The performance requirements to truly enjoy this type of content means that a native app is almost a requirement. Many of the currently available mobile browsers (Safari, Chrome, Firefox, etc) are steadily adding features to better support the rendering and playback of 360° content. The current limitations are mostly confined to video playback. To date we have experienced the best support from Chrome on all devices and operating systems.
The Littlstar player will attempt to display a video or photo wherever it successfully can. When this is not possible it will "deep link" visitors into the appropriate content in our mobile apps. As browsers and devices adopt the appropriate technologies we will continually update our support where applicable.
We are currently working closely with select content producers and early adopters to build 3D support into the platform. If you would like to be part of this process, please contact us for more information on how to get involved.