<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Jiacheng,</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.</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 class="moz-txt-link-freetext" href="https://github.com/named-data/ndn-tools/tree/master/tools/chunks">https://github.com/named-data/ndn-tools/tree/master/tools/chunks</a><br>
</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 class="moz-txt-link-freetext" 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..<br>
</p>
<p>Junxiao did some recent work on video streaming. He has streaming
publishers and clients available for TypeScript. See here:
<a class="moz-txt-link-freetext" href="https://github.com/yoursunny/NDNts-video">https://github.com/yoursunny/NDNts-video</a></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.</p>
<p>But as I said first, it really depends on what you want to do.<br>
</p>
<p>Best,<br>
Philipp<br>
</p>
<div class="moz-cite-prefix">On 7/29/21 4:26 PM, JIACHENG HOU via
Mini-NDN wrote:<br>
</div>
<blockquote type="cite"
cite="mid:4A5C1A2F-79F8-49BB-B5F6-6C31A6546943@outlook.com">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style>@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;}p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;}span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri",sans-serif;}div.WordSection1
{page:WordSection1;}</style>
<div class="WordSection1">
<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>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<pre class="moz-quote-pre" wrap="">_______________________________________________
Mini-NDN mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mini-NDN@lists.cs.ucla.edu">Mini-NDN@lists.cs.ucla.edu</a>
<a class="moz-txt-link-freetext" href="http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn">http://www.lists.cs.ucla.edu/mailman/listinfo/mini-ndn</a>
</pre>
</blockquote>
</body>
</html>