Kamcord Video Recording and Sharing Guide and Code

I just added Kamcord video recording and sharing to my new game Arrow Mania 2 and thought I’d share. You end up with a video recorder in your game so players can review or share their gameplay videos on YouTube/Facebook/etc.
Check out Arrow Mania 2’s Kamcord page here: http://kamcord.com/games/arrow-mania-2-archery-shooting-game/

Made a quick blog post with some code so you can add it to your own projects, see here:
http://www.gmtdev.com/blog/2014/03/26/kamcord-video-recording-in-cocos2d-x-on-ios/

Just a Cocos2D-X to ObjC wrapper so you can control KamCord in your C++ code with calls like:

  • m_KamCord.record();
  • m_KamCord.stop();
  • m_KamCord.showKamCordViewer();
  • m_KamCord.setVideoInfo( );

@GMTDev

Awesome job!

I like the video sharing feature.

Thanks for your sharing:)

Ok i got which sdk. Now it doesn’t support UIWebview… The UIWebview is there and it doesn’t include it… How to include UIWebView in the video??