Skip to main content
Participating Frequently
July 27, 2010
Question

AS sample to connect ingest server (level3)

  • July 27, 2010
  • 1 reply
  • 732 views

my CDN migrate my server from FMS2.5 to 3.5...

With FMLE 3.0 (and 2.5) all work fine, i can publish

But now any of my publish AS3 / Flex code works !!

i can connect to the url point of publication, but when i want to stream a live the answer is: "NetStream.Record.NoAccess"

1/ i don't make a "record" publish but a "live" publish, why this "record" error ?

2/ I use really Basic code (AS3) to make a live publish like:

     nc = new NetConnection()

     nc.connect(MY_PUBLISH_URL)

     .../...

     ns = new NetStream(nc)

     ns.publish(MyStreamName,"live")

3/ when i try my code on a Local FMS2.5-3.0-3.5 all is OK

my CDN (Level3) can't answer me and say that if with FMLE 3.0 that's work the problem is Mine and in My Code...

i'm sure of my code.. i use it always and for month with no problem...

is any body with experience with FMS 3.5 on a CDN and the "change" ?

is anybody have a sample code to show me ?

Please Help... now we don't have any live working...

Thank's ! a lot

    This topic has been closed for replies.

    1 reply

    July 27, 2010

    Hi,

    Are you connecting to the vod application on the FMS? If so, the server-side code in that application would not allow for livestreams to be created.

    Maybe you could request for an another FMS application which doesn't have any restriction set in it, which will allow you to connect and publish livestream to it?

    Thanks

    Mamata

    tlouvelAuthor
    Participating Frequently
    July 28, 2010

    Thank's for your answer.

    No i don't use VOD, we only use live streaming...

    as i know it was a "ingest" server... as say Level3

    to precise my problem:

    - i use the Level3 CDN for (and only) Live Publishing.

    - when we are in FMS 2.5 (CDN version) all work fine.

    - a migration to FMS 3.5 (CDN version) don't allow me any  publishing from my AS3 Application

      only FMLE work fine...

    is there any difference to connect to a FMS 3.5 (CDN version as say "ingest"), and FMS 3.5 classique.

    My AS3 Test application is very "basic" and work on all standard FMS version... but not on the CDN.

    is the any ADOBE answer about CDN version <> Standard Version ? or where can i get information about sample to publish to CDN version 3.5

    i don't understand how a ADOBE Product (Flash or Flex) can't work with FMS 3.5...

    Thank's

    tlouvelAuthor
    Participating Frequently
    July 28, 2010