cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
445
Views
0
Helpful
1
Replies

Preventing pre-positioned content from being downloaded

crwhite
Level 1
Level 1

I am using the http sprayer on ACNS 5.0.7 to deliver pre-positioned Windows Media files to user for playback. Does anyone know how I can prevent a user from downloading (saving to hard disk) this pre-positioned content?

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

Yes, in manifest file you have two ways to do that:

1) If you are using in the manifest file, you can use "playServer" attribute to specify it.

For example:

http://web-server/xxx.asf"; playServer = "wmt" />

http://web-server/yyy.asf"; playServer = "wmt" />

2) or you can use to only map wmt files into wmt only

For example:

....

....

So we just add a customized play server table to map wmt files into wmt play server only. The other files will use default mapping.

Gilles.