DVBStreamer: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
<p>DVBStreamer is an console based application to stream an entire DVB service over UDP.</p>
<p>DVBStreamer is an console based application to stream an entire DVB service over UDP.</p>
<p>It differs from other DVB streaming applications by the use of the DVB-SI to work out the PIDs to stream and correctly stream services which use a separate PCR PID.
<p>It differs from other DVB streaming applications by tracking the PSI/SI to work out the PIDs to stream and correctly stream services which use a separate PCR PID.
Processed PSI/SI information is stored in a sqlite database in the users home directory.
Processed PSI/SI information is stored in a sqlite database in the users home directory.
libdvbpsi is used to process/regenerate some PSI/SI.
libdvbpsi is used to process/regenerate some PSI/SI.
</p>
</p>
<p>

Streaming of multiple services on the same multiplex to different unicast or multicast address is supported.
IPv4 and IPv6 are supported.
</p>
<p>
DVBStreamer currently supports DVB-T, DVB-C and DVB-S (currently no DisEqC support).
</p>
[http://dvbstreamer.sourceforge.net/ Home Page] [http://sourceforge.net/projects/dvbstreamer/ Sourceforge Page]
[http://dvbstreamer.sourceforge.net/ Home Page] [http://sourceforge.net/projects/dvbstreamer/ Sourceforge Page]

Revision as of 13:53, 31 July 2006

DVBStreamer is an console based application to stream an entire DVB service over UDP.

It differs from other DVB streaming applications by tracking the PSI/SI to work out the PIDs to stream and correctly stream services which use a separate PCR PID. Processed PSI/SI information is stored in a sqlite database in the users home directory. libdvbpsi is used to process/regenerate some PSI/SI.

Streaming of multiple services on the same multiplex to different unicast or multicast address is supported. IPv4 and IPv6 are supported.

DVBStreamer currently supports DVB-T, DVB-C and DVB-S (currently no DisEqC support).

Home Page Sourceforge Page