Getstream: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (use url as link text)
No edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{lowercase|getstream}}
'''getstream''' is a little, very CPU efficient tool for streaming a whole DVB-S transponder to the network as multicast (one multicast group per channel).


'''getstream''' is a small, and very CPU efficient, tool for streaming a whole DVB-S transponder to the network as multicast (one multicast group per channel). The latest versions also support DVB-C/T, SAP-Announcements and Streaming via HTTP.
homepage is [http://silicon-verl.de/home/flo/projects/streaming/ http://silicon-verl.de/home/flo/projects/streaming/]

* Full transponder streaming
* DVB-T/C/S/S2 support (S2 only via multiproto API)
* UDP or RTP multicast streaming
* SAP/SDP Announcements (VLC Compatible) for multicast streams
* HTTP streaming for unicast setups
* High optimization for multiple transponders per machine

It appears that the latest versions of the utility, '''getstream2''', are heavily rewritten from the originally released '''getstream'''.

==GIT snapshot==
You can obtain software via GIT
<pre>
git clone git://hydra.gt.owl.de/getstream.git
</pre>

==External Links==
* [http://silicon-verl.de/home/flo/projects/streaming/ getstream homepage]
* [http://www.mulder.franken.de/getstream-poempel/ a modified version] that additionally supports DVB-T and some other features


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

Latest revision as of 07:55, 29 January 2009

getstream is a small, and very CPU efficient, tool for streaming a whole DVB-S transponder to the network as multicast (one multicast group per channel). The latest versions also support DVB-C/T, SAP-Announcements and Streaming via HTTP.

  • Full transponder streaming
  • DVB-T/C/S/S2 support (S2 only via multiproto API)
  • UDP or RTP multicast streaming
  • SAP/SDP Announcements (VLC Compatible) for multicast streams
  • HTTP streaming for unicast setups
  • High optimization for multiple transponders per machine

It appears that the latest versions of the utility, getstream2, are heavily rewritten from the originally released getstream.

GIT snapshot

You can obtain software via GIT

git clone git://hydra.gt.owl.de/getstream.git 

External Links