<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: That's MY Bandwidth!!!</title>
      <link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth/</link>
      <description>Comments on Ask MetaFilter post That's MY Bandwidth!!!</description>
	  	  <pubDate>Fri, 03 Mar 2006 18:42:45 -0800</pubDate>
      <lastBuildDate>Fri, 03 Mar 2006 18:42:45 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: That&apos;s MY Bandwidth!!!</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth</link>	
  	<description>I have a website on which I host videos.  I don&apos;t want users to click the video links and watch the videos right off my server.  I would like the user to click the link and get one of those boxes that asks them to save it to their computer so they can watch it on their hard drive.  How do I do this?</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.33713</guid>
  	<pubDate>Fri, 03 Mar 2006 18:39:44 -0800</pubDate>
  	<dc:creator>JPowers</dc:creator>
	
	<category>video</category>
	
	<category>server</category>
	
	<category>bandwidth</category>
	
</item>
<item>
  	<title>By: matthewr</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525540</link>	
  	<description>How could this save bandwidth?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525540</guid>
  	<pubDate>Fri, 03 Mar 2006 18:42:45 -0800</pubDate>
  	<dc:creator>matthewr</dc:creator>
</item>
<item>
  	<title>By: twiggy</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525543</link>	
  	<description>It could save bandwidth by reducing the number of times the same person downloads the same video clip, because they&apos;re forced to save it to their hard drive.&lt;br&gt;
&lt;br&gt;
Unfortunately, there is no way to absolutely, positively force this.  The only real way to guarantee it is to store the file as a zip or some other extension they must download and then decompress, which is annoying.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525543</guid>
  	<pubDate>Fri, 03 Mar 2006 18:47:07 -0800</pubDate>
  	<dc:creator>twiggy</dc:creator>
</item>
<item>
  	<title>By: twiggy</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525551</link>	
  	<description>Sorry, I should clarify &lt;b&gt;why&lt;/b&gt; you can&apos;t force this:  What really matters is the platform on the other end.  If their IE or Mozilla (or Opera, etc) is configured to play the file in the browser, that&apos;s what it&apos;s going to do.  There is no way to override this short of giving the file out in a format that the browser cannot play (i.e. zip).</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525551</guid>
  	<pubDate>Fri, 03 Mar 2006 18:50:19 -0800</pubDate>
  	<dc:creator>twiggy</dc:creator>
</item>
<item>
  	<title>By: jellicle</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525556</link>	
  	<description>If you control the webserver, change the MIME type for the movies to be application/octet-stream.&lt;br&gt;
&lt;br&gt;
If you don&apos;t control the webserver, rename the files to &amp;quot;moviename.mov.exe&amp;quot;.  This will force them to be downloaded since they won&apos;t be recognized as movie files.  Tell the user to rename them to &amp;quot;moviename.mov&amp;quot; once they are saved.  Note: this will confuse X% of your users.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525556</guid>
  	<pubDate>Fri, 03 Mar 2006 19:05:38 -0800</pubDate>
  	<dc:creator>jellicle</dc:creator>
</item>
<item>
  	<title>By: helios</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525557</link>	
  	<description>You can send a fake MIME type to greatly increase the chance that a download dialog will appear.  I&apos;ve seen &apos;application/force-download&apos; used in the past.  &lt;br&gt;
&lt;br&gt;
To change the MIME type, you would have to either write a script to explicitly return the file as this type, or reconfigure your server.  But you&apos;d have to give more details about your setup before anyone could give more specific instructions.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525557</guid>
  	<pubDate>Fri, 03 Mar 2006 19:05:48 -0800</pubDate>
  	<dc:creator>helios</dc:creator>
</item>
<item>
  	<title>By: helios</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525558</link>	
  	<description>I wouldn&apos;t recommend returning &apos;application/octet-stream&apos; though, because lots of dumb browser plugins (such as Quicktime) have decided to handle that extension as well.  So it doesn&apos;t work as well as it used to for forcing downloads.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525558</guid>
  	<pubDate>Fri, 03 Mar 2006 19:06:56 -0800</pubDate>
  	<dc:creator>helios</dc:creator>
</item>
<item>
  	<title>By: smackfu</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525560</link>	
  	<description>&lt;a href=&quot;http://support.microsoft.com/default.aspx/kb/260519&quot;&gt;Here&lt;/a&gt; is the proper way to set the mimetype, using the content-disposition header.  You should be able to google how to do it on your server from that.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525560</guid>
  	<pubDate>Fri, 03 Mar 2006 19:10:45 -0800</pubDate>
  	<dc:creator>smackfu</dc:creator>
