AS sample to connect ingest server (level3)
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
