<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Hi Toufiqul<br><br></div><div>It is certainly possible to serve videos and other static files over NDN from your personal website. You'll need a VPS. Regular hosting accounts are insufficient.<br><br></div><div>Server side: NDNFS <a href="https://github.com/remap/ndnfs-port">https://github.com/remap/ndnfs-port</a><br></div><div>I used to operate a server using this software. Initial setup is confusing, but it's pretty stable afterwards.<br></div><div><br>Client side: NDN Firefox add-on <a href="https://github.com/named-data/ndn-js#firefox-add-on-for-the-ndn-protocol">https://github.com/named-data/ndn-js#firefox-add-on-for-the-ndn-protocol</a><br></div><div>It should be possible to write a web app as the client so it can work in more browsers, but supporting videos would need advanced knowledge in video encoding and WebRTC APIs.<br></div><div><br></div><div>Yours, Junxiao<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
On 06/21/2017 08:30 PM, Md Toufiqul Islam wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Is there any way I can download videos from internet using NDN platform? I mean, I would like to put a video file on one of my personal website & after that I would like to download that video file over NDN platform to measure the download time. Is there any NDN apps? Something like this one: <a href="https://wiki.fd.io/view/Http-server" rel="noreferrer" target="_blank">https://wiki.fd.io/view/Http-s<wbr>erver</a><br>
</blockquote>
<br>
That's a great question.<br>
<br>
One possible answer:<br>
1. Run NFD on your server and client.<br>
2. Use ndnchunks to download the file.<br>
<br>
As far as I know, we don't have an equivalent to the <a href="http://fd.io" rel="noreferrer" target="_blank">fd.io</a> HTTP-server for NDN. But I'll forward it to the mailing list for others to comments.<br>
<br></blockquote></div></div></div>