1. Oorsig
'n USB ISDB-T TV-ontvanger kan digitale TV-seine deur 'n antenna ontvang.
Deur spesifieke rekenaarsagteware te gebruik, jy kan vang en teken die rou TS op (Vervoerstroom) van die uitsending.
In wese:
TV Stick → Demodulasie sagteware → Stoor as .TS-lêer
2. Wat jy nodig het
Hardeware
- A USB ISDB-T TV-stok (bv. RTL2832P RTL2832U, IT9135, AF9035, ens.)
- antenna
- Windows of Linux rekenaar
sagteware
Verskillende skyfies gebruik verskillende drywers en toepassings.
Hieronder is algemene voorbeelde:
| Chipset | Aanbevole sagteware | TS opname |
|---|---|---|
| RTL2832U | DVBViewer, ProgDVB, SDRSskerp + RTL2832U bestuurder | ✓ |
| IT9135 / AF9035 | TotalMedia, BlazeDTV, DVB Droom | ✓ |
| Linux (enige DVB-bestuurder) | w_skandeer + dvbv5-zap + dvbstroom | ✓ (CLI) |
3. Installasie stappe (Voorbeeld: Vensters)
Stap 1 - Installeer bestuurder
- Koppel jou USB TV-stok in.
- As Windows dit nie outomaties installeer nie, gebruik die verkoper se bestuurder (Realtek, ITE, ens.) of Zadig gereedskap.
- Once installed, check Device Manager — it should appear as something like:
ISDB-T BDA Digital Tuner or RTL2832U DVB-T Dongle
Stap 2 - Installeer kyksagteware
Let’s use DVBViewer as an example (you can also use ProgDVB or BlazeDTV):
- Install DVBViewer.
- Open Options → Hardware, and confirm your tuner is detected.
- Perform a channel scan (choose ISDB-T mode and your region/frequency band).
- Once channels are found, you can watch the broadcast.
Stap 3 - Neem die TS-stroom op
- Open the desired channel.
- Click Neem op.
- The software will save the original Vervoerstroom (.ts) file to your recording folder.
- The file name usually includes the timestamp, Bv.:
2025-11-05_13-30-00_Channel1.ts
Tip: The .ts file contains all streams — video, klank, onderskrifte, and metadata.
You can view it with VLC or analyze it with TSReader.
4. Linux Command Line Voorbeeld
If you are on Linux with DVB drivers installed:
# Scan channels
w_scan -ft -c JP > channels.conf
# Tune to a channel and record
dvbv5-zap -c channels.conf "NHK-G" -r &
dvbstream -o -ps 8192 > output.ts
This will create a raw output.ts file containing the broadcast stream.
5. Gebruik die opgeneemde TS-lêer
You can:
- Analyze it with tools like TSReader Lite of FFprobe
- Play or transcode it using VLC of FFmpeg
- Extract specific programs met:
ffmpeg -i input.ts -map 0:p:101 -c copy output_video.ts
Opsomming
| Stap | Action |
|---|---|
| 1 | Install the TV stick driver |
| 2 | Launch DVBViewer / ProgDVB / TotalMedia |
| 3 | Scan and open the desired channel |
| 4 | Click “Record” to save the TS file |
| 5 | Play or analyze with VLC / FFmpeg / TSReader |

Vra 'n Vraag
U boodskap is gestuur