Skip to main content
niteshkumar
Inspiring
December 11, 2009
Question

Live video quality hammpering on internet

  • December 11, 2009
  • 1 reply
  • 296 views

Hi all,

 

    I am trying to publish live video over internet using the NetConnection.publish method in as3 and viewing it in other application making connection to server,

    I am getting distorted image quality .

    But When I set cam.quality(0,100) and cam.setMode(320,240,15), In that case quality get fine but I get image with delay and the movement is

    not smooth

    When I am publishing live video over internet using flash live encoder I am getting good quality with very little delay and smooth image at recieving end

    by making an application in as3 and having connected it to the server.

    I don't no the reason behind it, my guessing is of the use of codec H.264 or VP6. If that is the  reason then how can I use these Codec in my

    application. Please help.

Thanx in advance.

    This topic has been closed for replies.

    1 reply

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    December 14, 2009

    A quality setting of (0,100) is going to unleash an enormous stream, too big for transmission for the pipe you have apparently.  Effectively it's telling the codec to drop absolutely nothing.  Please experiment with quality settings between 80-90 as they should get you the quality you want and not overwhelm your bandwidth capacity.