libdvbpsi

Library to decode and generate MPEG TS and DVB PSI tables

brewmacoslinux
Try with needOr install directly
Source

About

Library to decode/generate MPEG TS and DVB PSI tables

Commands

libdvbpsi

Examples

Link against libdvbpsi in a C/C++ project for DVB PSI parsing$ gcc -o dvb_parser parser.c $(pkg-config --cflags --libs libdvbpsi)
Check libdvbpsi version and installation$ pkg-config --modversion libdvbpsi
Verify libdvbpsi library is properly installed$ brew list libdvbpsi