Question

In my cocos2d game, i need to record game play as a video including sound produced by the game.

How can I implement this? Anybody can help me. Please suggest a way to implement this.

Was it helpful?

Solution

Finally i find out kamcord(http://kamcord.com/) SDK for recording game play

Kamcord is a built-in gameplay video and audio recording technology for iOS. This repository contains a Kamcord SDK that works with cocos2d-1.0.1 and allows you, the game developer, to capture gameplay videos with a very simple API. Your users can then replay and share these gameplay videos via YouTube, Facebook, Twitter, and email.

get code here https://github.com/kamcord/cocos2d-kamcord-ios/wiki

OTHER TIPS

Try using a iPad to HDMI converter. From there you can capture video and sound.

Or you can get sound by using the jack on the device and record video with a well placed camera :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top