Skip to main content
Participant
March 16, 2013
Question

F4M redirect/file generation when streaming live takes ages to occur. FMS VERSION: 5,0,1,1076

  • March 16, 2013
  • 1 reply
  • 508 views

I have noticed today that when i use FMLE 3.2.0.9932 with AMS 5.0.1.1076 in most cases dynamic creation of a manifest file does not happen as expected. It is intermittent at best.

If i hit a url e.g which should provide a manifest i.e. http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m in almost all cases i will get a 404.

In fmle for example i have tried streaming to
rtmp://localhost/livepkgr
livestream?adbe-live-event=liveevent

It also happens if i change livestream? to something like livestream1? or teststream? or mystream? Most times i get 404 but occasionally the f4m becomes available.in AMS

I can see from the FMLE output that the stream is publishing as it should be.
I can also see AMS Admin that the stream is publishing and being viewed in all test cases.

    This topic has been closed for replies.

    1 reply

    Participant
    March 16, 2013

    I have also built a flash player 11.4 app for encoding streams. This too has the same behaviout. I can see everything is publishing as before but no manifest.
    I also get debug output from my flash client in this instance which shows that my app also appears to publish a second live stream called false after unpublishing the main test stream.

    This is odd too, but i guess this could be my code..

    onLivePkrNetStreamOutNetStatus****************************************************************************************************

    code --> NetStream.Publish.Start

    desc --> dfgstream is now published.

    onLivePkrNetStreamOutNetStatus****************************************************************************************************

    onLivePkrNetStreamOutNetStatus****************************************************************************************************

    code --> NetStream.Unpublish.Success

    desc --> dfgstream is now unpublished.

    onLivePkrNetStreamOutNetStatus****************************************************************************************************

    onLivePkrNetStreamOutNetStatus****************************************************************************************************

    code --> NetStream.Publish.Start

    desc --> false is now published.

    onLivePkrNetStreamOutNetStatus*******