Skip to content
/ dvbbc Public

Stream live TV over HTTP to multiple viewers, using Sundtek video capturer

Notifications You must be signed in to change notification settings

dvidalm/dvbbc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

dvbbc allows streaming live TV over HTTP to multiple viewers, using Sundtek TV capturer. It is as simple as a design one can get.

Setup

  1. Install Sundtek drivers. Follow the instructions here

  2. Install dvb-apps and libav-tools for your distribution

  3. Scan and setup all your channels using scan

  4. Change the channels.conf file with your scan file, or use the default with chilean frequencies.

Usage

  1. Run python3 dvbbc.py
  2. Select channel
  3. Visit http://localhost/stream or use vlc to see the streaming video

Options

-p, --port : Server port.
-D {DVBT,DVBC,ATSC,ISDBT}, --dtvmode {DVBT,DVBC,ATSC,ISDBT} : Set digital TV mode for device.

Notes

When everything is set up, you want to keep it running. You have countless choices here but I opted for supervisord. I've provided a sample config file dvbbc.ini if you chose to go with supervisord.

About

Stream live TV over HTTP to multiple viewers, using Sundtek video capturer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages