SErviceScan TSDuck Integration

manual start TSDuck
Code:
root@sf8008:~# tsp
tsp: error while loading shared libraries: libtsduck.so: cannot open shared object file: No such file or directory
root@sf8008:~# tsanalyze
tsanalyze: error while loading shared libraries: libtsduck.so: cannot open shared object file: No such file or directory
root@sf8008:~# tsversion
tsversion: error while loading shared libraries: libtsduck.so: cannot open shared object file: No such file or directory

after change atributes
Code:
-rwxr-xr-x    1 0        0         1802112 Mar 09  2018 libtscore.so.3.41-4213
-rwxr-xr-x    1 0        0        11944344 Mar 09  2018 libtsduck.so.3.41-4213
and create symlink
Code:
root@sf8008:~# tsversion
3.41-4217
root@sf8008:~#
 
Hi.
Are you planning to update TSDuck ?
Support for MPE and NIP has been added.
Code:
VERSION 3.43-4549 (January 2026)

[NEW] New commands and plugins:

  * Added command "tsflute": FLUTE analyzer in pcap files.
  * Added command "tsnip": DVB-NIP (Native IP) analyzer in pcap files.
  * Added plugin "flute": FLUTE analyzer in MPE streams.
  * Added plugin "nip": DVB-NIP (Native IP) analyzer in MPE streams.
  * Added plugin "nipextract": DVB-NIP (Native IP) live service extraction from
    MPE streams.
  * Added plugin "mpeextract": Extract a UDP or RTP transport stream from MPE.
  * Added plugin "iat":  Analyze  Inter-packet Arrival Time (IAT) for datagram-
    based input plugins.
 
Back
Top