>>> stream_mms_videos.xml
------------------------

These plugins patch the handling of mms: video streams.

a) By default, LDM plays mms: protocol streams with its embedded windows media player, but (unlike with http: protocol media 
streams) does so in a way that reveals the original location of the original file.  These plugins modify that behaviour so that 
the file location is kept hidden, at least from the casual user.  (It is not possible for LDM to hide the location completely,
for example from someone who uses a network sniffer to watch the IP packets going backwards and forwards to the user's browser.)

b) By default, LDM does not offer a 'save' link for mms: protocol streams, since the consequences are not defined. The 
plugin 'Links and Downloads Manager - Enable saving of mms: entries using http protocol', attached to the 
ldm_download_begin hook, patches this behaviour, by assuming that the web server will satisfy a request for the 
same url using http: protocol.

