Based on recdvb published on http://cgi1.plala.or.jp/~sat/
recdvb - command to record ISDB-T/S signals for linux DVB devices. Maintain for pt3 with mirakurun.
Notice: Some destructive update.
- Remove network options
- Support only DVBv5 API
- Show recording statistics
- Not handle SIGUSR1/SIGUSR2
- original - http://cgi1.plala.or.jp/~sat/
- ver.dogeel - https://github.com/dogeel/recdvb
- ver.k_pi - https://github.com/k-pi/recdvb
- 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
- dvb drivers
- gcc / clang
$ ./autogen.sh
$ ./configure [--enable-b25]
$ make
$ sudo make install
- Device: PT3 (with kernel 4.14.83 earth_pt3 driver)
- Software: Mirakurun
- GPLv3
- Sat -> Base
- 2GMon -> this patch