Questions tagged [vrvideoview]
14 questions
5
votes
0 answers
Play or cast content from standard player into VrVideoView
I got an android app that plays live/vod content using QuickPlay.
This QuickPlay player / controller configured to use ExoPlayer.
I didn't wrote this application, but asked to add Play in VR functionality.
It could be Cardboard, DayDream or GearVR…

David
- 37,109
- 32
- 120
- 141
3
votes
0 answers
Android - How to add action buttons inside the 360 vr video when using Google VrVideoView
I am building an application to load the 360 vr video in Android.
For the video player, I use Google VrVideoView view. The problem here is I don't know how to add more buttons inside the video player like the attached image. And how to show the…

Soan Trinh
- 31
- 3
1
vote
1 answer
Android VideoView resize according every device
I am playing video in Android Video view.Issue is video is not resizing as per device ratio. On big devices it stretched or in small device it is skeqzes. Is there any way to maintain ratio and fill full width like center crop.
I have checked…

Annie
- 2,397
- 3
- 18
- 26
1
vote
1 answer
Google Cardboard view using three.js?
Is it possible to add a Google Cardboard view camera, as shown in the image below, to Google VR View, using Three.js? If so, how can I do it?
More specifically, how can I add Three.js to the Google VR View code below?
function onLoad() {
//…

Siva Sunkara
- 21
- 3
1
vote
0 answers
UI Elements are not visible in Fullscreen mode
I'm trying to view a ImageButton (play and pause) when a video is shown in fullscreen mode of Google VR, but they are not visible.
The button is visible only in non-fullscreen mode.
The things I've tried:
Add the view after the fullscreen mode is…

SO1992
- 127
- 1
- 13
0
votes
0 answers
Make Exoplayer a Stereographic view like google cardboard
I'm trying to use Exoplayer to play a RTSP/RTMP stream in 360, it worked well and I can see the streaming in 360 dragging with my finger. But now i can't watch the video like in Google Cardboard with a separated view for each eye. If anyone can give…
0
votes
0 answers
Track the fingers Up and Down Swipe is not working in Google VrVideoView Android
I am new to google vr sdk . I implemented 360 video's in VrVideoview. I can swipe left and right while playing the video But I can't swipe up and down it. Thanks for your help in advance.
mVrVideoView!!.isVerticalFadingEdgeEnabled = false
…

Muthukumar S
- 53
- 8
0
votes
3 answers
Videoview url is not working but working in WebView Android
I have face one issue Video mp4 url work in WebView but i took VideoView inside not working url message popup "Sorry, this url is not working".
Whats the exactly issue i don't know? You know this kind of solution then please help me. And share your…

Najib.Nj
- 3,706
- 1
- 25
- 39
0
votes
1 answer
How to force to click X(close, back button) in Displaymode (3) of VrVideoView?
I am making a VR Android application using VrVideoView. I want to force "close(X, back button)" to be clicked after the video is played. That is, I want to return to MainActivity after the video finishes. Below is the codes I've tried. However, I…

조한나
- 79
- 6
0
votes
0 answers
The 360-degree video moves slightly to the side
I made a 360 degree video player using VrVideoView. I put the player on my smartphone and played video. Then, I confirmed that the front (center) of the video moved slightly to the side. It seems to turn about 15 degrees in about one…

조한나
- 79
- 6
0
votes
0 answers
How to stream a video using google's vrVideoView
I am trying to stream a video using Google's vrVideoView on an Android app. This is the video I am currently trying to load as a test. Though, eventually I would like to load a video from a Google Drive URL. I am currently using the code from this…

K. Chav
- 1
- 1
0
votes
1 answer
How to use VrVideoView in Reverse Landscape?
My Activity is in Reverse Landscape but when a start the VrVideoView the screen rotate in Landscape. Do have a idea to resolve that?

Guillaume Marcenac
- 71
- 1
- 2
0
votes
0 answers
The constructor of VrVideoView from Google Virtual reality
When I call the constructor of VrVideoView, like:
VrVideoView view=new VrVideoView(this)
i catch this exception:
java.lang.AbstractMethodError: abstract method "com.google.vr.sdk.widgets.common.VrWidgetRenderer…

Boris k.
- 7
- 1
- 7
0
votes
1 answer
[Android]: Remove/Hide back, info and cardboard button from VrVideoView
I want to use VrVideoView as a splash screen for my app. For that I want to remove back,info and cardboard buttons(in below image) from VrVideoView.
Is this possible? If not, is there any other way I can show a 360 video as my splash screen?
I have…

Exception
- 2,273
- 1
- 24
- 42