Hi reader
Mu client application receives h.263 frames from network. It decodes the frames in YUV format which is furthur converted to rgb bitmap. To display rgb bitmap, i use CDirectScreenAccress...
Type: Posts; User: ruchig_iic; Keyword(s):
Hi reader
Mu client application receives h.263 frames from network. It decodes the frames in YUV format which is furthur converted to rgb bitmap. To display rgb bitmap, i use CDirectScreenAccress...
How can i use different icons for context pane and application launcher. I am using svg not mbm
I am struck in a strange problem. Can you please help me sort that out.
Consider the following cases --
1) When i try to play a video clip from a file using OpenFileL(), there is no problem and...
I am struck in a strange problem. Can you please help me sort that out.
Consider the following cases --
1) When i try to play a video clip from a file using OpenFileL(), there is no problem and...
Hi
I downloaded VREX example. I am working on symbian 8.0a now. Using this application i am able to successfully play video from a file but when i load contents of file in a buffer, and use...
Hi all ,
i had created one video player which is used to play 3gp file, MPEG file and an audio file using MMAPI and J2ME application.
i used J2ME wireless toolkit for this video player its...
hi sheshu
I want to use an IDE that can be used for developing applications for all versions of s60. Carbide c++ express says we cant develop applications for commercial purposes. WHY ?? then...
I have tried using openDesL() to play a local video file. I am able to play in following cases ---
1) when i load complete file into the descriptor
2) when i load starting part of file with some...
hi
I an working on emulator, not using any phone now. Firstly i establish connection using SIP with my video server which then sends me video in rtp payloads (video on demand application). My...
hi
Yes Symbain 9.x support RTP but there is no support for the same in sdk. So either you implement your own RTP stack or you recieve RTP packets over UDP and youself perforn the necessary...
hi
I an working on emulator, not using any phone now. Firstly i establish connection using SIP with my video server which then sends me video in rtp payloads (video on demand application). My...
Hi sheshu
Perfect !!!!!!!!!! Now i am able to listen the audio perfectly.
THANKS A LOT !!!!!
Seriously speaking it wouldn't have been possible without you. Thanks again.
Now please help...
Hi Reader
I am not able to play H.263 format file with CVideoPlayerUtility.Why ??
Is videotypeL() deprecated. Sdk mentions about this function but i cant find this function in the class...
Hi Reader
I an working on emulator, not using any phone now. Firstly i establish connection using SIP with my video server which then sends me video in rtp payloads (video on demand application)....
I am using symbian 9.1, s60 sdk 3rd edition (emulator) for developing applications.
I want to do video streaming of the rtp payloads after i have establish connection with my server using SIP. How...
I am using symbian 9.1, s60 sdk 3rd edition (emulator) for developing applications.Since now I have only played a 3gp file with CVideoPlayerUtility.
Here follows what i need --
1) Firstly i...
HI gurus
I am using symbian 9.1, s60 sdk 3rd edition (emulator) for developing applications.
My server sends me video(in H.263 format) as RTP payloads. Since RTP is not supported by s60, i...
hi sheshu
my audio application is working. i am now able to listen my IVR with some noise but atleast something has worked out.
Thanks a lot. It wouldn't hav been possible w/o your invaluable...
hi
i have resolved my problem. my file format was not supported. now i m able to play a local file on emulator.
various file* files in video play examole available is bit confusing. What does directory means. Are they setting many files to be played ??
If i just want to play one file what should i do ??
1)...
I have found that CVideoPlayerUtility can be used for both streaming and playback.
Hi reader
I recieve video in H.263 format as rtp payloads from my server. Since s60 doesn't support RTP, i recieve these packets through udp socket in a descriptor and want to stream it and...
how do i delete my thread
Hi sheshu
I have creatad a new thread " Video Streaming in s60 sdk 3rd edition". All your suggestions are invaluable and helped me a lot in solving problems related to audio. I look forward for...
hi
CVideoPlayerUtility() is used for both streaming and play back. I read through socket and my video data is in buffer, can i stream it using OpenDesL() because as far as i know, if i have to...