Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsWindows Server 2003Windows 2000Windows NTSmall Business ServerVirtual ServerExchange ServerIISHost Integration ServerISA ServerSMSWSUSMOMWindows Media ServerSecurityCertification
Related Topics
SQL ServerMS WindowsMS OfficePC HardwareMore Topics ...

Windows Server Forum / Windows Media Server / May 2007

Tip: Looking for answers? Try searching our database.

Hide WMA file names in ASX file

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sasidhar N. - 30 May 2007 19:54 GMT
Hi,

Thanks for looking into my question.

I have two scenarios where I want to stream WMA files.

#1: I have all DRM protected WMA files on my web site. My server has both
WMS and IIS. The user is allowed to select a couple songs on web pages. I
need to stream those selected files. How we can create the dynamic playlist?
I have implemented my website in ASPX.

All my WMA files are saved with some random name on my server. When the user
requests for the files (the user also can download the files by paying us),
then I am just re-naming the file name and sending it to the client as
downloadable file. How we can hide the file names/locations from ASX
file/from user?

#2: I have low quality WMA files, which are not DRM protected. The scenario
is exactly same as above. I want to hide the file names/locations from the
users, so that they can not download them directly!

Please help me with your suggestions!

Thanks,
Sasidhar
Neil Smith [MVP Digital Media] - 30 May 2007 22:55 GMT
>Hi,
>
[quoted text clipped - 6 lines]
> need to stream those selected files. How we can create the dynamic playlist?
> I have implemented my website in ASPX.

The server has DOM methods for creating the WSX playlist (XML, well,
specifically SMIL2.0 with MS extensions).

So with the example code at the bottom of this page
http://msdn2.microsoft.com/en-us/library/ms751214.aspx
you should be able to create the DOM and all necessary elements /
attributes as normal.

> All my WMA files are saved with some random name on my server. When the user
> requests for the files (the user also can download the files by paying us),
[quoted text clipped - 5 lines]
> is exactly same as above. I want to hide the file names/locations from the
> users, so that they can not download them directly!

You can use a server-side playlist which the ASX references, and set
the mediaName attribute on the WSX media element. That will also send
the name alias instead of the media filename when logging occurs, so
it should prevent sniffing of the logging packet

http://msdn2.microsoft.com/en-us/library/ms782329.aspx

HTH
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.