Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsduck/tsduck
MPEG Transport Stream Toolkit
https://github.com/tsduck/tsduck
arib atsc dektec digital-tv dvb dvb-ip dvb-psi dvb-si dvb-simulcrypt dvb-t2-mi epg hls isdb mpeg mpeg-ts rist scte-35 srt teletext vatek
Last synced: 3 months ago
JSON representation
MPEG Transport Stream Toolkit
- Host: GitHub
- URL: https://github.com/tsduck/tsduck
- Owner: tsduck
- License: bsd-2-clause
- Created: 2017-06-21T07:40:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T08:54:28.000Z (3 months ago)
- Last Synced: 2024-10-25T05:04:04.313Z (3 months ago)
- Topics: arib, atsc, dektec, digital-tv, dvb, dvb-ip, dvb-psi, dvb-si, dvb-simulcrypt, dvb-t2-mi, epg, hls, isdb, mpeg, mpeg-ts, rist, scte-35, srt, teletext, vatek
- Language: C++
- Homepage: https://tsduck.io
- Size: 38.4 MB
- Stars: 829
- Watchers: 53
- Forks: 209
- Open Issues: 353
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-video - tsduck - MPEG Transport Stream Toolkit. (Analysis tools)
README
## TSDuck - The MPEG Transport Stream Toolkit
### Abstract
[TSDuck](https://tsduck.io/) is an extensible toolkit for MPEG transport streams.
TSDuck is used in digital television systems for test, monitoring, integration, debug, lab or demo.
In practice, TSDuck is used for:
- Transport stream acquisition or transmodulation, including DVB, ATSC, ISDB, ASI and IP multicast.
- Analyze transport streams, PSI/SI signalization, bitrates, timestamps.
- Monitor and report conditions on the stream (video and audio properties, bitrates, crypto-periods, signalization).
- On-the-fly transformation or injection of content and signalization.
- Modify, remove, rename, extract services.
- Work on live transport streams, DVB-S/C/T, ATSC, ISDB-T, ASI, UDP ("IP-TV"), HTTP, HLS, SRT, RIST or offline transport stream files.
- Use specialized hardware such as cheap DVB, ATSC or ISDB tuners (USB, PCI), professional Dektec devices, cheap HiDes modulators, VATek-based modulators (e.g. Suntechtv U3, USB).
- Re-route transport streams to other applications.
- Extract or inject Multi-Protocol Encapsulation (MPE) between TS and UDP/IP.
- Analyze and inject SCTE 35 splice information.
- Extract specific encapsulated data (Teletext, T2-MI).
- Emulate a CAS head-end using DVB SimulCrypt interfaces to and from ECMG or EMMG.
- And more...TSDuck is developed in C++ in a modular architecture. It is easy to extend
through plugins.TSDuck is simple; it is a collection of command line tools and plugins. There is
no sophisticated GUI. Each utility or plugin performs only one elementary feature
but they can be combined in any order.Through `tsp`, the Transport Stream Processor, many types of analysis and
transformation can be applied on live or recorded transport streams.
This utility can be extended through plugins. Existing plugins can be
enhanced and new plugins can be developed using a library of C++ classes.### Usage
TSDuck comes with a comprehensive [User's Guide](https://tsduck.io/download/docs/tsduck.html).
All utilities and plugins accept the option `--help` to display their syntax.
For programmers, TSDuck provides a large collection of C++ classes in one single library.
These classes manipulate, in a completely portable way, MPEG transport streams, MPEG/DVB/ATSC/ISDB
signalization and many other features.
See the [Developer's Guide](https://tsduck.io/download/docs/tsduck-dev.html)
and the [Programming Reference](https://tsduck.io/doxy/).Python and Java bindings exist to allow running transport stream processing pipelines from
Python or Java applications.### Building
TSDuck can be built on Windows, Linux, macOS and BSD systems.
See the [building section](https://tsduck.io/download/docs/tsduck-dev.html#building)
in the developer's guide for more details.### Download
- On macOS, [use the Homebrew packager](https://tsduck.io/download/docs/tsduck-dev.html#macinstall): `brew install tsduck`
- On Windows, [use winget](https://learn.microsoft.com/en-us/windows/package-manager/winget/): `winget install tsduck`Pre-built [binary packages](https://github.com/tsduck/tsduck/releases) are available
for Windows and the very latest versions of some Linux distros
(Fedora, RedHat, CentOS, AlmaLinux, Ubuntu, Debian, Raspbian).The latest developments can be tested using [nightly builds](https://tsduck.io/download/prerelease/).
The command `tsversion --check` can be used to check if a new version of TSDuck is available
online. The command `tsversion --upgrade` downloads the latest binaries for the current
operating system and upgrades TSDuck.### Project resources
TSDuck is maintained by one single developer on spare time and on personal expenses.
You may consider [contributing](https://tsduck.io/donate/) to the hardware and Web hosting costs
using [![Donate](https://tsduck.io/images/donate-paypal.svg)](https://tsduck.io/donate/)### License
TSDuck is distributed under the terms of the Simplified BSD License.
See the file `LICENSE.txt` for details.*Copyright (c) 2005-2024, Thierry Lelegard*
*All rights reserved*