DVBStreamer: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
(some formatting and edits)
Line 1: Line 1:
== DVBStreamer is an console based application to stream an entire DVB or ATSC channel over UDP/RTP or to a file. ==
'''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 channels which use a separate PCR PID.
</p>


===Features:===
===Features:===
Line 7: Line 5:
* Streaming of multiple channels on the same multiplex to different outputs.
* Streaming of multiple channels on the same multiplex to different outputs.
* IPv4 and IPv6 are supported.
* IPv4 and IPv6 are supported.
* Supports DVB-T, DVB-C, DVB-S'''*''' and ATSC'''*'''
* Supports DVB-T, DVB-C, DVB-S and ATSC <sup id="fn_1_back">[[#fn_1|1]]</sup>
* EPG Download and export to XMLTV format'''*'''.
* EPG Download and export to XMLTV format <sup id="fn_2_back">[[#fn_2|2]]</sup>
* Now and Next information
* Now and Next information
* Can specify manual pids for extraction.
* Can specify manual pids for extraction.
Line 14: Line 12:
* Constantly monitors for channel additional/removal.
* Constantly monitors for channel additional/removal.


[http://dvbstreamer.sourceforge.net/ Home Page] [http://sourceforge.net/projects/dvbstreamer/ Sourceforge Page]


<cite id="fn_1">[[#fn_1_back|Note 1:]] </cite> DVB-S and ATSC support is curretnly available only in the subversion repository. These features will be included version 0.8 <br>
[[Category:Software]]
<cite id="fn_2">[[#fn_2_back|Note 2:]]</cite> Currently available only in the subversion repository. This feature will be included version 0.8


==External Links==
----
* [http://dvbstreamer.sourceforge.net/ DVBStreamer Home Page]
<nowiki>* Only currently available in subversion will be in 0.8. </nowiki>
* [http://sourceforge.net/projects/dvbstreamer/ DVBStreamer Sourceforge Page]

[[Category:Software]]

Revision as of 19:42, 7 January 2008

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 1
  • EPG Download and export to XMLTV format 2
  • 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.


Note 1: DVB-S and ATSC support is curretnly available only in the subversion repository. These features will be included version 0.8
Note 2: Currently available only in the subversion repository. This feature will be included version 0.8

External Links