Skip to content

Till0196/DMirakurun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,184 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMirakurun

dantto4kに対応するためにtlvToTsDecoderオプションを追加したMirakurunのforkです。

tuners.ymlの例

- name: PT4K-0
  types:
    - BS
    - CS
    - BS4K
  decoder: arib-b25-stream-test
  tlvDecoder: arib-b61-stream-test
  tlvToTsDecoder: dantto4k - -
  # tlvToTsDecoder: dantto4k - - --smartCardReaderName="Generic USB2.0-CRW [Smart Card Reader Interface] (20070818000000000) 00 00" --disableADTSConversion
  command: recdvb --lnb 15 --dev 0 <channel> - -
- name: PT4K-1
  types:
    - BS
    - CS
    - BS4K
  decoder: arib-b25-stream-test
  tlvDecoder: arib-b61-stream-test
  tlvToTsDecoder: dantto4k - -
  command: recdvb --lnb 15 --dev 1 <channel> - -

recdvb

本repositoryの/recdvb/pt1_dev.hに差し替えて下さい。

スキャン

NHK BSP8Kはスキャンされないため、channels.ymlに手動で追加する必要があります。

- name: NHK BSP8K
  type: BS4K
  channel: '0xB0E0'
  serviceId: 102
  isDisabled: false

Mirakurun

Mirakurun

A Japanese digital TV tuner API server specifically designed for "Air" (code name of the app in development).

npm version npm downloads Linux Build tip for next commit Backers on Open Collective Sponsors on Open Collective

CHANGELOG | Setup Guide | Configuration

English | 日本語

Docker

dockeri.co

Reference: List of available tags (Docker Hub)

Features

  • HTTP RESTful API (Swagger / Open API 2.0)
  • Advanced tuner process management
  • Multiple stream broadcasting from a single tuning
  • Stream priority
  • MPEG-2 TS parser, filter
  • Real-time EPG parser
  • Support for various tuner devices and hybrid environments (chardev, DVB / ISDB-T, ISDB-S, DVB-S2)
  • Automatic channel scanning
  • Web UI
  • IPTV server (M3U8 playlist, XMLTV)

Figure: Variety of the MPEG-2 TS Stream API

Figure: Stream Flow

Setup Guide

👉 Setup Guide

Configuration

👉 Configuration

Web UI

# Admin UI
http://_your_mirakurun_ip_:40772/

# Swagger UI
http://_your_mirakurun_ip_:40772/api/debug

Client Implementations

Contributing

Donations

Discord Community

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Copyright / License

© 2016- kanreisa.

About

Fork of Mirakurun modified to work with dantto4k

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.4%
  • JavaScript 9.8%
  • C 1.6%
  • CSS 0.4%
  • Shell 0.4%
  • HTML 0.3%
  • Dockerfile 0.1%