Hi,
I've written a program to capture video and stream it to a server via a socket connection. I capture the video with a RecordControl. I'm doing this on my E65.
I've got a few problems:
- The recordcontrol needs to be commited, before I can send the data via the socket connection. I'm recording 5 seconds, and send those 5 second to the server to display it there. Is there another way of doing this, because I'm always 5 seconds late because of this.
- The commit and reset of the recordcontrol takes some time, I lose that time in my realtime stream on the server.
Is there anyway to stream video realtime from my mobile to a server in a different way? I cannot find any articles about it.

Reply With Quote

