dvbparser - an open source DVB/MPEG-2 Transport stream analyzer for Linux
https://sourceforge.net/projects/dvb-parser/
"dvbparser" can be helpful for someone who wants to learn and understand the DVB-S/S2 delivery system.
The program is a GUI Gtk based, MPEG-2 Transport Stream analyzer program using as stream source a DVB signal.
The main goals of the program are to scan and display the tables, sections and descriptors as they are packed and delivered
according to ETSI and ISO 13818 standards.
Features:
- Autodetect multiple DVB tuners
- Multiple Lnb's setup over DiSEqC 1.2 STD
- DVB-S2 cards support
- Display tuner capabilities
- Tune in to a channel
- Display tuner's signal statistics
- Scan tables, sections, descriptors in in accordance with ETSI/ISO STD
- Multithreads scan support
License:
This program is free software; you can redistribute it and/or modify
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA
Hardware requirements:
- a Linux compatible DVB card
Software/library requirements:
- Linux DVB API version 3 or 5 installed
- The GTK+2
- The dvb-apps sources package
- The libucsi library
- Gtk 2.0 or higher
Installation:
Please read the INSTALL file.
Fedora 20 installation:
git clone git://git.code.sf.net/p/dvb-parser/code dvb-parser-code
yum install gtk3-devel
yumdownloader --source dvb-apps (for headers files)
yum install dvb-apps (for libucsi library)
rpm -i dvb-apps-XXX
cd dvb-parser-code
./configure
make
Bugs:
gabrielstrimtu@yahoo.com
(c) 2012 Gabriel Srimtu (gabrielstrimtu@yahoo.com)