Is MMS or HTTP being used?

Is MMS or HTTP being used?

am 19.07.2007 14:14:45 von janefield2002

Hi,

I have a video that is embedded in an html page.

Instead of specifying the parameter url = mms://192.168.1.1/test.wmv

I specify the parameter as url = http://192.168.1.1/test.asx

Now, my asx file refers to the same wmv file as: mms://192.168.1.1/test.wmv

However, the problem is as follows - when I use the asx file, the
streaming does *not* allow fast forward immediately. It takes a few
minutes to allow the fast forward. This makes me wonder if the full
file is actually getting "downloaded" and only after the full file is
downloaded is it "fast-forwardable".

I am using asx files to deliver the same experience with "immediate"
fast-forward as directly including the .wmv file in the html, but I
can't achieve this.

Please note the wmv file *is* indexed and it fast forwards just fine
using mms directly in the html page.

Thanks!!