How can I stream files from the Default location (the streams folder)?
According to flashmediaserver_3.5_config_admin.pdf (FMS 3.5.3), FMS determines the correct directory to use for streams in the following order:
- Virtual directory (as specified in <VirtualDirectory>)
- Storage directory (as specified in <storageDir>)
- Default location (the streams folder in the application directory)
So I created a folder called streams in C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod. I thought this folder would be the default location for the sample application vod. I did not change any configuration settings for the application vod. Everything was set by the FMS 3.5.3 installer.
I copied sample.flv into C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod\streams and renamed it to sample6.flv. rtmp://{fms ip}/vod/sample6.flv did not play in the sample video player installed by FMS 3.5.3.
Is this a bug or the default location "streams" folder is simply not "default", you have to set it somewhere in XML?