[Ndn-interest] Send and Receive Video using jNDN Client

Steve DiBenedetto dibenede at cs.colostate.edu
Thu Oct 23 10:30:45 PDT 2014


Hi,

There is a hard limit of 8800 bytes (payload + packet header) throughout
the NDN code base. For example, I believe NFD will drop anything over that
size.

Are you trying to chunk your video file into Data packets larger than 8K or
attempting to send the entire video file as a single packet?

-Steve

On Thursday, October 23, 2014, Bassem Labib <bassem.labib at gmail.com> wrote:

> Hi,
>
> I am trying to send and receive a video file using jNDN Client.
> There is a limitation of the ByteBuffer with max 8K bytes only!!
> How can I extend it without receiving it in the onTimeout state.
>
>  Best Regards,
> Bassem Labib
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20141023/c9db4f28/attachment.html>


More information about the Ndn-interest mailing list