android-videoview
Sharing VideoView between two MediaPlayers not working
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[详细]
2023-02-14 00:00 分类:问答How to give a FileInputStream to a Videoview?
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[详细]
2023-02-13 23:15 分类:问答How to change behavior regarding "Cannot play video" error
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[详细]
2023-02-10 06:53 分类:问答Android - VideoView Memory Issue
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[详细]
2023-02-10 05:30 分类:问答Video - Use VideoView/MediaPlayer, or intent.action_view and user's choice?
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?[详细]
2023-02-08 09:16 分类:问答Disable user controls in an Android VideoView object
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...)[详细]
2023-02-08 02:37 分类:问答how to play .3GP video file in android
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[详细]
2023-02-07 15:12 分类:问答MediaPlayerService starts in background and blocks activity for a few seconds
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[详细]
2023-02-07 11:38 分类:问答800x480 H264 video not working on some devices
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[详细]
2023-02-07 01:00 分类:问答Android Sync video with timer
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[详细]
2023-02-06 20:12 分类:问答