Skip to main content
August 5, 2010
Question

How to publish multiple bit rate(MBR) live video?

  • August 5, 2010
  • 1 reply
  • 1322 views

I've searched quite a few threads:

http://www.developsigner.com/blog/2009/05/28/multi-bitrate-live-streaming-with-fmle-adobe-flash-media-live-encoder

http://forums.adobe.com/thread/27371

dynamicStream.addStream("livestream1",200);
dynamicStream.addStream("livestream2",400);
dynamicStream.addStream("livestream2",600);

vid.play2(dynamicStream);

But all of them are talking about playing multiple bit rate live video,

my question is how I can publish multiple bit rate live videos in the first place?

    This topic has been closed for replies.

    1 reply

    August 5, 2010

    Hi

    Please check out the product Flash Media Live Encoder which allows you to publish multiple bit-rate streams to FMS.

    You can download the free software from here

    http://www.adobe.com/products/flashmediaserver/flashmediaencoder/

    http://www.adobe.com/products/flashmediaserver/flashmediaencoder/features/

    Regards

    Mamata

    August 5, 2010

    Thanks for your reply!

    But I need this to be done for each web user,

    so I can't require them to use FMLE themselves...