libdvbpsi is a set of tools which allows to decode and generate all the Program specific Information ( PSI ) present in a MPEG2 TS or a DVB stream. The two keywords are portability and simplicity .
libdvbpsi is a set of tools which allows to decode and generate all the Program specific Information ( PSI ) present in a MPEG2 TS or a DVB stream. The two keywords are portability and simplicity .
To install libdvbpsi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libdvbpsi
To see what files were installed by libdvbpsi, run:
port contents libdvbpsi
To later upgrade libdvbpsi, run:
sudo port selfupdate && sudo port upgrade libdvbpsi
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.