Only FLV files will stream, not MP4, F4V or Mov
Argh...this shouldn't be so hard!!!
I've finally been able to display a stream inside an SWF but only from FLV files on the FMS server. What on earth do I have to do to play other filetypes FMS supports?
This plays alright:
nc.connect("rtmp://myDefaultFMSserver.com/vod");
ns.play("sample");
This doesn't:
nc.connect("rtmp://myDefaultFMSserver.com/vod");
ns.play("mp4:AdobeBand_800K_H264");
Neither does this:
ns.play("mp4:AdobeBand_800K_H264.mp4");
Nor this:
ns.play("mp4:media/AdobeBand_800K_H264");
I'm using the FMS default installed testfiles....
PLEASE help!
Thanks
