Skip to main content
June 16, 2010
Question

Recording high quality video using a local buffer with FMS 3.5

  • June 16, 2010
  • 1 reply
  • 2389 views

Hello, I'm currently working on a webcam recorder to record high quality video. I had the recorder working before, but the video quality was quite poor. Instead I'm trying to use a client side buffer and then upload the buffer after recording has stopped. I thought after I unattached the video and audio from the NetStream that either a NetStream.Buffer.Empty or NetStream.Record.Stop event would be sent when the buffer was finished uploading. What is actually happening after I start recording is two NetStream.Record.Stop events are being sent in a row, so recording never really happens. Also, on the server side I'm trying to save a user name and password into a variable, but I'm not sure how to go about doing that since the application script is just a bunch of callback functions. I hope someone has done something similar so they might be able to help...

    This topic has been closed for replies.

    1 reply

    Janaki Lakshmikanthan
    Adobe Employee
    Adobe Employee
    June 17, 2010

    Hi,

    If you are publishing the video using Flash Player, then video codec will be on2 which does not give good quality compared to H264. You can use other encoders like Flash Media Live Encoder for better quality.

    Regarding the Record.Stop issue... could u pls share your client side app so that i can debug and let you know the issue.

    You should be able to store the username and password properly at the server side. Sharing your server side code as well will help to debug the problem.

    Regards,

    Janaki L

    Petro_O__Bochan
    Inspiring
    June 17, 2010

    Isn't it that Flash Player can publish only using Sorenson? I though On2 and H.264 publishing was the terrain of FMLE, isn't it?

    Janaki Lakshmikanthan
    Adobe Employee
    Adobe Employee
    June 17, 2010

    Oh Yes, that was a typo. Sorenson Spark is what supported in Flash Player. On2 VP6 and H264 is in FMLE.

    Thanks for pointing out that Petro.

    Regards,

    Janaki L