Hab gerade diesen Beitrag in einem web-gfx board gefunden...
<BLOCKQUOTE>Zitat:</font><HR> well.. to answer the question..
most of the time, when you can't easily save the movie file, it is because you should not be able to..
(for copyrights reasons, they only allow streaming because they do not want you to be able to store the clip.. that way you wont be able to redistribute their stuff.. or they want you to buy their stuff.. etc)
well, there are still some tricks to do to be able to save these clips..
First of all, dont be fooled by clicking on links that automatically launch your viewer. Try to right-click it and to select "Save target as..." Most of the time, you'll get a dialog box to save the .mpg file.
(or in the same kind of tricks, try to open the source code of the web page to find links like
http://www.../file.mpg or use applications like GetRight browser to see all the files on the web server..)
If this does not work, it is beacause it is true streaming and there are no "legal" ways to save the file..
But, nothing is impossible, and the files are temporary saved somwhere in memory.. So, the strategy is to set your player buffer size to maximum, lets say the clip last 3min then ask your player to buffer 3min before playing the clip, then resize your windows virtual memory page file size to minimum (this will force swaping ram to your HD) and then use some hacking tools I wont name here to "pick up" the data you want in your page file..
This is an extremely dirty way for saving streamed videos, but the only one that's working when the authors do not want you to save the clip!
oh, and I dont want to argue about which is best between mpeg or mov, but this trick will only work with mpeg streaming (which I think is the best, mpeg compression is similar to mp3 but for video).. because with an mpg file, you can still view it if it is not complete.. (like mp3s!) with mov files, if you are missing one byte, you wont be able to see the movie at all! just like zip files..
<HR></BLOCKQUOTE>
Quelle
ich bin noch immer am probieren