> Here is what I want to do. Provide on-demand unicast streams from WMS that
> require authentication and encrypt the stream contents for secure content
[quoted text clipped - 12 lines]
>
> So is there an easy way to do this?
You need to use DRM solutions to encrypt the stream and issue licenses to
the clients.
Regards,
Vladimir V. Polischuk
http://voynex.com - custom software development,
solutions for Windows Media (pay-per-minute billing,
streaming content protection, access control)
IF it is a single user, the easy way to do this is to setup an access
list based on the single users IP address
If this is for multiple viewers, then the way most folk do it is to
DRM the WMS files.
A typical example of an on-demand unicast streams is downloading pay
per view movies. All of these have DRM with different rulesets
(number of views, duration, etc)
It isnt 'easy'
On Jan 25, 1:14 pm, "sundog32" <ke...@reallegal.com> wrote:
> Here is what I want to do. Provide on-demand unicast streams from WMS that
> require authentication and encrypt the stream contents for secure content
[quoted text clipped - 13 lines]
>
> So is there an easy way to do this?
Mike Lowery - 01 Feb 2008 16:24 GMT
Not necessarily--DRM is used to encrypt the video itself and prevent
redistribution.
I've successfully streamed WMV content over SSH using port forwarding
(rtsp - 554). This allowed me to encrypt the network stream (but not the
video itself.) SSH can also double as your authentication with either
password or private key exchange. See
http://pigtail.net/LRP/printsrv/cygwin-sshd.html for details on installing
SSH within Windows. Probably not exactly what the OP was looking for, but
it does provide what was asked for.
> You need to use DRM solutions to encrypt the stream and issue licenses to
> the clients.
[quoted text clipped - 36 lines]
>>
>> So is there an easy way to do this?