Issue getting HLS stream
I'm not sure what I'm doing wrong but here is what I have. I currently have a RTMP stream going into FMS. I can connect and playback with RTMP fine. Its going to rtmp://IP/live/stream
What I want to do is be able to play through iOS.
I viewed the documents for 4.5 and I am publishing a stream to rtmp://IP/livepkgr/livestream?adbe-live-event=liveevent stream is called 50.
When I try and playback I am trying to access: http://IP/hls-live/livepkgr/livestream/liveevent/50.m3u8 but nothing is found. If I connect directly with my browser I get tehe 404 Not Found. I checked the Admin and I see a app livepkgr, instance livestream and a stream called 50.
What would I have wrong in this setup?
Playing around with the URL, I found that http://IP/hds-live/livepkgr/livestream/50.f4m pulled a file.
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<streamType>live</streamType>
<duration>0</duration>
<bootstrapInfo profile="named" url="../../streams/livepkgr/streams/livestream/50/50.bootstrap"id="bootstrap7915"></bootstrapInfo>
</manifest>
