Need some help in video recording
HI
I am trying to record a video and send it to the server. I am reading the [B]Multimedia -On-Symbian OS[/B] book and came across one API called [B]OpenURL[/B] which can be used directly for recording a video file to a server. Now the API is
[CODE]
void OpenUrlL(const TDesC& aUrl, TInt aIapId, TInt aCameraHandle,
TUid aControllerUid, TUid aVideoFormat,
const TDesC8& aVideoType, TFourCC aAudioType);[/CODE]
Now I am confused with the last parameters what they would be. I my application I have written something like this
[CODE]iRecorderUtility->OpenUrlL(Kfilehttp,KUseDefaultIap,aCameraHandle,iControllerUid,KUidVideoRecordingApp,[B]what will be here[/B]);[/CODE]
In the Kfilehttp i have http:\\abc.com\\file.txt
[B]I also want to know whether my approach is ok for uploading the recorded video to the server.What apart from this I have to do for uploading the same[/B]
I will be thankfull if someone help me
Thanks in advance
Nikita
Re: Need some help in video recording
AFAIk it is unsupported.
[url]http://wiki.forum.nokia.com/index.php/KIS000590_-_Unsupported_methods_in_CVideoRecorderUtility[/url]
[url]http://wiki.forum.nokia.com/index.php/KIS000410_-_CVideoRecorderUtility_unable_to_stream_images_over_HTTP_using_OpenUrlL([/url])
Re: Need some help in video recording
Ohh...then is there any other alternatives. I want to record a video and send it to the server at the same time. Now I have a code which can record a video and save it to a file. But continous streaming to a server is a problem to me. Can you help me on this.
Thanks in advance
Nikita
Re: Need some help in video recording
I think you should study this:
[url]http://wiki.forum.nokia.com/index.php/Movino[/url]
Re: Need some help in video recording
I have gone through it but sorry to say I am not getting anything out of it. Is there any other way out to solve this problem
Re: Need some help in video recording
Any help on this from anybody...A little guidance will help me a lot.
Thanks in advance
Nikita
Re: Need some help in video recording
Guys I need some help in this. Any document sample or code might help me out .If anything you might know would be usefull then please let me know. I have been waiting since yesterday.
Thanks in advance
Nikita
Re: Need some help in video recording
I have never seen any simple utility that could do direct saving on a remote URL while recording Videos, so I would assume also that the first reply was correct already.