Skip to main content
Participant
January 23, 2013
Question

HLS/HDS Problem

  • January 23, 2013
  • 1 reply
  • 706 views

Hi

i have read a lot of documents, configuration guides and other forum posts and i know there are a lot of other posts regarding this issue. But i try this to get it work since 2 Days Now I'm  a little bit frustrated.

I dont understand why HTTP streaming not works. It is possible to play the sample file over HTTP and it is possible to use the default livepkr for live streaming. Now I have 404 errors. The RTMP Stream Works and i have segmented Files in the server directory

this is my folder structure

The record  stream file:

/applications/custom01/events/live/project/live_500/Mzk4MDk2MzQzNQ=.stream

<stream xmlns="http://ns.adobe.com/liveevent/1.0">

        <type>

                f4f

        </type>

        <name>

                project/live_500

        </name>

        <path>

                /opt/adobe/fms/applications/custom01/project/live_500

        </path>

</stream>

So the URL should be:

http://ip/hls-live/custom001/live/project/live_500/live_500.m3u8

or

http://ip/hls-live/custom001/live/project/live_500/project/live_500/live_500.m3u8

Any ideas? Thanks for your efforts

This topic has been closed for replies.

1 reply

Adobe Employee
January 23, 2013

I would suggest first try HLS streaming with livepkgr application which comes by default using the link : http://help.adobe.com/en_US/adobemediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.2.3.html#WS196aaf3cddfd5bd77166280a1304ebf733f-8000.2.3

And then try with your folder structure.

Participant
January 23, 2013

Hi Amit thanks for the quick response. I have already testet with the default livepkr. Now it would be great if i can use my own structure. I have copied the livepkgr to custom001/live application.  Would you say the URL is OK ? Is there a possibilty to check what structure or URL format the Apache/FMS is expecting

Adobe Employee
January 24, 2013

Can I know what is your requirement which tells you to have such folder structure? There are ways to do this also if you have such folder structure but they are not advisable you might have to do few configuration settings like providing virtual directory settings and may be modifying the code for livepkgr a little bit to suit your need.