[Ndn-interest] NDNVideo: Available over NFD?

Lijing ooofreedom at gmail.com
Sun Mar 29 22:51:27 PDT 2015


First, for the NDNVideo project, I developed it on Mac OS, and the Gstreamer is very platform-sensitive. I also have tried Ubuntu 12.04. The playing back won’t work on Linux(because of Gstreamer).
But if you want to try the Consumer/Producer API, for Ubuntu 12.04, you can use boost 1.53.0. It works for me.

Lijing


Address: FIT 4-305, Tsinghua University,Beijing,China 


> On Mar 29, 2015, at 10:42 PM, Divyashri Bhat <dbhat at umass.edu> wrote:
> 
> Hi,
> 
> What is the version of boost required for compiling Consumer-Producer API [4]?  I am using Ubuntu 12.04 and get the following error on build:
> 
> ~/Consumer-Producer-API$ ./waf
> Waf: Entering directory `/users/dbhat/Consumer-Producer-API/build'
> [  4/127] Compiling src/contexts/consumer-context.cpp
> In file included from ../src/contexts/consumer-context.cpp:9:0:
> ../src/contexts/consumer-context.hpp:28:36: fatal error: boost/lockfree/queue.hpp: No such file or directory
> compilation terminated.
> Waf: Leaving directory `/users/dbhat/Consumer-Producer-API/build'
> Build failed
> -> task in 'ndn-cxx' failed (exit status 1):
>        {task 22345552: cxx consumer-context.cpp -> consumer-context.cpp.2.o}
> ['/usr/bin/g++', '-pedantic', '-Wall', '-O2', '-g', '-std=c++0x', '-fPIC', '-include', '/users/dbhat/Consumer-Producer-API/build/ndn-cxx.2', '-I/users/dbhat/Consumer-Producer-API/build', '-I/users/dbhat/Consumer-Producer-API', '-I/users/dbhat/Consumer-Producer-API/build/src', '-I/users/dbhat/Consumer-Producer-API/src', '-I/usr/include', '-D_GLIBCXX_USE_NANOSLEEP', '-DNDEBUG', '../src/contexts/consumer-context.cpp', '-c', '-o', '/users/dbhat/Consumer-Producer-API/build/src/contexts/consumer-context.cpp.2.o']
> 
> 
> [4] https://github.com/iliamo/Consumer-Producer-API
> Regards,
> Divyashri Bhat
> dbhat at umass.edu<mailto:dbhat at umass.edu>
> Graduate Student
> Department of Electrical and Computer Engineering,
> University of Massachusetts, Amherst
> 
> On 29 Mar 2015, at 23:59, Ilya Moiseenko <iliamo at CS.UCLA.EDU<mailto:iliamo at CS.UCLA.EDU>> wrote:
> 
> 
> On Mar 29, 2015, at 8:46 PM, Burke, Jeff <jburke at remap.ucla.edu<mailto:jburke at remap.ucla.edu>> wrote:
> 
> 
> 
> 
> On Mar 29, 2015, at 8:09 PM, Burke, Jeff <jburke at remap.ucla.edu<mailto:jburke at remap.ucla.edu>> wrote:
> 
> 
> Hi Divyashri,
> The link to the repo that Lijing has provided is essentially a working directory now. Eventually, all code will be split into two projects: 1) video hosting like Youtube and 2) live video broadcasting like ustream.tv. The previous NDN-video supported both of these functions, but the namespace design was not implemented correctly (in true NDN way).
> 
> Hm, can you explain more? :)
> 
> Derek didn’t split video and audio streams into frames, and had segmentation over the whole video track and the whole audio track, which is essentially the same as it would be implemented in TCP/IP. Because of that, he had to keep another namespace that matches playback time to segment number.
> 
> Lijing’s project produces and consumes video and audio frame-by-frame (in parallel).
> 
> Not sure that is not the "true NDN way" or not.  What Derek did was partially a consequence of supporting the gstreamer pipeline, which had other advantages, not necessarily a holdover from IP.   What a/v framework are you using for capture/playback?  I couldn't tell from a quick look at the code.
> We use Gstreamer 1.4. Lijing found some way to work with its pipelines using frames.
> 
> 
> Another reason there was a separate timecode namespace was to allow random seek in unpredictable frame rates and using an application/user understandable expression of time.  Does the new code support timecode (not frame #) as well as drop-frame / variable frame rate?  These things get a little tricky. Would be interested to know how you are handling it.  If there's a namespace doc, I could just look at that…
> 
> We use constant frame-rate encoding, so it’s easy to figure out to which frame to jump (or drop).
> Lijing is making a tech report these days.
> 
> 
> Thanks!
> Jeff
> 
> 
> 
> 
> 
> To build Lijing’s project you need a custom branch of ndn-cxx library here https://github.com/iliamo/Consumer-Producer-API
> Hopefully, this branch will be merged in not so distant future.
> 
> Ilya
> 
> On Mar 29, 2015, at 10:59 AM, Lixia Zhang <lixia at cs.ucla.edu<mailto:lixia at cs.ucla.edu>> wrote:
> 
> 
> On Mar 28, 2015, at 10:43 PM, Divyashri Bhat <dbhat at umass.edu<mailto:dbhat at umass.edu>> wrote:
> 
> Hi,
> 
> I came across a technical report a few years ago that describes a working implementation of Video Streaming over Information Centric Networks using CCNx [1]. This report also mentions video streaming over Ethernet. I have two questions:
> 
> 1) Does this work over Ethernet? If yes, is the source code available?
> 2) The implementation at the Github link [2] appears to be over CCNx and as far as I understand Ethernet faces don’t work well over CCNx. Is there a plan to port this to NDN?
> 
> Jeff already mentioned about ndnrtc effort.
> 
> Another project has re-implemented NDNvideo using a new API.
> The video is done by Lijing Wang.
> The new API is Ilya's thesis work.
> As I heard last Friday, they have been running testing over NDN testbed.
> I copied both of them on this reply, hoping they could help offer more details.
> 
> Lixia
> 
> _______________________________________________ Ndn-interest mailing list Ndn-interest at lists.cs.ucla.edu<mailto:Ndn-interest at lists.cs.ucla.edu> http://www.lists.cs.ucla.edu/mailman/listinfo/ndn-interest
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndn-interest/attachments/20150329/651fa116/attachment.html>


More information about the Ndn-interest mailing list