Skip to main content
Known Participant
October 21, 2012
Question

Restrict BitRate at Server Side - main.asc

  • October 21, 2012
  • 1 reply
  • 569 views

Hello!

After 5 days looking for many tutorials and guidelines, I was forced to open a discussion here, since not found any trust information about.

I wanna limit the bitrate at server side - main.asc file.

In other words, if an user try to stream using FME over 600 kbps, his connection will be dropped - rejected or something similar.

Where or how can I do that?

Thanks a lot,

Rafael

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    October 22, 2012

    Hi,

    Probably this is what you are searching for :

    http://livedocs.adobe.com/flashmediaserver/3.0/hpdocs/help.html?content=00000275.html .

    You proably would like to set clientToServer parameter to 600000 bytes per second.

    rafargbAuthor
    Known Participant
    October 25, 2012

    Hello,


    Thanks for your reply.

    I m looking for a way to block client to server connections up to 600 kbps, but into server side code.

    For example, if they attempt to start a streaming over 600 kbps, they get FMLE disconnected.