Page 1 of 1
Real-Time TS Analyser
Posted: Fri May 08, 2020 5:19 pm
by i2NDT
I am looking for a Real-Time TS Analyser which can receive the TS from my MiniTiouner and analyse it.
I have found TSReaderLite (
https://www.coolstf.com/purchase/purcha ... dlite.html) which seems to be able to accept a Multicast or Unicast UDP source...but was not able to set it.
maybe someone more skilled than me can do it!
best 73
de
i2NDT Claudio
Re: Real-Time TS Analyser
Posted: Sat May 09, 2020 11:33 am
by G8GKQ
Hi Claudio
First, make sure that your MiniTiouner is set up correctly. Here's the right bit of the minitiouneConfig.ini file that I use with v0.9beta8_9:
Code: Select all
; adresse UDP / UDP address
[UDP]
;=====================================================================
; adresse UDP pour transférer le TS
; UDP address for TS transfer
;.....................................
; UDP address for TS
TS_AddrUDP=230.0.0.1
;TS_AddrUDP=192.168.2.210
; you can try a virtual address if you have no Ethernet or Wifi connexion
;TS_AddrUDP=127.0.0.1
TS_Port=1234
Then turn on UDP in the panel at bottom right
Then open TSReader Lite, Select Source, UDPMulticast and make the settings as below.
Hope that helps
Dave
Edit - Corrected IP address in minitiouneConfig.ini above
Re: Real-Time TS Analyser
Posted: Sun May 10, 2020 5:40 am
by i2NDT
thanks Dave,
now it works very well: actually my minitiouneConfig.ini was quite messed up!
now I have to figure out what all these parameters are... but that's a different story! hahaha.
Claudio