Giter Site home page Giter Site logo

ggnull35 / mptsd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gfto/mptsd

0.0 1.0 0.0 97 KB

mptsd receives mpegts streams from udp/multicast or http and combines them into one multiple program stream that is suitable for outputing to DVB-C modulator. It is tested with Dektec DTE-3114 Quad QAM Modulator and it is used in production in couple of small DVB-C networks.

Home Page: http://georgi.unixsol.org/programs/mptsd/

License: GNU General Public License v2.0

Makefile 0.96% C 84.07% Objective-C 11.18% C++ 1.24% Shell 2.56%

mptsd's Introduction

mptsd
=====
mptsd receives mpegts streams from multicast (udp/rtp) or http and combines
them into one multiple program stream that is suitable for outputing to DVB-C
modulator. It is tested with Dektec DTE-3114 Quad QAM Modulator and it
is used in production in couple of small DVB-C networks.

Installation
============
mptsd do not depend on any external libraries. There are two source code
dependancies that come with mptsd - libfuncs and libtsfuncs.

Make sure your kernel has CONFIG_HIGH_RES_TIMERS enabled. Otherwise sleep
timeout probably won't be able to calibrate itself and mptsd will not work.

Documentation
=============
mptsd is controlled using command line parameters. Run mptsd to see all of
the parameters and explanation what every one of them does. Also there
are 4 configuration files. In the distribution there are example files that
you can change to suit your needs.

  mptsd.conf          - This file configures the network_id in outputed
                        NIT table and also MPEG PSI tables playout timeouts.

  mptsd_nit.conf      - Configures NIT table output.

  mptsd_channels.conf - Configure inputs, SDT provider name and transport_stream_id

  mptsd_epg.conf      - Configures EIT current/next tables. This file is auto
                        reloaded when it is changed. This allows EPG in output
                        to work.

One mptsd instance should be used for each transponder.

Limitations
===========
mptsd do not apply PCR restamping to output. If hardware modulator requires
correct PCR (most cheap modulators do) it probably won't like what mptsd
outputs. mptsd was tested and found to be working ok with Dektec DTE-3114.

Development
===========
The development is tracked using git. The repository is hosted at github
to get it, run the following command:

   git clone git://github.com/gfto/mptsd.git
   git submodule init
   git submodule update
     OR
   git submodule update --recursive --remote  // if you like to checkout HEAD submodules.

Compiling
=========
After cloning the git repository as described in Development section
just run `make`.

Releases
========
Official releases can be downloaded from tsdecrypt home page which is:

   http://georgi.unixsol.org/programs/mptsd/

Contact
=======
For patches, bug reports, complaints and so on send e-mail to:

   Georgi Chorbadzhiyski <[email protected]>

mptsd's People

Contributors

ningpeng avatar amdmi3 avatar lars18th avatar

Watchers

James Cloos 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.