search for: encdec

Displaying 17 results from an estimated 17 matches for "encdec".

Did you mean: incdec
2005 Jan 14
1
Ez-Stream and Error
...<svrinfoquality>1.0</svrinfoquality> --> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> <reencode> <enable>1</enable> <!-- Each encdec block specifies a pair of programs used for decoding and encoding of the stream. If reencoding is enabled, then all input files must be first decoded before being sent to the encoder. EZSTREAM uses file extensions to match up input files with the appropraite...
2007 Jun 19
1
m3u list - encode/decode?
...te> <!-- Allow the server to advertise the stream on a public YP directory: --> <svrinfopublic>0</svrinfopublic> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encdec /> element specifies a pair of programs to be used for decoding and encoding, respectively, and which file extension and output stream format they apply to. All the configuration of the output stream is usually done by using the appropriate com...
2007 Dec 11
0
Re: Create a live stream and problem in the webplayer
...ublic /> element means no advertising on YP for this broadcast: --> <!-- <svrinfopublic>1</svrinfopublic> --> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encdec /> element specifies a pair of programs to be used for decoding and encoding, respectively, and which file extension and output stream format they apply to. All the configuration of the output stream is usually done by using the appropriate command...
2007 Dec 17
0
Re: Create a live stream and problem in the webplayer
...ublic /> element means no advertising on YP for this broadcast: --> <!-- <svrinfopublic>1</svrinfopublic> --> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encdec /> element specifies a pair of programs to be used for decoding and encoding, respectively, and which file extension and output stream format they apply to. All the configuration of the output stream is usually done by using the appropriate command...
2007 Jun 19
0
m3u list - encode/decode?
...te> <!-- Allow the server to advertise the stream on a public YP directory: --> <svrinfopublic>0</svrinfopublic> <reencode> <!-- Enable the reencoding feature: --> <enable>1</enable> <!-- Each <encdec /> element specifies a pair of programs to be used for decoding and encoding, respectively, and which file extension and output stream format they apply to. All the configuration of the output stream is usually done by using the appropriate com...
2016 Feb 10
0
ezstream question
...d this, if you run it in reencode mode, it should be possible to pipe through a compressor like's sox's compand effect on the way to the encoder. If you're running in reencode mode, you should have something like this example from the documentation in your config file: <encdec> <!-- Support for MP3 decoding via madplay, and encoding via LAME: --> <format>MP3</format> <match>.mp3</match> <!-- Note: madplay uses host byte order for raw samples. -->...
2016 Feb 09
4
ezstream question
Hi all: I am managing a radio station that has 7 streams. I am using icecast, ices and ezstream on the streams and overall it is working pretty well. One of the streams is an old time radio stream and I use ezstream to run the prerecorded shows. The streams are 128K mp3 streams. Also this station is running on a VPS using Ubuntu 14.04. My question: Is there a package or some sort of
2016 Feb 10
2
ezstream question
...said this, if you run it in reencode mode, it should be possible to pipe through a compressor like's sox's compand effect on the way to the encoder. If you're running in reencode mode, you should have something like this example from the documentation in your config file: <encdec> <!-- Support for MP3 decoding via madplay, and encoding via LAME: --> <format>MP3</format> <match>.mp3</match> <!-- Note: madplay uses host byte order for raw samples. -->...
2006 Jun 26
0
converting mp3's to aac+ or ogg
Hi, I'll attach my ezstream.xml file to illustrate how ezstream can be "programmed" to do various on-the-fly re-encodings. The basic idea is to treat each <encdec> section as a pair of cmd-line tools: implying a *ix pipe connects the output of the <decode> cmd to the input of the <encode> cmd. The stdout of the <encode> cmd is fed back to ezstream for netcasting. I've successfully used this to netcast a lot of Apple Lossless record...
2005 Jan 19
3
ezstream question
...cription> <svrinfobitrate>64</svrinfobitrate> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>1</svrinfopublic> <reencode> <enable>1</enable> <encdec> <format>MP3</format> <match>.mp3</match> <decode>madplay -o raw:- "@T@"</decode> <encode>lame -r -x -b 64 -s 44.1 --resample 22.05 -a - -</encode> </encdec>...
2005 Jan 10
2
ezstream is streaming differently bitrate to config file
hi together, our e zastream is streaming the bitrate that is original in the mp3 file. but in the config i have 24. have you any idea ? thank you <ezstream> <url>http://localhost:8010/backup</url> <sourcepassword>+++</sourcepassword> <format>MP3</format> <filename>playlist.m3u</filename> <svrinfoname>Radio.Chatlabel.de
2005 Jan 13
4
ezstream reencode
...infobitrate> <svrinfoquality>4.0</svrinfoquality> <svrinfochannels>2</svrinfochannels> <svrinfosamplerate>44100</svrinfosamplerate> <svrinfopublic>0</svrinfopublic> <reencode> <enable>1</enable> <encdec> <!-- Support for MP3 decoding via madplay, and encoding via LAME --> <format>MP3</format> <match>.mp3</match> <decode>madplay -o raw:- @T@ 2>/dev/null</decode> <encode>lame -r -x -b 64...
2004 May 20
0
libfishsound-0.6.2
...se is available as a source tarball at: http://www.annodex.net/software/libfishsound/download/libfishsound-0.6.2.tar.gz This release includes improved handling of first and last blocks of data (bos and eos packets in Ogg): * new fish_sound_prepare_truncation() API call * improved encdec-audio test to keep track of frames in and out, and warn if unequal. (Currently not set to FAIL on this condition as it appears to be common for Speex) It also includes updates to the Win32 nmake build files. About libfishsound ------------------ libfishsound by itself is desi...
2004 May 20
0
libfishsound-0.6.2
...se is available as a source tarball at: http://www.annodex.net/software/libfishsound/download/libfishsound-0.6.2.tar.gz This release includes improved handling of first and last blocks of data (bos and eos packets in Ogg): * new fish_sound_prepare_truncation() API call * improved encdec-audio test to keep track of frames in and out, and warn if unequal. (Currently not set to FAIL on this condition as it appears to be common for Speex) It also includes updates to the Win32 nmake build files. About libfishsound ------------------ libfishsound by itself is desi...
2005 Jul 19
0
libfishsound 0.7.0 Release
...xposed by running the entire suite of unit tests under valgrind. (Changeset 1398, and Backported changesets: 285:322 src/libfishsound/comments.c 304:323 src/libfishsound/fishsound.c 332:328, 337:515, 568 src/libfishsound/vorbis.c 308, 316, 333:514 src/libfishsound/speex.c 274:516 src/tests/encdec-comments.c * Added compatibility with and detection of Speex 1.1 (Changeset 1391, and Backported changesets 306, 307) * Add support for compilation under MinGW (Erik de Castro Lopo) (Backported changeset 602) * Various build system improvements (Thomas Vander Stichele) (Backported changese...
2005 Jul 19
0
libfishsound 0.7.0 Release
...xposed by running the entire suite of unit tests under valgrind. (Changeset 1398, and Backported changesets: 285:322 src/libfishsound/comments.c 304:323 src/libfishsound/fishsound.c 332:328, 337:515, 568 src/libfishsound/vorbis.c 308, 316, 333:514 src/libfishsound/speex.c 274:516 src/tests/encdec-comments.c * Added compatibility with and detection of Speex 1.1 (Changeset 1391, and Backported changesets 306, 307) * Add support for compilation under MinGW (Erik de Castro Lopo) (Backported changeset 602) * Various build system improvements (Thomas Vander Stichele) (Backported changese...
2007 Sep 05
5
static noise while streaming
Hi all, I'm very new to audio streaming, so please excuse my ignorance. I'm using icecast2 server and muse source client on gentoo linux. Some mp3 files that I'm streaming exhibit severe static noise, in fact, the noise is present always but is most noticeable for the records that are currently playing, http://24.57.213.147:8000/aha.m3u (I'll keep this alive for a while) I