Skip to main content
Participant
August 14, 2012
Answered

Streaming Live and Recording at the same time

  • August 14, 2012
  • 1 reply
  • 534 views

Currently I allow users to broadcast live Audio and Video and I would like to begin recording the Audio/Video as well.

How can I go about this?

Currently I'm broadcasting live streams using webcams and having AS3 stream it to our servers.

From the articles I've been reading lately it sounds like I should record it to the server and play the recorded file.  Will this cause a latency higher than when it was being broadcasted live?

This topic has been closed for replies.
Correct answer Zach_L

What you want to do is record to FMS.  Then use NetStream.Play(filename, -1) to only play live.

1 reply

Zach_LAuthorCorrect answer
Participant
August 15, 2012

What you want to do is record to FMS.  Then use NetStream.Play(filename, -1) to only play live.