gstreamer/sys/dvb
Vincent Génieux 5616efb0f8 dvbsrc: Add timeout property and use GstPoll instead of poll
This allows to use much higher timeout values because GstPoll
is interruptible and keeps the number of wakeups during signal
loss lower.

Fixes bug #608171.
2011-05-23 16:49:55 +02:00
..
AUTHORS
cam.c
cam.h
camapplication.c
camapplication.h
camapplicationinfo.c camapplicationinfo: fix possible array overrun 2011-05-20 13:30:40 +03:00
camapplicationinfo.h
camconditionalaccess.c
camconditionalaccess.h
camdevice.c
camdevice.h
camresourcemanager.c
camresourcemanager.h
camsession.c
camsession.h
camswclient.c dvb: fix build errors on macosx 2011-01-03 17:12:44 -06:00
camswclient.h
camtransport.c
camtransport.h
camutils.c
camutils.h
dvbbasebin.c
dvbbasebin.h
gstdvb.c
gstdvbsrc.c dvbsrc: Add timeout property and use GstPoll instead of poll 2011-05-23 16:49:55 +02:00
gstdvbsrc.h dvbsrc: Add timeout property and use GstPoll instead of poll 2011-05-23 16:49:55 +02:00
Makefile.am
parsechannels.c
parsechannels.h
README

Gstreamer DVB Source

GstDvbSrc makes it possible to view Digital TV with gstreamer.


Try:

     gst-launch dvbsrc frequency=11954 polarity=h symbol-rate=27500 pids=210:220
         ! mpegtsdemux es-pids=210:220 name=demux ! queue ! mpeg2dec
         ! xvimagesink demux. ! queue ! mad ! audioconvert ! autoaudiosink




to view the German 3Sat telestation from the Astra 1 19.2E satellite.

DVB-C is untested, feedback is welcomed.

gstdvbtv is not yet ported to 0.10