FMS 4.5 (HDS/HLS) not working
I watched two videos by Jody Bleyle:
1. http://www.adobe.com/devnet/flashmediaserver/articles/single-live-video-stream-http-flash-ios.html
2. http://www.adobe.com/devnet/flashmediaserver/articles/live-multi-bitrate-video-http-flash-ios.html
In Video 1, she shows how to stream a single file. I've done everything to the letter on this video, however, when she uses the videoplayer to reference the livestream.f4m file, there is none. I've actually checked the folder location (apploications/livepkgr/streams/_definst_/livestream and there are files in there (.f4f and .f4x), but no .f4m which is the file she references in the video player.
In Video 2, she shows how to create a multi-bitrate video stream. Using the manifest packager and creating a .f4m and .m3u8 package and placing it in the webroot folder. Here is the contents of my liveevent.f4m file:
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<baseURL>http://live.stefanientertainment.com/hds-live/livepkgr/_definst_/liveevent/</baseURL>
<media href="livestream1" bitrate="150"/>
<media href="livestream2" bitrate="500"/>
<media href="livestream3" bitrate="1000"/>
</manifest>
When I bring up the sample video player and input the stream url "http://localhost/liveevent.f4m" and click "Play Stream" I get and error "The F4M document contains errors...Error parsing f4m file.
What the heck am I missing here? This shouldn't be rocket science!
