Skip to main content
Known Participant
April 15, 2009
Question

how to set bit rate of audio and video

  • April 15, 2009
  • 1 reply
  • 622 views

I want to set the bit rate of audio and video (48,96.128 kbps) at the time of live streaming . i m not using the flash media live encoder because i have to make it as web applicaton. can any one tell me how to set bit rate.

    This topic has been closed for replies.

    1 reply

    April 21, 2009

    When you're using Flash Player to capture and encode video, your only control is Camera.setQuality():

    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/media/Camera.html#setQuality()

    Jody