hds-live streaming help! what files need to be where on the FMS 4.5 server?
I'm trying to stream a HDS live multi-bit stream, it seems to push to the FMS but my player doesn't display the stream.
Are these settings and files correct? The documenation is confusing on what and which files need to be edited and/or created.
Encoder settings:
Bit Rate: 150,500,700
FMS URL: rtmp://myserver/livepkgr
Stream: liveevent%i?adbe-live-event?liveevent
FMS 4.5
I see the following directories being created when I start encoding and each directory has a single file with a .stream extension in them. Are these correct?
C:\FMS-HOME\applications\livepkgr\events\_definst_\liveevent1
C:\FMS-HOME\applications\livepkgr\events\_definst_\liveevent2
C:\FMS-HOME\applications\livepkgr\events\_definst_\liveevent3
In my WEBROOT I created a manifest file called liveevent.f4m
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<baseURL>http://myserver/hds-live/livepkgr/_definst_/liveevent/</baseURL>
<media href="liveevent1.f4v.f4m" bitrate="150"/>
<media href="liveevent2.f4v.f4m" bitrate="500"/>
<media href="liveevent3.f4v.f4m" bitrate="700"/>
</manifest>
My Strobe Media Playback Client player trys to access the live stream using : http://myserver/liveevent.f4m
Thanks,
Dave
