Skip to main content
September 9, 2010
Answered

How to set/determine live recorded stream video quality?

  • September 9, 2010
  • 1 reply
  • 822 views

Hi,

I was wondering if I were to create a NetStream object and publish it passing in "record" (allowing the end user to record a video via webcam which is then stored on the FMS), how would I specify the bitrate and frame rates etc of the video being recorded? Is this something I need to configure flash media server to do or can I do this through action script?

Thanks

    This topic has been closed for replies.
    Correct answer

    FMS will record video at the bitrate/framerate which is published to the server. You'll set your encoding parameters on the client side from where the video is being published.

    In the case of flash/flex, you would set this using the setMode and setQuality methods of the Camera class.

    1 reply

    Correct answer
    September 9, 2010

    FMS will record video at the bitrate/framerate which is published to the server. You'll set your encoding parameters on the client side from where the video is being published.

    In the case of flash/flex, you would set this using the setMode and setQuality methods of the Camera class.