DVBStreamer: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (add to software)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<p>DVBStreamer is an console based application to stream an entire DVB service over UDP.</p>
'''DVBStreamer''' is an console based application to stream an entire DVB or ATSC channel over UDP/RTP or to a file. It differs from other DVB streaming applications by tracking the PSI/SI to work out the PIDs to stream and correctly stream channels 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.
===Features:===
Processed PSI/SI information is stored in a sqlite database in the users home directory.
* Simple channel selection, only need to know the name of the channel, not all audio/video/subtitle PIDs.
libdvbpsi is used to process/regenerate some PSI/SI.
* Streaming of multiple channels on the same multiplex to different outputs.
</p>
* IPv4 and IPv6 are supported.
<p>
* Supports DVB-T, DVB-C, DVB-S and ATSC
Streaming of multiple services on the same multiplex to different unicast or multicast address is supported.
* [[EPG]] Download (DVB and ATSC) and export to [[XMLTV]] format
IPv4 and IPv6 are supported.
* Now and Next information
</p>
* Can specify manual pids for extraction.
<p>
* Rewrite PMT to only include audio/video and subtitle pids, also filter out all other channel PIDs so they are not streamed.
DVBStreamer currently supports DVB-T, DVB-C and DVB-S (currently no DisEqC support).
* Constantly monitors for channel additional/removal.
</p>
* Simple plugin architecture for adding features.
[http://dvbstreamer.sourceforge.net/ Home Page] [http://sourceforge.net/projects/dvbstreamer/ Sourceforge Page]
* Extracts TVAnytime information (Series/Episode ids)

==External Links==
* [http://dvbstreamer.sourceforge.net/ DVBStreamer Home Page]
* [http://sourceforge.net/projects/dvbstreamer/ DVBStreamer Sourceforge Page]


[[Category:Software]]
[[Category:Software]]

Latest revision as of 13:07, 26 June 2009

DVBStreamer is an console based application to stream an entire DVB or ATSC channel over UDP/RTP or to a file. It differs from other DVB streaming applications by tracking the PSI/SI to work out the PIDs to stream and correctly stream channels which use a separate PCR PID.

Features:

  • Simple channel selection, only need to know the name of the channel, not all audio/video/subtitle PIDs.
  • Streaming of multiple channels on the same multiplex to different outputs.
  • IPv4 and IPv6 are supported.
  • Supports DVB-T, DVB-C, DVB-S and ATSC
  • EPG Download (DVB and ATSC) and export to XMLTV format
  • Now and Next information
  • Can specify manual pids for extraction.
  • Rewrite PMT to only include audio/video and subtitle pids, also filter out all other channel PIDs so they are not streamed.
  • Constantly monitors for channel additional/removal.
  • Simple plugin architecture for adding features.
  • Extracts TVAnytime information (Series/Episode ids)

External Links