Adding watermarks to mp3 downloads

2gbhost

New Member
I noticed that companies such as iTunes and Amazon add "watermarks" to their mp3 files showing information such as the following:
  • From where the file was purchased.
  • Who purchased it.
  • etc.
Amazon also states that\[quote\] "Some record companies require us to insert identifiers in the metadata that accompanies music"\[/quote\]The e-commerce website that I'm busy developing is going to sell mp3 downloads. Since iTunes and Amazon are forced to add watermarks to their songs, some record companies will most probably require the one I'm developing to do the same. The website is a web application developed using ASP.NET 4 and C#. It seems impractical to generate a new file with the metadata modifications on our web servers for each user who downloads a mp3, because that will cause thousands of temporary mp3 files to reside on our servers.Is there any way to do the inject the relevant metadata into the file as it gets downloaded, or possibly on the client-side with HTML5?
 
Back
Top