Tagged Questions
The videoview tag has no wiki summary.
16
votes
3answers
16k views
Using VideoView for streaming or progressive-download video
I'm confused about how VideoView can be used to play video: from a local file, as progressive download and streaming.
This example work for me (on 1.5 and 2.0 at least) by downloading the file and ...
11
votes
1answer
138 views
How to run multiple videos with different VideoViews in one activity in android 2.2?
I am using 3 videoViews for 3 diff. videos in one activity. Now If I am run the program in android 2.3.3 emulator then it runs perfectly but it can run only 1 video in android 2.2 emulator or ...
11
votes
6answers
11k views
Streaming Youtube Videos
I am writing an application to play youtube videos using streaming.
First method:
I am getting the RTSP URL to the video using GData APIs.
Here is the code to play the RTSP url.
VideoView ...
7
votes
5answers
469 views
VideoView black flash before and after playing
I have a VideoView which I want to use to play a movieclip. I use it like this to play it and it works.
VideoView vv = new VideoView(this);
...
6
votes
1answer
458 views
MediaController Positioning
I am using VideoView to show play a local mp4 and i am using MediaController as well. The media control bar is not displaying under my video clip but in the middle of the screen. I used ...
6
votes
4answers
2k views
Live Video Stream between two Android Phones
I am currently working on video streaming between two Android Phone.
I wrote an application which is able to record the video to the sd file (Using MediaRecorder); and I wrote another application ...
6
votes
1answer
3k views
Position Video Inside a VideoView
So I have extended VideoView's onMeasure to scale up the video to fit inside a fullscreen view.
here is how:
public void setVideoAspect(int w,int h){
wVideo=w;
hVideo=h;
onMeasure(w, h);
...
6
votes
2answers
3k views
What are the difference between MediaPlayer and VideoView for Android
I just wonder what are the different between two of them for streaming video?
I know VideoView can be used for streaming and what is for Mediaplayer? so far as I know is MediaPlayer can do the same ...
4
votes
2answers
345 views
Strange Behavior of Android VideoView - “Can't Play Video”
In my application,showing video from sdcard folder or new taken video from Video intent in a VideoView in different Activity by passing file path of the video selected.
Now the problem is,
I have ...
4
votes
3answers
24k views
Android — Can't play any videos (mp4/mov/3gp/etc.)?
I'm having great difficulty getting my Android application to play videos from the SD card. It doesn't matter what size, bitrate, video format, or any other setting I can think of, neither the ...
3
votes
1answer
124 views
TrafficStats.getTotalRxBytes doesnt count videoview's traffic flow
i'm making a soft to play online video, and i'm trying to add a traffic statistic feature tot the soft. I try to use TrafficStats and getUidRxBytes function. however, it doesnt count the videoview's ...
3
votes
3answers
166 views
Media player using YouTube?
I am developing a sample application using MediaPlayer.By using the raw resources folder,the video can be played.But I want to play through URL.How can I achieve this?
My code is:
VideoView ...
3
votes
1answer
139 views
How to reduce VideoView buffer with device to device RTSP streaming
I've rolled my own RTSP server and am currently streaming device to device - however the VideoView seems to be buffering 10 seconds worth of data, regardless of other parameters being set (either ...
3
votes
5answers
311 views
How to close Landscape VideoView Activity properly?
In my application, I have an activity play http live streaming video in landscape mode.
My AndroidManifest.xml:
<activity android:name=".MediaPlayerActivity"
...
3
votes
2answers
262 views
Is there a way to make a custom VideoView progress bar without building a MediaPlayer from scratch?
I am currently making an Android app and I'm going to need to make a custom video player. I just need to change its ProgressBar color. Is there a simple way to do that?
I know I could do that using ...
3
votes
2answers
633 views
Video Frame by Frame seeking
Is there a way to step through a video file frame by frame? I've tried using a VideoView and I've had minor success. I can get the video the step through key frames but not individual frames. I ...
3
votes
1answer
212 views
VideoView looping videos Replenish
I have an application with a VideoView that will keep looping the same video over and over until a user does something to the device(touch screen, etc) Currently I am using the OnCompletionListener() ...
3
votes
1answer
192 views
Issue on Android Video View its not working
I'm playing YouTube from URL, but when I play the video it shows the following error:
unable to open video
I'm using this code:
video =new VideoView(this);
video.setVideoURI(path);
...
3
votes
1answer
511 views
android multiple videoView problem, Galaxy Tab specific
I am having problems with multiple videoViews specifically on Galaxy Tab.
In my app, I have two different video files which I want to play simultaneously. So I designed my app to have two videoViews ...
3
votes
3answers
448 views
Android: Why can't I give an onClickListener to a VideoView?
I have written these lines of code:
mVideoView = (VideoView) findViewById(R.id.video_view);
mVideoView.setOnClickListener(new OnClickListener() {
@Override
public void ...
3
votes
0answers
410 views
Android playing video with the camera surfaceview in background
Hello
i have a surfaceview and a videview in a framlayout. if i start the video in oncreate, i see all perfectly, the video playing while the camera plays in background.
but if i start the video after ...
3
votes
3answers
4k views
Android VideoView orientation change with buffered video
I'm trying to essentially replicate the functionality of the latest YouTube app in the Android marketplace. When watching a video there's two separate layouts, one in portrait which provides ...
3
votes
1answer
428 views
VideoView crop to square
Using an ImageView, I can set a square height and width (say 100dip x 100dip). Then using android:scaleType="centerCrop" gives me an image which is cropped to square regardless of aspect ratio.
Can ...
3
votes
1answer
607 views
Android::VideoView inside a ScrollView
I have a VideoView that is inside a scrollView. When I scroll the scrollView, the VideoView does not scroll with it. It is like its position is fixed. How can I scroll the VideoView correctly with the ...
3
votes
2answers
2k views
Android Show MediaController
I am adding MediaController to a VideoView, but it does not show up unless I tap the phone. The controller disappears after a while.
Is there a way I can have the MediaController show always?
Thanks
...
2
votes
3answers
75 views
Play Video by staying in the same Activity
I have referred the answers of
android-youtube-app-play-video-intent
how-to-play-youtube-video-in-my-android-application
and many more.All those are playing videos by using Intent which creates a ...
2
votes
0answers
271 views
Android: cannot play mp4 video
I'm trying to play mp4 videos streaming from a server using native VideoView, sadly I keep getting a "Cannot play video" error.
The weird thing is that the same video plays well on Froyo but will not ...
2
votes
1answer
173 views
Get current view of ViewFlipper while it is flipping
There is any way to know want view is displayed on ViewFlipper while it is flipping? I have this problem : my ViewFlipper contains some images and one video. I want that when viewflipper display the ...
2
votes
0answers
112 views
is there a way to make VideoView keep playing in background on Android app?
I'm currently using VideoView to play video from URL (Streaming..),
when i press home the video stops..
is there a way to make it keep playing?
Whats the best way to make a video keep running in ...
2
votes
1answer
170 views
android: using default video player
I have an application that plays video files. I have been using code for using videoview and starting the videoview manually to play video files. However, I just wanted to know if I can use the ...
2
votes
2answers
155 views
Rotating video messes up MediaControls, android
When I rotate my device, the video controls dont resize properly. I made a video of what I am talking about here: http://www.youtube.com/watch?v=FgRythmUo3A
Is there a way to "redraw" the controls?
...
2
votes
1answer
737 views
Streaming MP4 problem - obvious answer?
I'm a Flash developer by trade, have recently made the jump into Android as the company I work for are moving into apps. I've made a video gallery based on an XML feed, it all works fine until I have ...
2
votes
1answer
195 views
Videoview in a viewflipper still playing when i leave the view to the previous child
I have a viewflipper controller with different views.
I click in the firsview and i go to secoundview with and animation.
The secondview is a video view with a streaming video inside (it works ...
2
votes
1answer
629 views
Control the playback speed of video in android
I am using a VideoView to play a video file kept in res/raw. I couldnt find a way to control the playback speed of the video. Basically i want to reduce and increase the playback while moving a scroll ...
2
votes
1answer
638 views
how to rotate video in VideoView
How to rotate video in VideoView for 90 degree ?
Thanks for advices
2
votes
1answer
298 views
setOnSeekCompleteListener for VideoView how can be achieved
I'm developing a video player application for which the user has an option to seek to a particular location, but the problem is there is no setOnSeekCompleteListener for VideoView,
So I am not sure ...
2
votes
1answer
459 views
Is it possible to place one view over another in android?
Can we place a small view over another large view? For example, i have a VideoView which is playing a file in the background. Over this, somewhere in the middle/corner, I want to place another ...
2
votes
1answer
710 views
VideoView in ViewFlipper is transparent when video is playing
I've got an Activity with two views set up in a ViewFlipper. One of the views is a layout with a GLSurfaceView and a few other widgets, the other just has a layout with a TextView and a VideoView. ...
2
votes
2answers
2k views
Can a videoview play a video stored on internal storage?
I'm trying to provide my users with the ability to use either external or internal storage. I'm displaying both images and videos (of a scientific nature). When storing the media on the SD card, all ...
2
votes
1answer
1k views
Android - Buffering Lag with VideoView
I am using VideoView to display a video in my app. The problem is that, once the layout gets created there is lag of almost 10-30 seconds before which the video starts to play. I can see in LogCat ...
2
votes
3answers
841 views
Android VideoView plays 2 videos at the same time
I ma trying to play a videoview on top of another video view. the first video view is paused, while the second is playing. It appears to work but no second video appears on he screen (though I hear ...
2
votes
3answers
6k views
how to play video from url
i am biginner in android development and try to play video from link but it's give error "sorry,we can't play this video" i tried so many links but for all links its show same error.
My code it ...
1
vote
0answers
33 views
Android VideoView OnCompletionListener not working
I am trying to implement a simple VideoView that would play the Video from the file system. The Video loads fine and plays just fine. However, I would like to know when the Video finished playing so ...
1
vote
0answers
161 views
Stream RTSP URL using VideoView in android
I have been successfully able to stream RTSP FILES( i.e videos stored on SDCARD having an extension .3gp,.mp3,.mp4 etc) But when I use the same code for streaming a URL such as : ...
1
vote
0answers
78 views
Android videoView over 3G connection
I am working on a small project that uses videoView to display a .3GP video file inside the application. My code works in the emulator fine but on the physical device (Samsung Nexus S) it only works ...
1
vote
0answers
119 views
Unable to play RTSP file using VideoView in android
Following is my code I am using to play live streaming video of an RTSP response I am receiving from server.
VideoView videoView = (VideoView) findViewById(R.id.tvvideoView);
MediaController ...
1
vote
0answers
68 views
Rotating an android VideoView
My application offers only Portrait mode. In a portrait activity I have a fullscreen VideoView. What I want to do is rotate the VideoView ( the actual video, videobuffer) 90 degrees at Landscape mode. ...
1
vote
1answer
65 views
VideoView under LinearLayout, not visible
I add a VideoView to a LinearLayout and I can't make it to be visible on screen, LinearLayout is in front of it. After that LinearLayout is add to a ViewFlipper Here is my code:
LinearLayout rr = ...
1
vote
2answers
63 views
VideoView not visible
I need to add a VideoView to a LinearLayout, and then to add LinearLayout to ViewFlipper. Here is my code :
LinearLayout l = new LinearLayout(this);
l.setLayoutParams(new ...
1
vote
2answers
121 views
Android: What video format/encoding should I use to support most of the android devices
I have a collection of video clips which user should be able play from inside my app (not external video player). I am using VideoView with MediaController. Everything works as expected on my Desire ...