Forum Moderators: open
What we have is a client who is housing their streaming on a third party server. That third party does not offer any form of encryption, etc. They leave it up to the client to protect the media links.
What I need to do is to be able to obfuscate the streaming media URI from the visitor. How can I do that with classic asp?
Maybe an obvious solutions you already thought off:
Create an asp page that does a redirect to the stream URI. Only redirect if the refering url is correct one (www.example.com/nicevideo.html).
You can also check for a certain cookie that needs to be there and is only set by your website.
When I'm ripping a stream, I always look at the stream properties in for example Media Player. This will still be posible with the above method.
Since the media is hosted by a third party provider, we lose a certain level of control in all of this. I have an email into the provider to see if they can do some form of referrer check and if it is not coming from the secure password protected area of the client's site that it is not a valid request.