I have one main MediaPlayer which plays nicely an RTSP stream and I have used an AsyncTask to buffer the开发者_JAVA技巧 content of another stream. It achieves this. When I try to switch to the second
I would like to know how to give a FileInputStream to a Videoview. I can see that we have an API like setData开发者_C百科Source() for mediaplayer, in which you can give a file descriptor. Is this same
I am trying to play a video via HTTP. It sometimes plays fine, others I get the \"Cannot play video\" error but can immediately start playing it again. It seems it will display this error on the sligh
I am new to android and this is the first time I have tried anything with VideoView. I am streaming a couple MP4 files, the first (about 5mb and 1 minute long) opens automatically the other two (about
Forgive me if this is a newbie question, but... When playing video, is it better to use VideoView/MediaPlayer, or is it better to use intent.ACTION_VIEW and let the user select his/her media player?
I\'m working on an app that pla开发者_运维问答ys a video. I cannot find a way to disable the user video controls (Play, pause, go to 1:23, etc...)
HI i want to play a .3GP video file in android phone. i tried below code but it shows cant play video.so please tell me what i will do
I have searched for answer regarding this problem with no success. What is the situation? I have TabWidget with two tabs. First one has activity that display video in VideoView. Second one displays i
I´m trying to play a video using a VideoView. The video plays fine on most devices, but when i run it on the HTC Hero or HTC Wildfire the video does not work. They´re not working in the stock Androi
I\'m using Android to construct a video player using the VideoView. I\'ve managed to get a video player running and now I\'m setting a counter using chronometer that starts ticking when I select the f