FMS streaming from a mounted folder and its subfolders
FMS Question about streaming from a mounted folder which has sub-folders:
I have an FMS running with the following configuration:
1. App named video ( duplicated as per instructions here: http://bit.ly/bgGRUI)
2. VirtualDirectory set as follows
<VirtualDirectory>
<Streams>/;C:\media</Streams>
</VirtualDirectory
3. The folder media has the following structure
media\movie\genre\1
media\tv\genre\2
media\web\genre\3
example: c:\media\movie\genre\1\sample.flv
where the path is known to the client, and I just wanted to map the root folder.
( this is not yet on the network, just testing locally)
4. Here is how I plan to stream the video from the FlVPlayer on the client side.
rtmp://localhost/<appname>/<instancename>/<file-path>/file
example
rtmp://localhost/video/mystream/movie/genre/1/sample.flv
note that the suggestion for using instance name for mapped folders came from fmsguru here ()
When I try to the play the video, this is what I see:
1. Player unable to play the video
2. Server sees a hit but nothing streams ( see 0 bytes sreamed from log file)
Since it is local, I am right now focusing on FMS, and avoiding
- firewall issues ( I will have to open ports 1935, 1111 and 8134 eventually)
- folder access issues ( same host: although I need to be able to mount remote folders eventually)
3. server sees a request, thinks it is playing the video.
What I am doing wrong here? Can someone explain please? I have spent a lot of time trying to debug this to no avail. This is very frustrating. Appreciate feedback and help troubleshooting this.
Thanks in advance
