1

Is there any way to capture and upload video from web cam? Video upload expectation is it much smiler to Facebook video upload from web cam.

Can anybody recommend any technology to use and example application?

Thank you.

Chandana
  • 2,578
  • 8
  • 38
  • 55

1 Answers1

2

You can easily use flash media server. Otherwise capture image from video container and play it as sequence. listen it is image sequence it has no sound. Correct way is using any flash media server. Ex : FMS by adobe , red 5 etc.

rejo
  • 3,352
  • 5
  • 27
  • 34
  • Can you elaborate on "capture image from video container"? In addition, is this done on the client side, then I send raw frames to be reconstructed by something like ffmpeg? or is this done on the server? – Trass Vasston May 17 '12 at 16:52