Capturing a video is part of an application I'm currently working on. Video capturing and storing works fine.
I followed the android tutorial for video capturing and all recorded videos are stored directly after the recording stops.
Is there any way to let the user decide (via dialog) if he/she wants to store the video?
I don't really want to delete the video afterwards.
Related
I'm trying to develop an Android app that needs to access basic video playback information (e.g. current-time, and total-time, url, title) of a playing video on the Youtube Android app. The app I'm trying to develop will be have a floating button, when the user clicks it, it will need to read these information from Youtube Android app.
Is it possible to access these video playback information directly from Youtube Android app? and how if possible?
One solution I know that's possible is to embed the Youtube video playback on my app itself (so the user needs to switch playing the video from Youtube app to my app), which I don't prefer compared to the questioned solution above.
There's another similar question, but it's asking about getting title and url only, but I need a way to get the current playback time at which the user clicked my app's floating button and the total time of the video.
I'm creating an android app that requiers recording video and playing a video at the same time. I've been able to do it in IOS but i don't know if it's even possible to do it in android. So my question is; is this possible?
I have a website where the user of my application can upload a video from the Android Gallery. I want to make it so that when the user opens the file chooser it has an option to record a video and upload it from the Androids stock camera. Is this possible or would I have to create an application that would handle the video recording and post the video to the file chooser? Either way it would be nice if someone could point me in the right direction.
I will suggest you to write your application, it will me be more customize and can be handles completely on your way . This link will help you related media recording Media Recorder and for uploading to server you can look in to this Uploading video
I 'm creating the application to record the video and to display the recorded video. I followed http://android-er.blogspot.in/2011/10/simple-exercise-of-video-capture-using.html.
but video is started to record, and i stopped the recording. but it is not displayed in Gallery. Where it will be...? or anything i missed to save the recorded video?
Follow the Camera example that Android Developers supply on their Dev Guides.
I need to play a video stored on my xampp server, as if it was a live stream through an android application.
For example: After installing my application on a smartphone, when a user A(say) makes an access to the xampp server to play the video, the video starts to play on his smartphone device. Now, suppose a user B (say) plays the same video through the server it starts from the same instance as to where User A is now watching the video. Thus, the video being played though stored, becomes live.
I need to demonstrate a concept through this application, and as I have no prior experience in Android Development, so it would be great if anyone can give me any ideas, on how can I approach this, any suggestions/sample code/alternate methods to achieve this please let me know.
Thanks for the time you put in reading my question.