<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"\@DengXian";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        font-size:10.0pt;
        font-family:"Courier New";}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Consolas",serif;}
span.EmailStyle22
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-CA" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi Philipp,<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Thank you very much for your reply! <o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">I just want a producer to publish multiple large-size videos. Then consumers generate requests for those videos. I think I will try the ndnputchunks firstly!<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Best wishes,<o:p></o:p></p>
<p class="MsoNormal">Jiacheng<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:12.0pt;color:black">From: </span></b><span style="font-size:12.0pt;color:black">Mini-NDN <mini-ndn-bounces@lists.cs.ucla.edu> on behalf of Philipp Moll <phmoll@cs.ucla.edu><br>
<b>Date: </b>Thursday, July 29, 2021 at 8:11 PM<br>
<b>To: </b>"mini-ndn@lists.cs.ucla.edu" <mini-ndn@lists.cs.ucla.edu><br>
<b>Subject: </b>Re: [Mini-NDN] Generate large amounts of video files traffic in Mini-NDN<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p>Hi Jiacheng,<o:p></o:p></p>
<p>Thanks for dropping a message. In MiniNDN, you can basically use any headless NDN application you want. MiniNDN just starts the application using a bash-command. But I think answering your question becomes easier when knowing more details about what you
 want to achieve. Publishing and retrieving large video files could be interpreted in many ways.<o:p></o:p></p>
<p>If you simply want to handle those large video files as large files, we have tools like ndncatchunks and ndnputchunks to publish/consume files from the file system:
<a href="https://github.com/named-data/ndn-tools/tree/master/tools/chunks">https://github.com/named-data/ndn-tools/tree/master/tools/chunks</a><o:p></o:p></p>
<p>When you want to emulate something like Dynamic Adaptive Streaming over MiniNDN, it might be good to use something like a DAS dataset that already has pre-computed video-segments (here's one example dataset:
<a href="https://dash.itec.aau.at/dash-dataset/">https://dash.itec.aau.at/dash-dataset/</a>). To retrieve these segments, you might use emulated video streaming clients that retrieve the pre-computed segments based on some adaption logic..<o:p></o:p></p>
<p>Junxiao did some recent work on video streaming. He has streaming publishers and clients available for TypeScript. See here:
<a href="https://github.com/yoursunny/NDNts-video">https://github.com/yoursunny/NDNts-video</a><o:p></o:p></p>
<p>Without having tried, but since those are TypeScript clients, they should also work in MiniNDN. At least the producer should run, and maybe Junxiao also has a headless consumer that can be used with MiniNDN.<o:p></o:p></p>
<p>But as I said first, it really depends on what you want to do.<o:p></o:p></p>
<p>Best,<br>
Philipp<o:p></o:p></p>
<div>
<p class="MsoNormal">On 7/29/21 4:26 PM, JIACHENG HOU via Mini-NDN wrote:<o:p></o:p></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Hi, Mini-NDN teams,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Before I tried generating a bunch of traffic using ndn-traffic-generator. However, it seems that the ndn-traffic-generator is not suitable for publishing and retrieving large video files.
<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">I am wondering are there any recommended tools to generate a lot of traffic for video files in Mini-NDN?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Thanks for your help.<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Best wishes,<o:p></o:p></p>
<p class="MsoNormal">Jiacheng<o:p></o:p></p>
<p class="MsoNormal"><br>
<br>
<o:p></o:p></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>Mini-NDN mailing list<o:p></o:p></pre>
<pre><a href="mailto:Mini-NDN@lists.cs.ucla.edu">Mini-NDN@lists.cs.ucla.edu</a><o:p></o:p></pre>
<pre><a href="http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn">http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn</a><o:p></o:p></pre>
</blockquote>
</div>
</body>
</html>