Hi everybody
I would like to develop a streaming server video in my S60 5th emulator.
I already looked for APIs for rtcp but I found nothing.
Do you have an idea how can I do that ?
Thanks
Hi everybody
I would like to develop a streaming server video in my S60 5th emulator.
I already looked for APIs for rtcp but I found nothing.
Do you have an idea how can I do that ?
Thanks
Regards and Peace.
Cartouche67.
Hi kishore84 thanks for your reply
I don't want to read a video in streaming, I have a video "stored" in my smartphone and I want to stream it.
I apologize if I don't undertsand your post.
Regards and Peace.
Cartouche67.
Yes I want to play video (stored in smartphone) on my pcDo u mean to play a local video stored in ur mobile device ??? Then also u can use same api..
If this is not ur exact query describe bit more...
thanks
my smartphone et the pc will be connected in Wifi
Regards and Peace.
Cartouche67.
Sorry but still not very much clear so i am giving some possible cases and their solutions:
1- U want to send ur video file from ur mobile and stream on pc.
For this to achieve u can make an connection from mobile to pc (via socket or http) and send data to pc.
2- u want to send video file from pc and stream it on mobile.
This is bit difficult. if u r using some other server (except rtsp) at ur pc side to send data to mobile and strem those file. Then u have to use devvideo api to stream that file.(i have not used this api). but u can find some dicussion abt this api in this forum.
3- u want to play local stored video file on mobile.
u can do it through CVideoplayerutility.
Thanks
Last edited by kishore84; 2009-04-27 at 12:48.
Sorry for my poor english !
This is the case number 1
in fact the video is already sotred on the mobile, and I want to watch it on my pc.
The reason I want to stream, and not simply upload, is that my application is a little bit like VNC.
The video is creating in real time on the mobile, to be visualize on my PC.
So do you think I should simply send data on a socket ?
Regards and Peace.
Cartouche67.
K waht other ways do you think to do this and what could be the pb following this way ??
I think if it is real time then when u are ready with a chunk (or frame )of data at server side(i.e ur mobile)u can send it to client(i.e ur pc ) and then u can buffer or play.... at ur pc
But yes the priority of work (sending data at server side) should be high to make this process smoother.
Thanks
Yes I think perhaps there was an API that automates buffering and sending video.I think if it is real time then when u are ready with a chunk (or frame )of data at server side(i.e ur mobile)u can send it to client(i.e ur pc ) and then u can buffer or play.... at ur pc
Thank you very much for your help.
Regards and Peace.
Cartouche67.