Skip to content

Generate two channels transport stream using ffmpeg and opencaster

License

Notifications You must be signed in to change notification settings

aladinko/hbbtv-dvbstream

 
 

Repository files navigation

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 vlc player and Dektec streamXpress.

It is composed of tree files:

  • init-cmd.bat: Makes preparations for cmd.exe.

  • make-stream.bat: 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

Related Projects

Contributors

Copyright & License

Copyright (c) 2014, EBU-UER Technology & Innovation

The code is under BSD (3-Clause) License. (see LICENSE.txt)

About

Generate two channels transport stream using ffmpeg and opencaster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.9%
  • C 26.3%
  • Other 0.8%