</item>
<item>
  	<title>By: smackfu</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525566</link>	
  	<description>(BTW, &amp;quot;Proper&amp;quot; because it&apos;s &lt;a href=&quot;http://www.faqs.org/rfcs/rfc2183&quot;&gt;RFC 2183&lt;/a&gt; and is intended specifically to override how things are handled on the client side.  Its original use was for mail clients, so that some mime attachments like pictures would be shown inline and some would be listed as files.  But all the common browsers support it for web docs too.)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525566</guid>
  	<pubDate>Fri, 03 Mar 2006 19:13:50 -0800</pubDate>
  	<dc:creator>smackfu</dc:creator>
</item>
<item>
  	<title>By: meehawl</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525568</link>	
  	<description>&lt;em&gt;forced to save it to their hard drive&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
This is not a streaming server, right, but a HTTP server? In that case, aren&apos;t most clients caching a local copy of the file anyway on the client disk?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525568</guid>
  	<pubDate>Fri, 03 Mar 2006 19:16:53 -0800</pubDate>
  	<dc:creator>meehawl</dc:creator>
</item>
<item>
  	<title>By: cellphone</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525574</link>	
  	<description>&lt;i&gt;This is not a streaming server, right, but a HTTP server? In that case, aren&apos;t most clients caching a local copy of the file anyway on the client disk?&lt;br&gt;
posted by meehawl at 9:16 PM CST on March 3 [!] &lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Yep.  This whole thing is almost always going to be pointless.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525574</guid>
  	<pubDate>Fri, 03 Mar 2006 19:22:57 -0800</pubDate>
  	<dc:creator>cellphone</dc:creator>
</item>
<item>
  	<title>By: devilsbrigade</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525584</link>	
  	<description>You&apos;re basically breaking the entire point of MIME types. Don&apos;t do it, please.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525584</guid>
  	<pubDate>Fri, 03 Mar 2006 19:34:16 -0800</pubDate>
  	<dc:creator>devilsbrigade</dc:creator>
</item>
<item>
  	<title>By: PurplePorpoise</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525589</link>	
  	<description>How about a low-tech solution? &lt;br&gt;
&lt;br&gt;
Create a link with BIG BOLD EASY-TO-READ INSTRUCTIONS to &amp;quot;Hold down the shift button, left-click link, select save-as, remember where you saved it to.&amp;quot;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525589</guid>
  	<pubDate>Fri, 03 Mar 2006 19:38:55 -0800</pubDate>
  	<dc:creator>PurplePorpoise</dc:creator>
</item>
<item>
  	<title>By: scottreynen</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525603</link>	
  	<description>If you have enough traffic that the occasional user watching the same video multiple times is enough bandwidth to be worth thinking about, you should consider putting the files into bittorrents, which will both force downloads and spread the bandwidth among all downloaders, cutting your bandwidth down even further than just forcing downloads.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525603</guid>
  	<pubDate>Fri, 03 Mar 2006 19:59:10 -0800</pubDate>
  	<dc:creator>scottreynen</dc:creator>
</item>
<item>
  	<title>By: aubilenon</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525645</link>	
  	<description>A really common solution to this problem is to put the movies in zip files.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525645</guid>
  	<pubDate>Fri, 03 Mar 2006 21:01:55 -0800</pubDate>
  	<dc:creator>aubilenon</dc:creator>
</item>
<item>
  	<title>By: AmbroseChapel</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525654</link>	
  	<description>I really would like &lt;strong&gt;JPowers&lt;/strong&gt; to tell us why he/she wants it to happen this way, i.e. what he/she believes about the difference between the two things.&lt;br&gt;
&lt;br&gt;
This is about the third time I&apos;ve seen people ask this, or tell site visitors they must download. It&apos;s &lt;em&gt;presumably&lt;/em&gt; because they believe it saves bandwidth, but who knows?&lt;br&gt;
&lt;br&gt;
So, if you wouldn&apos;t mind, &lt;strong&gt;JPowers&lt;/strong&gt;, why did you believe there&apos;s a benefit to you from making this happen the way you want?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525654</guid>
  	<pubDate>Fri, 03 Mar 2006 21:33:57 -0800</pubDate>
  	<dc:creator>AmbroseChapel</dc:creator>
</item>
<item>
  	<title>By: charmston</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525661</link>	
  	<description>I believe that jpowers is worried about other sites linking to the raw video files and/or embedding them into their pages, instead of the viewers looking at them through his page. See &lt;a href=&quot;http://www.google.com/search?q=hotlink%20protection&quot; title=&quot;Relevent google query&quot;&gt;hotlink protection&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525661</guid>
  	<pubDate>Fri, 03 Mar 2006 21:46:28 -0800</pubDate>
  	<dc:creator>charmston</dc:creator>
</item>
<item>
  	<title>By: Rhomboid</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525676</link>	
  	<description>The &lt;tt&gt;header(&apos;Content-Disposition: attachment; filename=whatever.avi&apos;)&lt;/tt&gt; thing ought to work.  Don&apos;t make up a random MIME type and don&apos;t lie about the correct MIME type.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525676</guid>
  	<pubDate>Fri, 03 Mar 2006 22:28:15 -0800</pubDate>
  	<dc:creator>Rhomboid</dc:creator>
</item>
<item>
  	<title>By: Civil_Disobedient</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#525874</link>	
  	<description>Forget all the &amp;quot;that&apos;s not what MIME is supposed to do!&amp;quot; crap.  The problem is that, as mentioned above, changing the MIME type isn&apos;t going to necessarily solve your problems if an application has already been set up on the client&apos;s machine to handle it.&lt;br&gt;
&lt;br&gt;
I&apos;d second &lt;b&gt;aubilenon&lt;/b&gt;&apos;s solution to just ZIP up the files.  Make sure you also provide a link for a decompression program.  It&apos;s a pretty elegant solution.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-525874</guid>
  	<pubDate>Sat, 04 Mar 2006 08:51:22 -0800</pubDate>
  	<dc:creator>Civil_Disobedient</dc:creator>
</item>
<item>
  	<title>By: AmbroseChapel</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#526255</link>	
  	<description>&lt;em&gt;&lt;strong&gt;I believe that jpowers is worried about other sites linking to the raw video files and/or embedding them into their pages, instead of the viewers looking at them through his page.&lt;/strong&gt;&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Ah. You know, that makes sense.&lt;br&gt;
&lt;br&gt;
But still, I have seen people who&apos;ve explicitly written into their pages &lt;em&gt;&amp;quot;if you want to watch these videos, please right-click and download them, don&apos;t click on them directly, because that saves my bandwidth&amp;quot;&lt;/em&gt; -- what&apos;s the explanation for that?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-526255</guid>
  	<pubDate>Sat, 04 Mar 2006 21:39:52 -0800</pubDate>
  	<dc:creator>AmbroseChapel</dc:creator>
</item>
<item>
  	<title>By: charmston</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#526714</link>	
  	<description>&lt;strong&gt;AmbroseChapel: &lt;/strong&gt;&lt;a href=&quot;http://ask.metafilter.com/mefi/33713#525543&quot;&gt;See above&lt;/a&gt;.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-526714</guid>
  	<pubDate>Sun, 05 Mar 2006 16:29:43 -0800</pubDate>
  	<dc:creator>charmston</dc:creator>
</item>
<item>
  	<title>By: AmbroseChapel</title>
  	<link>http://ask.metafilter.com/33713/Thats-MY-Bandwidth#526731</link>	
  	<description>You mean this bit:&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;&lt;em&gt;It could save bandwidth by reducing the number of times the same person downloads the same video clip, because they&apos;re forced to save it to their hard drive.&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
&lt;br&gt;
There&apos;s a couple of huge suppositions being made there. People watch the same movie clip more than once, and, the clip doesn&apos;t get cached, and, the site user somehow knows that the same person watches clips more than once, or assumes they do.&lt;br&gt;
&lt;br&gt;
I&apos;m still waiting for the original poster to reply, sadly.&lt;br&gt;
&lt;br&gt;
And the thing about remote linking, which you posted earlier, is actually contradicted now that I read the original post again. &lt;strong&gt;JPowers&lt;/strong&gt; talks about people visiting his/her site, and clicking. Not a hint that remote linking is part of the problem.&lt;br&gt;
&lt;br&gt;
&lt;strong&gt;JPowers&lt;/strong&gt;, where are you?&lt;br&gt;
&lt;br&gt;
&lt;em&gt;Where did you get the idea that you will save bandwidth by forcing people to download and watch from their hard disk rather than watch over the internet?&lt;/em&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.33713-526731</guid>
  	<pubDate>Sun, 05 Mar 2006 16:57:58 -0800</pubDate>
  	<dc:creator>AmbroseChapel</dc:creator>
</item>

    </channel>
</rss>
