VideoView is a specific API provided by Android SDK.
0
votes
0answers
6 views
android video player resizing on orientation change
I'm trying to get a video view to resize to full screen when in landscape, and go back to center in parent when in portrait. When I am in portrait it displays perfectly, however if I switch to ...
0
votes
1answer
23 views
Android: VideoView not working on some devices
I have a VideoView that works with a lot of devices but not on others. For some time it shows my ProgressDialog and then it fires a Popup that says Impossible to play video (translated from Italian, ...
0
votes
0answers
14 views
Why video is not playing on Android?
Why my video isn't playing in VideoView on Android emulator? Input video is encoded in h.264 codec, baseline profile (320x240), by x264enc (from GStreamer) and is in mp4 format, muxed by mp4mux. My ...
0
votes
0answers
11 views
Play dailymotion video in webview
I can't figuring out how to play dailymotion videos inside a webview,i tested this code but i get "error playing video" dailogAlert
String LINK = "http://www.dailymotion.com/video/video_id";
...
1
vote
0answers
24 views
play vimeo video in android videoview
I am working on an Android application. In my app I have to play videos in VideoView. The videos from the vimeo is not working. Whenever I tried to load vimeo video I am getting the error message ...
0
votes
0answers
13 views
videoview and image view overlapped
I'm implementing an application that record video. I now I'm trying to implement a piece of code that when an image showing the videopreview is clicked it starts reproducing the video. for doing this ...
0
votes
1answer
20 views
RTSP Url of video not working in web view
I am creating video playing app from Youtube. I have extracted Video Data using gdata API and got 3gp url for format 1,6. This i got extracted from Media:Group --> Media:content element.
My Device ...
0
votes
0answers
7 views
Using VideoView(or MediaPlayer) with MediaController on AlertDialog
I am trying to play an audio recording from a ListView with mediaController on an AlertDialog. I would like to click on a button and start an AlertDialog containing the VideoView or the MediaPlayer ...
0
votes
1answer
19 views
Android MediaController position
So I have the following code which works ok:
VideoView videoView = (VideoView)findViewById(R.id.videoView1);
videoView.setVideoPath("android.resource://" + getPackageName() + "/raw/"+R.raw.intro);
...
0
votes
0answers
18 views
Android Videoview giving isPlaying() false
- I have two activities, suppose Activity A and Activity B.
- My aim here is to have a function that will record a video and save it. Then once its done, we play it and printing at Logcat that its ...
0
votes
0answers
14 views
ActionBar touch events being overriden by MediaController
I'm building an app with custom MediaController and VideoView (both using 99% of the original android code) to display my videos. When the activity is in landscape i set the actionbar (using ...
0
votes
0answers
16 views
detect fragment change with mediaController
I have a tab bar with fragments
One of these fragments contains a VideoView with a mediaController always displayed
The problem is if i change tab the mediacontrollser remains displayed in another ...
0
votes
0answers
15 views
android onPrepared videoview issue
We are developing an android application which shows a rtsp stream in the VideoView control. The following code is used the show the video. Its in a runnable.
mProgressDlg.show();
...
1
vote
1answer
20 views
Android check video stream ended
i've got this simple video stream player:
if (play) {
myVideoView.stopPlayback();
myVideoView.clearFocus();
myVideoView = null;
...
0
votes
0answers
15 views
Android MediaPlayer.setVolume(0,0) is not muting the sound of the video
I had to mute the volume of video when an audio is playing in the background(in my same app).
But when I try to set the volume of the mediaplayer in the videoview.onPrepared callback, it is not having ...
0
votes
1answer
30 views
Android Vitamio weired buffering on progressive download stream
I try to stream (progressive e.g: http://server.com/video.mp4)
when i use the standard google mediaplayer (VideoView from android package) and register an onBufferingUpdateListener then i get the ...
0
votes
0answers
76 views
VideoView orientation change to full screen (show/hide actionbar and notification)
Hi I have this problem on playing orientation change. On portrait, I have the following XML in my layout directory.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout ...
-1
votes
1answer
52 views
How to match two arrary index in android
I have a doubt in my app...
I have an image arraylist and videos arraylist. I've displayed the images in list.
Now what I need is - On onItemClick of image list, I need to play the matched video of ...
1
vote
0answers
24 views
Android JW Player issue
I had implement JW Player in android, but getting black screen when video load from live URL.
My HTML file
<!DOCTYPE html>
<html>
<head>
<script ...
0
votes
0answers
49 views
Android VideoView orientation like Youtube app
I'm trying to replicate in my app what the Youtube app does when playing a video.
Portrait mode: Shows the video using only 40% of the screen and the rest with information about the video.
Landscape ...
0
votes
0answers
59 views
android rtsp player videoview
We are trying to create an android application which plays an rtsp stream. We are using VideoView for playing the stream. We also registered the following listeners also.
...
2
votes
1answer
53 views
detect double tap (Double click) or long click in a videoview
I am working on an Android application. In my app I have to show the video in the corner of the screen.Then If the user double clicked or longclicked I have to expand the video in to full screen.
So i ...
0
votes
0answers
50 views
Android - VideoView overlaps other VideoView
I am trying to display two VideoViews.
They are both in a seperate FrameLayout oriented vertically.
I am able to display both ( and even more) but the problem is that when I zoom-in one ( the top for ...
0
votes
1answer
31 views
Android videoview with expand and collapse
Now I am working on an Android application. In my app I have to play a video in the corner of the screen.I just play the video using videoview.
Uri uri = Uri.parse(path);
MediaController ...
0
votes
0answers
51 views
“stop called in state 1” from MediaPlayer when calling videoview.stopPlayback()
I am consistently getting a MediaPlayer error when I call stopPlayback() for a VideoView, even if I check videoview.isPlaying() before calling stopPlayback(). I get the error when playing a local ...
-1
votes
0answers
75 views
Video view showing error “Can't play this video ”
I am trying to load and play a video in video view. I get the url of video from server and call this function passing that url as an argument.
public void playVideo(String url){
...
0
votes
0answers
44 views
Kindle Fire Tablet 2.3.4: Videoview getting black in android on touching other part of the screen.
I have a RelativeLayout inside that added an imageview and have added a videoview to this relative layout. I am running the video from my sd card path. Its all working perfectly fine on all other ...
0
votes
2answers
57 views
VideoView Streaming: Audio works but video is black
I have a very strange issue. I am using a steam video and I play it on my app but the issue is that Audio works but video is not working. It shows a black screen (See image for reference.) I have no ...
0
votes
0answers
38 views
Error when playing a video in VideoView in android
When I use the following code to play mp4 video file in android
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
...
-1
votes
0answers
62 views
Using Android Webview to Run SWF files ERROR! - Highly Urgent
I successfully ported my swf file into my android application, but it only works on my mobile device, never on my emulator. And on my mobile device, it only runs when there are sounds added to it, ...
0
votes
0answers
29 views
Adding Video Content to Android Project (Go to next activity)
I wish to view an swf file in my android application. This I successfully did by using WebView. However, I want when the swf file finish playing, I wish to go to next activity? I s this possible or I ...
0
votes
0answers
21 views
ExtStore Uri with VideoView Issue
I'm creating an app which loops a video, but needs to do pull only a specific video within the internal memory (anything outside the apk, but not from the SD card) (Movies folder), as opposed to the ...
0
votes
0answers
92 views
OpenCV's native camera in Android prevents video player from working
I'd like to play a video file in android (using VideoView and MediaController) while enabling the camera to capture images. No camera display or preview is required. However, if I invoke "openCamera" ...
0
votes
1answer
90 views
Show videoView full screen over other Layouts
I am developing an android app in which am using various tabs using TabHost, one tab contains video view. I am also using images at top.
My Layout is as
|main|
--|Images|
--|TabHost|
...
0
votes
0answers
12 views
Surefecview (play videolist) from class
I want to play videolist if after 5mins the app get idle (nobody touch screen for 5mins). I found 2 good samples for video playing but I could not prepare what I want.
...
0
votes
1answer
176 views
stretch to fill videoview, aspect ratio of vidoeview
I try to stretch video in aim to fill videoview. The target is to create view that in device look like the first pic (like it look in layout preview).
Most of the answers to this questions refer to ...
0
votes
0answers
63 views
Android + Augmented Reality: VideoView on top of UnityPlayer
Hello Android experts,
I'm porting one quite simple AR-APP from iOS to Android. It's based on Unity3d+metaioSDK+Android-UI. My 3D model contains buttons. When the user clicks on one of the buttons, ...
0
votes
0answers
31 views
How to Getting Time of Video in Android
I Use VideoView for Playing video ,I Now getting time of video in seek to times.
my code for Playing video :
private void play(String uri) {
_player.setVisibility(View.VISIBLE);
...
0
votes
2answers
127 views
How to rotate video on rotate of device in Android?
I am working on a project where I am showing a live streaming video in android. I am showing the video in video view. I want to provide facility of landscape and portrait video view to the user. If I ...
0
votes
1answer
73 views
VideoView its not responding, Eclipse Android
Im programing an app, that have 4 videos on it, when i play the first video all is ok, but when i try to play the second video, its say that the application has stopped unexpectedly, and im using the ...
0
votes
0answers
42 views
Videoview broken on Nexus 4? (with video)
so I'm developing an App for android which consists of 4 VideoViews inside a ViewFlipper, each of which plays a short preview of a Video that can be played by tapping on the Videoview.
I'd also like ...
0
votes
1answer
196 views
Streaming Youtube video in android VideoView
I am working on an app which stream youtube videos.
Here is my code snippet :
MediaController mediaController = new MediaController(PlayVideo.this);
mediaController.setAnchorView(videoView_Video);
...
0
votes
1answer
133 views
What is this error I got when using VideoView : MediaPlayer(29449): Error (1,-1004) in android
I want to play live stream using VideoView but what is the error I got error :
04-21 21:13:27.326: D/MediaPlayer(29449): Couldn't open file on client side, trying server side
04-21 21:13:27.529: ...
0
votes
0answers
32 views
video view message “Sorry can not run this video”
i use this code to play video that i record in the previous activity :
setContentView(R.layout.media_controller);
goback = (Button) findViewById(R.id.go_back) ;
btn_continue = (Button) ...
0
votes
3answers
61 views
How to Display time of videoview in android
I have a VideoView for Play Video and MediaControler for it
I want Display time of video in textview and change it per time of video
I use this code for Playing video :
private void play(String ...
0
votes
0answers
25 views
How to seek Previous video when backing video in 0:0 Android?
I use Videoview for Play video and I use seekto for seek in video.
And Now I want when use mediaControler and pree back key and Arrived 00:00
video is stoped and previous video Begging play video.
...
0
votes
2answers
84 views
MediaPlayer / VideoView not playing video?
I'm new to android development, self taught so can expect a few errors here and there but none so irritating as this. I've looked over my code a thousand times, searched high and low across multiple ...
1
vote
1answer
64 views
Getting an error while playing a video using VideoView in android
In my application I want to show a video by online streaming but video does not start and I am getting an error "Sorry this video can not be played" and logcat error is
couldn't open file on client ...
0
votes
0answers
43 views
Android: Video Resizes in videoView after power button interrupt
I have a VideoView with which I'm playing a streaming video.
The problem I'm seeing is on some devices (HTC DNA 4.1.1) the video will play fine. On pressing the power button and then returning to the ...
0
votes
1answer
59 views
How to Play video from an Arbitrary Time in Android?
I want to play video in arbitrary time for videoview in Android
_player.setVideoURI(Uri.parse(uri));
MediaController mc = new MediaController(this);
...


