how to play back recorded f4f files for vod?
How can I playback all the fragmented f4f files that were recorded from a live stream? The live stream is over and I want to offer the content as vod now.
I copied all the f4f, f4x, bootstrap, control and meta files over to /webroot/vod/
Do I need to create a f4m file in this directory as well? If so what should the f4m file look like?
<manifest xmlns="http://ns.adobe.com/f4m/2.0">
<baseURL>http://fms/live/</baseURL>
<media href="mbhsstream4.f4m" bitrate="682"/>
</manifest>
Thanks!
