tvkitchen / countertop

The entry point for developers who want to set up a TV Kitchen.
https://tv.kitchen
GNU Lesser General Public License v3.0
6 stars 2 forks source link

Create HTTP ingestion engine #73

Closed chriszs closed 4 years ago

chriszs commented 4 years ago

Task

Description

We need an HDHomeRun ingestion engine, which streams MPEG-TS over HTTP. Therefore, it should make sense to write a generic HTTP ingestion engine first that the HDHomeRun ingestion engine can inherit from and decorate (see this comment). This way we write the most minimal engine possible, test HDHomeRun functionality before enhancing it with HDHomeRun-specifics and accommodate other HTTP streaming sources (really any TS file on a server).

Relevant Resources / Research

Related Issues

68