标题: 流媒体脚本运行问题 [打印本页] 作者: yanfeng 时间: 2005-6-10 14:23 标题: 流媒体脚本运行问题 ld7.8/8.0下运行脚本:
action()
{mms_play("welcome","url:mms://server/welcome.asf",last);
retun 0;}
错误信息:mms check: host access dinied mms://server/wmload.asf not available or missing
请问哪位大侠知道原因?作者: yuxingxin 时间: 2005-6-10 15:49
修改server配置,在发布点目录下放置wmload.asf文件就好了。作者: kernzhang 时间: 2005-6-10 15:51
To load test against a particular Windows Media server, you need to have a welcome.asf file on the server's home directory. This file might have been removed from the server's home directory to disallow load testing against your server for security purpose.
Steps to create the welcome.asf file:
1. Choose any file in the server's home directory that has .asf extension.
2. Make a copy of that .asf file and rename it to welcome.asf.
Since this is just a dummy file, it is recommended to select a file of smaller size.作者: dblfl 时间: 2005-6-15 10:16
wmload.asf 这个文件的内容是什么?起什么作用?