INDExOS / media-for-mobile

Media for Mobile
Other
456 stars 178 forks source link

Fail to record video #58

Open jaychang0917 opened 7 years ago

jaychang0917 commented 7 years ago

Hi, I found a issue that when i click the stop record button, the screen freeze and the generated file is not playable. (it says "Unsupported file type.")

Android version: 5.0.1 Android device: LG-D858

doggan commented 7 years ago

Try this: https://github.com/INDExOS/media-for-mobile/issues/41

ahmadarslan13 commented 6 years ago

Did you able to record video with no error? I have got some issue after record the video it plays very fast i don't know and did not find the issue

dbof10 commented 6 years ago

In VideoCapture.java line 63 new AudioFormatAndroid("audio/mp4a-latm", 44100, 1); maybe your device doesn't support the format. I removed. it works for me