Dynamic Stream not playing f4v files
In my .smil file, if I put this line it works:
<video src="sample.flv" system-bitrate="150000"/>
But if I put the following line it doesn't work:
<video src="mp4:sample1_150kbps.f4v" system-bitrate="150000"/>
Both video files are in the webroot\vod folder.
I am using the sample dynamicStream.smil code, so my syntax should be right.
Does anyone see what I am doing wrong?
Thanks
