Skip to main content
Participant
October 29, 2012
Question

How to connect Application to Akamai on FMIS

  • October 29, 2012
  • 1 reply
  • 723 views

Can someone tell me how to connect to Akamai within a ServerSide Application? They are using there own authentification method... a simple

Netconnection.puplish() does not work. They are providing a Actionscript Class (AkamaiFCSPublish.as) for connection to there Servers....but I need a Server-Sides Actions Script Class? Or how can I use/integrate a Actionscript Class into Serverside Scripts?

I would like to forward a stream to Akamai from my own FMIS entry after modifiying the stream.

    This topic has been closed for replies.

    1 reply

    October 29, 2012

    Check my latest thread, this pulls in a Akamai stream and hows how to connect to Akamai. See if that helps.

    http://forums.adobe.com/thread/1086947?tstart=0

    NeutraloAuthor
    Participant
    October 29, 2012

    Thanks. If`ve allready read your Topic.

    My problem is to stream to Akamai, instead of pulling a stream from Akamai.

    For publishing to Akamai, I have an Akamai-Account with username and password. The credentials are needed to esablish the connection. E.G.connecting with FMLE, it prompts for username and password.

    But using Netconnection.connect(EntryAkamai, username, password) allways gives me a Netconnection.Stream.Rejected.