mediacontroller Questions
2
I want to customize the controls in the MediaController for my video player.
I want to swap out the image for the play button, change the skin, change the color, ect.
Is there a known way of doing...
Incombustible asked 18/9, 2012 at 17:40
2
Solved
Developing a simple app to play a RTSP stream on Android 4.1, but unable to do so
Update
I am able Able to play if I use BigBuckBunny_115k.mov
Uri video = Uri.parse("rtsp://184.72.239.149/vod/mp...
Unplug asked 8/10, 2013 at 12:32
2
I would Like to remove the fastforward and rewind buttons from mediacontroller in Android. Can anyone help me with this? I want to do it inside my main activity.
Forevermore asked 1/7, 2012 at 14:46
1
I am trying to set up a DLNA Controller to Control an iPush Renderer device. The iPush Renderer device is becoming very popular as many iphone DLNA controllers and even the native Airplay works per...
Levorotation asked 6/10, 2013 at 9:8
1
Solved
I created simple video view application it's working fine. I have added layoutparams to video view and added videoview into one layout position, that time my media controller showing out of the reg...
Leveridge asked 27/8, 2013 at 9:10
4
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 setAnchorVi...
Duck asked 28/6, 2011 at 18:27
2
MediaController always shown on top of all views in the screen and do not pass clicks to below views until it is hidden, my issue is:
How to add button view on top of MediaController so it handle ...
Sharecropper asked 18/8, 2012 at 20:43
1
Solved
I have a VideoView in one of my Activities and if I try to press the back Button it doesn't take me to the previous Activity and it doesn't give any error messages in the log cat either.
I have tr...
Guiana asked 2/8, 2012 at 14:33
1
I would like my MediaController to hide only when the user touches only the bottom half part of the screen, because i have some buttons on the top part that need to be accessible with one click.
T...
Wapentake asked 30/9, 2011 at 14:8
3
Solved
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 videoVi...
Spavin asked 16/11, 2011 at 8:15
5
Solved
Video not working properly in the below mentioned code. What could be the problem for this?
MediaController mediaController = new MediaController(getBaseContext());
mediaController.setAnchorView(v...
Uphill asked 4/1, 2012 at 11:8
1
Solved
How to catch event when click pause/play button on MediaController.
i try onKey,onTouch - and then i click on pause/play button on MediaController did nothing happened.
Concordance asked 23/10, 2011 at 18:30
2
Solved
I cant seem to find an event that listens for playback state. I am mostly interested in the play/pause state. I am using MediaController which has a Play/Pause button, but I have a secondary button...
Martines asked 28/10, 2011 at 20:29
3
Solved
I am using a VideoView and the MediaController for an app I am working on. I simply wanted to have the MediaController appear on top of my VideoView but apparently you can't do that very easily. I ...
Nabataean asked 24/10, 2011 at 20:2
2
Solved
I intend to write a custom media controller for my app. I was planning to use seekbar to do both seeking and showing progress. Trying to implement this.
Does anyone have such implementation or am ...
Mistletoe asked 11/10, 2011 at 19:23
© 2022 - 2024 — McMap. All rights reserved.