Skip to main content
Participant
January 26, 2010
Question

Stop or disable just live streaming ability

  • January 26, 2010
  • 1 reply
  • 746 views

Hi,

    In my system I have installed Flash Media Streaming Server and as you know Streaming Server doesn't abilty to authenticatte the user which connects with FMLE or another application to publish (or am I wrong, I hope I am wronggg ). Because of this reason my system is abused time to time for unlegal content . In my system we don't use live streaming ability for live events regulary. Sometimes we use live ability max 4 times in a month. And I want to learn that is there a way to stop or disable and open the live streaming mechanism whenever I want? Please help me I am in a very bad situation. Thanks in advance...

Sincerely, tello_116

    This topic has been closed for replies.

    1 reply

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    January 26, 2010

    Sure,

    I'll give you two easy ways right off the bat.  Within your live application folder you'll need to add this to the existing Application.xml under the <Application> tag

    <DisallowedProtocols>rtmp,rtmpe,rtmpt,rtmpte,rtmps</DisallowedProtocols>

    You're disabling all protocols from connecting to this application while that configuration is in there because you want it off.  Remove this configuration before you're going to connect up and you should have the on/off switch you're looking for.


    Asa

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    January 26, 2010

    I forgot to give the second, but you'd do something similar with SWFVerification activated.

    Asa