I am trying to record a screencast on Galaxy S5 using adb
on a mac.
cd /android-sdk-macosx/platform-tools
./adb devices
./adb shell screenrecord --verbose ./sdcard/screencast-recording.mp4
After the last line I keep getting some configuration error
Main display is 1080x1920 @44.70fps (orientation=0)
Configuring recorder for 1080x1920 video at 4.00Mbps
ERROR: unable to configure codec (err=-2147483648)
WARNING: failed at 1080x1920, retrying at 720x1280
Configuring recorder for 720x1280 video at 4.00Mbps
Any ideas how to get this to work?