Giter Club home page Giter Club logo

ndnlive's Introduction

NDNlive

NDN Live Streaming Video Project based on Consumer/Producer API

For license information see LICENSE.

http://named-data.net/

IMPORTANT: This project is now archived, please check out the nearest version of Con/Pro API, NFD, ndn-cxx also repo-ng around Aug 25, 2015 (must before it) with Mac OS 10.10 version. The author wrote code and run the app solely on Mac OS (Gstreamer version is 1.4.3, Mac OS 10.10), the main purpose of this App is to test and help the Con-Pro API evolve, so the multi-platform support is not very good. If run on Ubuntu/other Linux, I believe the Gstreamer version is different, but I don't have time to test it on Ubuntu. Sorry about it.

Description

NDN-based Live Streaming Video Project using Consumer/Producer API.

  • The producer keeps capturing the video from the camera and the audio from the microphone then publishing/producing them frame by frame.
  • The consumer consumes the video and audio frame by frame, then play them back together.

Structure

The directory structure is as follows:

  • /root
    • src/ -- source code
    • waf -- binary waf file
    • wscript -- waf instruction file
    • config.ini -- config file of this project
    • .waf-tools/ -- additional waf tools
    • LICENSE
    • README.md
    • INSTALL.md

Building instructions

Please, see the INSTALL.md for build instructions.

Config

  • You should first set the "prefix" and "stream_id" value in the config.ini
    • The "prefix" stands for the routable ndn prefix
    • The "stream_id" stands for the specific id for this stream, you can also pass the stream_id as a parameter. If you do so, the parameter will overlap value set here.

Run

Please keep NFD running. Please run these binary files on the toppest path of the project (the same path with config.ini).

  • Terminal 1 -- Publishing video & audio
$ build/producer stream_id(optional)
  • Terminal 2 -- Playing video & audio
$ build/consumer stream_id(optional)

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version, with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

ndnlive's People

Contributors

phdloli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.