FMS 4 - HTTP Dynamic Streaming and Apache -Please Help
We are trying to evaluate the new FMS 4 server and the HTTP Dynamic streaming ability it has. I have followed a couple of the tutorials found here on adobe.com to very little success, the one that seems to have the “trick” to get this working and the most confusing one (but complete one) is:
I am able to stream from the encoder (flash live encoder) to a locally installed FMS 4 (trail version) and I am able to see the stream event on the Admin Console. The problem comes when playing the stream. I simply can’t.
Judging by the tutorial, it has something to do with the apache modules that I am now unsure if we must use/modify.
If we don’t have to use them – how do we get by playing the dynamic stream?
If we do use them as the tutorial suggests – how does the httpd.conf file for apache look like in the “location” structure? So far I am using:
<Location /live>
HttpStreamingEnabled true
HttpStreamingLiveEventPath "C:\Program Files\Adobe\Flash Media Server 4\applications"
HttpStreamingContentPath "C:\Program Files\Adobe\Flash Media Server 4\applications"
Options -Indexes FollowSymLinks
</Location>
Does this require any further modifications? Is the location tag itself modified? If so, to which parameters (since the tutorial says we shouldn’t use http or ip values)
I am sending the stream from the encoder using the following settings:
Stream name: Livestream%i?adbe-live-event=liveevent%adbe-http-streaming-ver=1.0.
(As expected by the livepkgr/main.asc file?)
And to try to play it I use:
http://localhost/live/events/livepkgr/events/_definst_/liveevent.f4m
Any input would be great,
Thanks
