yrom / ScreenRecorder

Implement screen capture without root on Android 5.0+ by using MediaProjectionManager, VirtualDisplay, AudioRecord, MediaCodec and MediaMuxer APIs
1.86k stars 528 forks source link

Screen Recording isn't saved anywhere on the device #17

Closed umair1209 closed 6 years ago

umair1209 commented 6 years ago

Expected behavior

When you record something on your screen using screen recording apps, you are able to watch those videos as they are saved on your device.

Actual behavior

While the screen recorder shows that it is recording a video but in reality there is no way to watch that video. It is not saved anywhere on the device as there is no path for saving the video.

How to reproduce

Recording Of The Bug

Now I cannot record a gif or video to show the above bug so let me show a picture 

Screenshot_2018-02-28-14-46-48-421_net.yrom.screenrecorder.demo.png

As can be seen from the above picture that there is no path to save your recorded videos.



Posted on Utopian.io - Rewarding Open Source Contributors

yrom commented 6 years ago

Yeah, this is a very very simple app that just a demonstration of android screen-capture apis. You can edit the saving path by yourself. Actually, it was located at /sdcard/Movies if successful recording