iPhone:Teleprompter support - iphone

Is it possible to provide Teleprompter feature for recorded video ? I allow user to record video from my application, i want to provide Teleprompter feature for the recorded video when user plays back the recorded video. Is there any API or SDK supports it for iPhone 4?
Please guide me if anyone know about it.
Thank you!

Related

is it possible to play AppleMusics inside my app? If yes then how can i play this?

I'm beginner to iOS development. I want to play AppleMusic inside my app. please let me know is it possible or not?
If it is possible then please suggest me how can i play this.
I found this Link but i don't know wether it play music with iPhone default player or AVPlayer?
It is possible with music kit. Check out https://developer.apple.com/musickit/, but the users will need to have an apple music account.

Not able to access iPod library path

I am using Media Player Framework and its MPMusicPlayer controller for integration with iPhone's default player. I got the asset URL as :-
ipod-library://item/item.mp3?id=4157200259458444598
Now I need to access this URL for copying this song to my application's 'song.mp3' file. Can anyone please help me to access the iPod URL so that I can use it in my iPhone app as the way I want.
Any quick help is really appreciated.
Apple do not allow you to copy the contents of the iPod library out to your user area. This is to prevent copyright infringement. If you want to just play the song then you'll need to post a more detailed question.

How to record videos from an iphone App

Does anyone know how to record videos from an iphone app without making it to close..
it would be greatly helpful, if any one provides the sample code...
Maybe you can see the Apple note:
How to capture video frames from the camera as images using AV Foundation

how to use the camera roll feature which says upload video to youtube, email and mms, in our own iphone application?

i have built an iphone application which makes a video and than you can record the video further. now the main part or my application is that i want to upload it to youtube or e-mail it. now conventionally you take a video or picture for instance from the gallery and using the camera roll feature.
can i utilize that feature in my own application so that after i have recorded a video through my iphone application i dont have to go back to the camera roll feature which is there in the iphone built in gallery.
It doesn't look like you can get access to those features within your app.
You'll have to implement these features yourself.

Publishing Audio from iPhone to HTTP

I have read that Apple has allowed iPod Library Access in iPhone OS 3.0 and thus an App can access the data stored in the iPod.
I want to know that is there a possibility that the audio being played by an App can be published over a Network Stream.
Let me know your thoughts.
Thanks and Regards,
Muhammad Haseeb Khan
Can't be done. That "access" is very limited and does not include the audio data.
You can however broadcast, say, the playlist or the album art.
It really does open up a whole world of possibilities.