https://github.com/ebu/hbbtv-dvbstream
Generate two channels transport stream using FFMpeg and Opencaster
https://github.com/ebu/hbbtv-dvbstream
Last synced: about 1 year ago
JSON representation
Generate two channels transport stream using FFMpeg and Opencaster
- Host: GitHub
- URL: https://github.com/ebu/hbbtv-dvbstream
- Owner: ebu
- License: bsd-3-clause
- Created: 2014-08-21T15:46:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T09:29:01.000Z (over 11 years ago)
- Last Synced: 2024-04-13T22:26:53.014Z (about 2 years ago)
- Language: Python
- Size: 119 KB
- Stars: 45
- Watchers: 12
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
hbbtv-dvbstream
===============
This project contains some scripts to generate a transport stream using FFMpeg and Opencaster which triggers HbbTV portals on a TV.
The stream can be played using Dektec streamXpress.
It is composed of two files:
* *make-stream.sh*: Generate the final transport stream. (First, it splits the mpeg files into different transport streams elements for audio and video. Second, it multiplexes the metadata tables, videos and audios streams into a final transport stream file)
* *create-metadata-ts.py*: Creates stream tables ( PAT, NIT, AIT, SDT, PMT) inspired by the opencaster hbbtv sample.
## Requirements
* [ffmpeg](http://ffmpeg.org)
* [opencaster](http://www.avalpa.com/the-key-values/15-free-software/33-opencaster)
## Related Projects
[EBU Cross-Platform Authentication project](http://tech.ebu.ch/cpa)
## Contributors
* [Michael Barroco](https://github.com/barroco) (EBU)
## Copyright & License
Copyright (c) 2014, EBU-UER Technology & Innovation
The code is under BSD (3-Clause) License. (see LICENSE.txt)