Skip to content

qpe/recdvb

Repository files navigation

recdvb

Based on recdvb published on http://cgi1.plala.or.jp/~sat/

Description

recdvb - command to record ISDB-T/S signals for linux DVB devices. Maintain for pt3 with mirakurun.

What is difference from original?

Notice: Some destructive update.

  • Remove network options
  • Support only DVBv5 API
  • Show recording statistics
  • Not handle SIGUSR1/SIGUSR2

Alternative

Usage

  • please see --help.
 $ recdvb --help
  • sample mirakurun config tuners
- name: PT3-S1
  types:
    - BS
    - CS
  command: recdvb --dev 0 --b25 --lnb 15 <channel> - -
  isDisabled: false

- name: PT3-T1
  types:
    - GR
    command: recdvb --dev 1 --b25 <channel> - -
    isDisabled: false
  • sample mirakurun config channels
- name: NHK G
  type: GR
  channel: '27'

- name: NHK BS1
  type: BS
  channel: BS15_0
  serviceId: 101

Requirement

  • dvb drivers
  • gcc / clang

Install

 $ ./autogen.sh
 $ ./configure [--enable-b25]
 $ make
 $ sudo make install

Tested environment

  • Device: PT3 (with kernel 4.14.83 earth_pt3 driver)
  • Software: Mirakurun

License

  • GPLv3

Contributor