Also you could try just removing the mp4:
Main Topics
Browse All TopicsFlash Media Server does not play F4V videos in nested folders. Is there something that needs to be configured on the FMS in order to enable streaming from a nested folder structure?
The root of the VOD is: rtmp://videos.myDomain.com
This code does not work:
import fl.video.*;
var myVideo:FLVPlayback = new FLVPlayback();
myVideo.source = "rtmp://videos.myDomain.co
addChild(myVideo);
This code works:
import fl.video.*;
var myVideo:FLVPlayback = new FLVPlayback();
myVideo.source = "rtmp://videos.myDomain.co
addChild(myVideo);
This code works:
import fl.video.*;
var myVideo:FLVPlayback = new FLVPlayback();
myVideo.source = "rtmp://videos.myDomain.co
addChild(myVideo);
The FLV files work anythere within nested directories within the FMS. However, F4V files do not work within nested directories within FMS, but the F4V file does stream from the root of the VOD. Is there something that needs to be changed within FMS to enable f4V to used nested FMS directories?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: asaivanPosted on 2009-06-10 at 08:55:21ID: 24593082
Try "rtmp://videos.myDomain.co m/vod/sw/m p4:customs ites/folde r2/videos/ WorldExper ience.f4v" ;