which API to display video streaming (not RTSP/http streaming)
hello,
can anybody tell which API should be used to display real time video frame coming from the CCMRMediaRecorder API.
Videoplayerutility OpenDesL is not good at displaying continuous video frames.
mediaplayer found in the 3rd SDK plug-ins is on top of videoplayerutility.
Thanks in advance
Jean-philippe
Re: which API to display video streaming (not RTSP/http streaming)
Hello,
I try to do exactly the same thing. I successfully use CCMRMediaRecorder to get video frames.
And now I want to display video from these frames...
Do you find a solution ?
Thanks,
Ben
Re: which API to display video streaming (not RTSP/http streaming)
i never tried this using Symbian API's to play the output of the frames but I know that the data being sent (if you leave the H263 setting in the API's example) is raw H263 encoded data, at least thats how its being detected by VLC Video LAN player(this player manages to play these frames)