Menu

Tree [614c84] master /
 History

HTTPS access


File Date Author Commit
 src 2017-08-20 Gabriel Strimtu Gabriel Strimtu [614c84] default compiler flags to -Wall -Wextra -std=c9...
 AUTHORS 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 COPYING 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 ChangeLog 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 DVBparser.cbp 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 DVBparser.depend 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 DVBparser.layout 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 INSTALL 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 Makefile.am 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 Makefile.in 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 NEWS 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 README 2014-07-29 Gabriel.Strimtu@globalinvacom.com Gabriel.Strimtu@globalinvacom.com [2512fa] Added Fedora 20 instalation steps
 README~ 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 aclocal.m4 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 compile 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 configure 2017-08-20 Gabriel Strimtu Gabriel Strimtu [614c84] default compiler flags to -Wall -Wextra -std=c9...
 configure.ac 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 depcomp 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 indent_src.sh 2017-06-18 Gabriel Strimtu Gabriel Strimtu [0a5dde] record: better formatting
 install-sh 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit
 missing 2014-04-21 Gabriel Gabriel [8fd1f3] Initial commit

Read Me

	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)

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.