peercast
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6
PeerCast 0.1217
PeerCast is a simple, free way to listen to radio and watch video on the Internet. more>> <<less
Download (0.20MB)
Added: 2006-03-23 License: Freeware Price:
1316 downloads
PeerCast for Linux 0.1218
A simple, free way to listen to radio and watch video on the Internet. more>> <<less
Download (205KB)
Added: 2009-04-29 License: Freeware Price: Free
224 downloads
Geekast 0.1
Geekast is an alternative to the Web interface. more>>
Geekast project is an alternative to the Web interface.
Currenly, it can perform audio (Ogg and MP3) or video (OGM) streaming through an external player like totem, or an internal player based on the Gstreamer multimedia framework.
In the future, it should be possible to encode a Webcam or any input stream over the peercast network.
<<lessCurrenly, it can perform audio (Ogg and MP3) or video (OGM) streaming through an external player like totem, or an internal player based on the Gstreamer multimedia framework.
In the future, it should be possible to encode a Webcam or any input stream over the peercast network.
Download (0.37MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1331 downloads
SlimPeer 0.11
SlimPeer project client is a fully PeerCast compatible but small, fast, and easy to use peer. more>>
SlimPeer project client is a fully PeerCast compatible but small, fast, and easy to use peer that can be used for replaying peercast:// streams without the need to perform complex and difficult configurations.
After installation, all PeerCast P2P streams can be replayed immediately.
SlimPeer was forked from the PeerCast sources and is licensed under the GPL. The client (=ui) part of the applications has been modified to be as simple as possible. The core library sources are identically to the original ones but they have been extended by several USE_SLIMPEER switches that disable code that is not necessary for this client (like the configuration via webpage, streaming of own sources and others).
<<lessAfter installation, all PeerCast P2P streams can be replayed immediately.
SlimPeer was forked from the PeerCast sources and is licensed under the GPL. The client (=ui) part of the applications has been modified to be as simple as possible. The core library sources are identically to the original ones but they have been extended by several USE_SLIMPEER switches that disable code that is not necessary for this client (like the configuration via webpage, streaming of own sources and others).
Download (0.12MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
668 downloads
Stream Transcoder 1.2.8
The streamTranscoder is a multi-platform utility which can be used to transcode media streams from one format to another. more>>
The streamTranscoder is a multi-platform utility which can be used to transcode media streams from one format to another, and from one server type to another. It can read in streams of type MP3 and Vorbis from most servers (Icecast, Icecast2, Shoutcast), convert it into various formats, and send to various streaming servers.
Main features:
- Shoutcast - MP3 (with metadata and without)
- Icecast 1.x - MP3 (with icy metadata and without)
- Icecast 2 - MP3 (with metadata)
- Icecast 2 - Vorbis (with metadata)
- Peercast - MP3 and Vorbis
- KasterBlaster - MP3 (no metadata)
Enhancements:
- src/: streamTranscoder.iss, liboddcast/liboddcast.cpp, libtranscoder/transcurl.cpp: Fixed problem with transcoding fromStereo to Mono on win32 platforms (in some cases) Added
- CURLOPT_NOSIGNAL to prevent problems with getting SIGPIPEs..
<<lessMain features:
- Shoutcast - MP3 (with metadata and without)
- Icecast 1.x - MP3 (with icy metadata and without)
- Icecast 2 - MP3 (with metadata)
- Icecast 2 - Vorbis (with metadata)
- Peercast - MP3 and Vorbis
- KasterBlaster - MP3 (no metadata)
Enhancements:
- src/: streamTranscoder.iss, liboddcast/liboddcast.cpp, libtranscoder/transcurl.cpp: Fixed problem with transcoding fromStereo to Mono on win32 platforms (in some cases) Added
- CURLOPT_NOSIGNAL to prevent problems with getting SIGPIPEs..
Download (0.34MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1200 downloads
Liquidsoap 0.3.2
Liquidsoap is a powerful tool for building complex audio streaming systems, typically targetting internet radios. more>>
Liquidsoap is a powerful tool for building complex audio streaming systems, typically targetting internet radios. Liquidsoap consists of a simple script language, which has a first-class notion of source (basically a stream) and provides elementary source constructors and source compositions from which you can build the streamer you want. This design makes liquidsoap flexible and easily extensible.
We believe that liquidsoap is easy to use. For basic uses, the scripts simply consists of the definition of a tree of sources. It is good to use liquidsoap even for simple streams which could be produced by other tools, because it is extensible: when you want to make your stream more complex, you are still able to stay in the same framework, and your script will remain maintainable. Of course, this will require at some point a deeper understanding of liquidsoap and its scripting language.
If youre new to liquidsoap, youd probably like to read about the installation procedure and take the quickstart tour. Then you may also enjoy to learn more about the main concepts on which liquidsoap is built. When youll master these concepts, youll only need to take a look at the reference (scripting language, API and settings) and get a few ideas from the recipes to be able to design whatever stream you need.
Liquidsoap is written in OCaml and is part of the savonet project.
Main features:
- Playing from files, playlists, or script playlists (plays the file chosen by an executable).
Transparent remote file access.
Scheduling of many sources, depending on time, priorities, etc.
Queuing of user requests.
Supports arbitrary transitions: you can have fade, cross-fade, jingle insertion, etc.
Input of other Icecast streams: useful for switching to a live show.
- Blank detection.
Multiple outputs in the same instance: you can have several quality settings, use several media or even broadcast several contents from the same instance.
Output to icecast and peercast (mp3/ogg) or a local file (wav/mp3/ogg).
Output to ALSA speaker, input from ALSA microphone. There are some unfixed issues there.
- Distributed encoding using RTP.
Arbitrary mixing of several sources together.
Interactive control of many operators via telnet, or indirectly using perl/python scripts, pyGtk GUI (needs an update), web/irc interfaces (not released, mail us)...
Speech and sound synthesis.
Enhancements:
- This release features new, portable output to speakers using libao(), a cross() operator that allows cross-fading, per-track settings for cross(), fade.*(), prepend(), and append() using requests metadatas, and pipe() operator that allows one to filter the raw audio through an external program. sox and other common tools arent suitable for that because they dont flush their output often enough.
- A new on_blank() operator was included for calling a callback on excessive blanks.input.http.mp3() was implemented, including support for icy metadata.
- say_metadata() was generalized into append() and prepend().
<<lessWe believe that liquidsoap is easy to use. For basic uses, the scripts simply consists of the definition of a tree of sources. It is good to use liquidsoap even for simple streams which could be produced by other tools, because it is extensible: when you want to make your stream more complex, you are still able to stay in the same framework, and your script will remain maintainable. Of course, this will require at some point a deeper understanding of liquidsoap and its scripting language.
If youre new to liquidsoap, youd probably like to read about the installation procedure and take the quickstart tour. Then you may also enjoy to learn more about the main concepts on which liquidsoap is built. When youll master these concepts, youll only need to take a look at the reference (scripting language, API and settings) and get a few ideas from the recipes to be able to design whatever stream you need.
Liquidsoap is written in OCaml and is part of the savonet project.
Main features:
- Playing from files, playlists, or script playlists (plays the file chosen by an executable).
Transparent remote file access.
Scheduling of many sources, depending on time, priorities, etc.
Queuing of user requests.
Supports arbitrary transitions: you can have fade, cross-fade, jingle insertion, etc.
Input of other Icecast streams: useful for switching to a live show.
- Blank detection.
Multiple outputs in the same instance: you can have several quality settings, use several media or even broadcast several contents from the same instance.
Output to icecast and peercast (mp3/ogg) or a local file (wav/mp3/ogg).
Output to ALSA speaker, input from ALSA microphone. There are some unfixed issues there.
- Distributed encoding using RTP.
Arbitrary mixing of several sources together.
Interactive control of many operators via telnet, or indirectly using perl/python scripts, pyGtk GUI (needs an update), web/irc interfaces (not released, mail us)...
Speech and sound synthesis.
Enhancements:
- This release features new, portable output to speakers using libao(), a cross() operator that allows cross-fading, per-track settings for cross(), fade.*(), prepend(), and append() using requests metadatas, and pipe() operator that allows one to filter the raw audio through an external program. sox and other common tools arent suitable for that because they dont flush their output often enough.
- A new on_blank() operator was included for calling a callback on excessive blanks.input.http.mp3() was implemented, including support for icy metadata.
- say_metadata() was generalized into append() and prepend().
Download (0.41MB)
Added: 2007-03-17 License: GPL (GNU General Public License) Price:
955 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above peercast search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed