DasBoot
DasBoot

Reputation: 707

methods to forward flash webcam stream to php or language servers?

hello i was wondering what is a good way to forward my web cam stream to my php server? I am not quite sure how to do this other than saving the video as a file and transferring it to my server or capture frame images every x amount of time and sending it to my server. i was wondering if there were other methods available other than this?

thank you.

Upvotes: 0

Views: 743

Answers (1)

Sabeen Malik
Sabeen Malik

Reputation: 10880

I am not sure what exactly is the intent but you might be interested in something like http://www.red5-recorder.com/

For video chat look into this http://www.tokbox.com/opentok/api , I have tested this and its awesome!

Upvotes: 1

Related Questions