Skip to main content
March 21, 2012
Question

nonameaegan

  • March 21, 2012
  • 1 reply
  • 3904 views

Currently I am working on the Http Live streaming for the ios device. I am following the steps given by the link below, http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.html. Even though I'm following the steps given, I didn't get the Live Stream.

I could not find the hls-live folder inside the application folder of the Fms 4.5.

When I typed "http://localhost/hls-live/livepkgr" in the browser, it displays as "The requested URL /hls-live was not found on this server".

Can anyone tell how to solve these problems.

Any suggestion can be useful to me,

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    March 21, 2012

    Hi,

    Did you try to play http://localhost/hls-live/livepkgr/_definst_/liveevent/livestream.m3u8 .

    There is no folder with name hls-live. hls-live is location directive that is defined in the httpd.conf inside Apache. How to interpret these request and serve them is defined inside httpd.conf under hls-live location directive.

    However there must be data inside livepkgr/streams/_definst_/liveevent/livestream under application folder.

    March 22, 2012

    Thanks for your response

    When I type "http://localhost/hls-live" in the browser it shows 404 error and displays

    The requested URL /hls-live was not found on this server.

    Actually, I am developing AIR applications for the HTTP Live Streaming for iOS Device in windows Xp. I am able to play recorded video in vod folder present in webroot of apache, but not for the Live Streaming.

    Can you help me how to do HTTP Live streaming.

    Regards,

    nonameaegan