extension-screenrecorder icon indicating copy to clipboard operation
extension-screenrecorder copied to clipboard

This extension captures video gameplay.

Results 6 extension-screenrecorder issues
Sort by recently updated
recently updated
newest added

TODO: - [ ] The video compression needs to be built for arm64 macOS - [ ] The runtime shader compiler fails

Getting build error due to breaking changes in latest versions gooey library. I tested with 7.5.0 release it's working.

Getting error on recorder.lua file after tapping "LABEL" button. ![image](https://github.com/defold/extension-screenrecorder/assets/25245765/ddcf5cf5-3823-46cd-ace0-658d76e3a69b) ``` ERROR:SCRIPT: example/modules/recorder.lua:160: Table's property render_target is not a lightuserdata. stack traceback: [C]:-1: in function init example/modules/recorder.lua:160: in function init...

![image](https://user-images.githubusercontent.com/177300/91044760-01294a00-e640-11ea-9eb4-985e5b613cc1.png)

https://www.defold.com/manuals/extensions-script-api/

I think would be better to use this library https://github.com/ThisNetWorks/iVidCapPro for recording on iOS instead of ReplayKit. It would make API more consistent.