Where can I get documentation for gear vr 360 player - oculus

Hi I am a student and I try to make a 360 video playback app for samsung gear vr. I found this player but I cannot find any proper documentation.
https://github.com/yenchenlin/gear-vr-360-player
Thank you.

If there is no documentation you may want to contact the owner of that project.
You may want to know Samsung's GearVRf, an Android framework for GearVR
https://github.com/gearvrf/GearVRf-Demos/tree/master/gvr-360video
supports 360 video

Related

Do Vimeo support Android Native playback for my app end users?

I am developing a virtual classroom app for coaching centers
I want to use Vimeo native playback in Android and iOS app of the students
Does Vimeo support Android /iOS Native playback for my app end users?
Because I cant understand the terms in their repo
Native playback
The basic requirements for native playback are:
User must be logged in.
User must be the owner of the video.
User must be PRO or higher (or the app must have the "can access owner's video files" capability).
Token must have the video_files
scope.
User must be the owner of the API app making the request.
please explain me
Yes, Vimeo supports native playback for Android and IOS. An example of this can be referenced to ct7ct7ct7's Android-VimeoPlayer on GitHub.
For extra features, it looks like the app owner must have a PRO account in order to make the video look custom to your application.
You can read more about it here under embedding videos in vimeo.

Vimeo to record videos using a camcorder

Can I use Vimeo in my web application to record a video from my laptop which is connected to a camcorder ? Camcorder exposes JAVA API's which supports START / STOP / Zoom-in and all other camera options.
Vimeo was not created to record a video. It's just a video hosting platform similar to youtube but for professionals.
You need to be doing the recording and then use either their interface or their API to upload a video.
In your case, you could imagine creating an intermediate application that connects to your Camcorder's exposed API, gets the recorded video, and uploads it using Vimeo's API.
Here is an official list of libraries and sdk's that Vimeo proposes to simplify the API usage.

How to display a notification in adobe air for android

I want to display notifications in my Adobe Air App for Android using Adobe Flash and Action Script 3.0 .
I want to use notifications for reminding people to update my app when a new version gets released, so how do I do this?
Thank you.
As DefinitelyNotAPlesiosaur has mentioned, using an ANE is the way to go.
You can find some free ANE's to use here:
http://www.riaxe.com/blog/200-adobe-air-anes/
but I would highly recommend district as they publish multiple well documented ANE's with example files and offer excellent support.
http://airnativeextensions.com
It sounds like you would need either Notifications or Push Notifications if your message was to appear when the user is not using the app, or Dialog if the message appears whilst the user is using the app.

vimeo implementation on Phonegap

Does anyone know which API that I need to use for vimeo implementation into phonegap ios/Android app. I'm looking at both the simple and advanced API. The simple one seems to have no player implementation, I can only fetch data about my videos. I want the video to play within my application. The advanced api seems to have some player implementation but also looks like I need to authenticate users. I'm kinda lost in all of this. Any help would be greatly appreciated.
Thanks in advance!
Check out this plugin solution:
http://simonmacdonald.blogspot.ca/2011/11/video-player-plugin-for-phonegap.html
the Iframe share is just fine with PHONEGAP.
If u need to change the player you need a VIMEO pro account and Advanced API
If you want to restrict your videos from public then u need Advance API

build adobe air to use YouTube API v2.0

I'm trying to use YouTube API v2.0 to let users authenticate into their YouTube account and be able to upload videos from there... but I want to do this application in AS3 as an adobe air application.
I searched the api but I couldn't find any proof that I can do this with AS3? thought to drop a line here and ask if it's possible at all? specially being able to upload videos through the adobe air desktop app?
If possible, is there any link you could give me to get me started faster?
This appears to be a google code project written in as3 that supports uploading videos in desktop air apps (see the example AirYouTubeUploaderSampleApp).