search for: freestream

Displaying 8 results from an estimated 8 matches for "freestream".

Did you mean: filestream
2011 Oct 16
0
[LLVMdev] llvm and stream error
Here is the code of the functions: int getStream()     {            int fd = _dup(fileno(stdout));            freopen("tmp","w",stdout);            return fd;     } void freeStream(int fd) {        _dup2(fd,fileno(stdout));        close(fd); } The code of main program: printf(“start tets”); int fd = getStream(); printf(“redirection”); freeStream(fd); This is a part of large program which uses llvm The problem I get after freeStream(fd): LLVM ERROR: IO failure on output str...
2004 Aug 06
2
icecast cvs patch
This is *nothing* major, just a minor tweak that makes FreeStream's rebroadcast system work smoother. It is a patch for icecast CVS( checked out at 20040505 20:00UTC), That simply adds to format_vorbis.c the ability to read more vorbis_comment information (namely; comment, info and length) Hopefully this can be useful. -- Justin Zeigler, a.k.a. Barbicane...
2004 May 05
1
ogg123 patch for title's file.
This is *nothing* major, just a minor tweak that make FreeStream's rebroadcast system work smoother. A patch for ogg123 that is an update of Matt London's patch[1] for vorbis-tools-1.0 release to vorbis-tools CVS 20040505 20:00UTC, it enables a "-g $file" option that will send read vorbis comments to $file. Hopefully this can be useful. [1] h...
2004 Aug 06
3
libshout1-based mp3 streaming to icecast2
..."-" "-" 0 If I add the -i switch to the ices command line to make it icy-compatible, I get: Error during send: Mount failed on http://194.109.209.34:9000/teztxyz, error: Not connected to server. and nothing logged in either the error or access logs of icecast2. Same goes for freestream (http://squat.net/freestream), a perl script we use based on Shout.pm, which in turn is based on libshout1. Interestingly, when I used freestream with a Shout.pm that was compiled with libshout 1.0.5, I was able to log in and stream to icecast2, but when I tried to listen to the stream (at mountpo...
2004 Aug 06
0
icecast cvs patch
On Thursday 06 May 2004 07:33, Justin Zeigler wrote: > This is *nothing* major, just a minor tweak that makes FreeStream's > rebroadcast system work smoother. It is a patch for icecast CVS( checked > out at 20040505 20:00UTC), That simply adds to format_vorbis.c the > ability to read more vorbis_comment information (namely; comment, info > and length) > > Hopefully this can be useful. This does...
2004 Aug 06
0
libshout1-based mp3 streaming to icecast2
...utcast compatible, you have to configure icecast to listen on two ports. In this case, those are 9000 and 9001. The error you see here is because ices cannot connect to port 9001. > and nothing logged in either the error or access logs of icecast2. Naturally. > Interestingly, when I used freestream with a Shout.pm that was compiled > with libshout 1.0.5, I was able to log in and stream to icecast2, but I imagine this is due to a bug in that version of Shout.pm, which connects to the same port for both data and metadata (if Shout.pm supports metadata - I haven't used it). > when I...
2004 Aug 06
2
libshout 2.0 released
Hi all, I've just released libshout 2.0. This is the official release, not a beta. Thanks to all the testers who provided feedback during the beta period. http://icecast.org/files/libshout/libshout-2.0.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as well as bug fixes relative to libshout 1. Ogg and Vorbis are now prerequisites. Changes since beta 3: * Minor
2004 Aug 06
2
libshout 2.0 released
Hi all, I've just released libshout 2.0. This is the official release, not a beta. Thanks to all the testers who provided feedback during the beta period. http://icecast.org/files/libshout/libshout-2.0.tar.gz Libshout 2.0 adds support for icecast 2, Ogg streaming, and IPv6, as well as bug fixes relative to libshout 1. Ogg and Vorbis are now prerequisites. Changes since beta 3: * Minor