Screen video Recording ios - iphone

I want to record iPhone screen real time playing video , I found "RecordMyScreen" demo app. But this demo app not working on IOS 7, it showing black screen for video.Also I tested "ScreenCaptureView" app ,but it not working on for video capturing.
Can you please suggest me ,how I can record my screen or give me any links for the same
Thank you very much!

If you want to record in-game video, look at EveryplaySDK.

Related

Add image on lock screen in iOS app, when app is running in background

There are many question on site like
Programatically changing the iOS lock-screen ,
How to set lock screen , wallpaper and Ringtone programmatically in iPhone?
All say that apple will reject if we modify the lock-Screen image.
But I seen it in many apps.
Example Saavn is in AppStore.
In this if a song is playing and device is locked,
It shows the image of the current album on the lock screen.
Please share if anybody know how it can be done.
Thanks.
Music apps can change the lock screen wallpaper because iOS automatically displays the album artwork for the song/podcast/etc that's playing (see MPMusicPlayerController docs). As far as I know, it's not an API that's publicly available to developers.
The "podcaster" app (3rd party not apple) displays an image of the currently playing podcast. Podcast images are stored in the RSS feed and not in each mp3 so the app is dynamically telling the os which image goes with with mp3. Of course you can play "silence" out of the speaker but I don't think this is a clean solution

Replay option not displaying youtube video in UIWebView?

Currently i am trying to play one youtube video in my application UIWebView. On first time playing, the video is playing perfectly and i can able to see and listen both video & audio, but when the video played completely and i select replay option present in video screen,the video is not displaying anything(its just displaying black screen) but i can able to hear audio.
Where i am going wrong, How to fix this problem ?
Tools used : XCode: 4.3.2, iOS :5.1

Screen Capture Making Video

Can anyone know how to make video recording by capture the screen on iphone? I have an animation and other audio that is working simultaneously with same time and I want to record it as a video so that I can post this video to
You can't capture video from the iPhone screen, but you have a number of options for capturing video from the simulator. See this question for details: video capture software for iPhone Simulator.

App's album cover - iPhone

I am making an app that plays audio... with each sound piece playing I want to be able to change the "album cover" on the wallpaper of the phone... For example when you play a song on the iPod app it changes your lock screen wallpaper to an album cover photo... so how do I do this for my app, when audio is playing within my app changing the lock screen wallpaper temporarily to the album cover? Any ideas? I was thinking of playing an audio file that actually has a picture compressed into it as the wallpaper image like some iTunes songs but I know not all do that and they still get images.. hmmm Anyways I know it's possible because I own some apps that do that... Thanks if anyone can come up with anything!
In iOS5+ you can use the MPNowPlayingInfoCenter Class to achieve what you want. On version prior iOS5 this is not possible with public APIs.
More Info can be found in the documentation

Looking to take video of iphone app

Please let me know how i can create a video of iPhone app similar to the below video.
http://www.youtube.com/watch?v=b6n582PIsMc&feature=player_embedded#at=18
Thank you,
Neal
You can use screen capture utilities like ScreenFlow. Also check out SimFinger to give that finger-press effect shown on the video.
As mentioned in the atebits.com blog, there is also Snapz Pro X for screen capture