Displaying 20 results from an estimated 1000 matches similar to: "ezstream/madplay: problem with decoding"
2015 Mar 25
1
EZStream 0.5.6 Says No Such Share Object
On Wed, Mar 25, 2015 at 09:43:20AM -0400, Steve Matzura wrote:
> I ridded myself of the 32-bit and install the 64-bit version of
> EZStream on Fedora 20 (Heizenbug). The RPM doesn't offer 0.6.0, but no
> matter,
I'm sorry, the previous ezstream RPM package maintainer did not registered the
package for monitoring new releases, so Fedora still delivers older version.
However I
2016 Feb 10
0
ezstream question
On Tue, 9 Feb 2016, Larry Turnbull wrote:
> One of the streams is an old time radio stream and I use ezstream to run the
> prerecorded shows.
>
> Is there a package or some sort of way I can apply dynamic compression to
> the stream?
Ezstream really isn't designed for this. It's primarily meant for
streaming files as they are, which is a very light-weight operation, with
2015 Mar 25
1
EZStream 0.5.6 Says No Such Share Object
On Wed, 25 Mar 2015, Steve Matzura wrote:
> I've encountered something new having to do with something
> called 'madplay'.
EZStream is what it sounds like. It's a very basic streamer. You can use
it to stream files as they are, at the bitrate they are, etc. For
anything more complicated, you will need decoders and encoders. This
includes being able to stream multiple
2016 Feb 10
2
ezstream question
Thanks Geoff, I will give it a try.
I am reencoding all files to a 128K mp3, 44100 sample rate stereo stream
for consistency.
So yes I have the decode and encode lines in the xml file as you outlined.
I will check out sox and see how it does.
I am also exploring mp3gain to run across the entire library and see if
getting all files to the same level will help.
Larry
-----Original
2005 Jan 13
4
ezstream reencode
hi,
i want to reencode our ezstream. but it dosent work. mdplay and lame
are installed on the server. the config for ezstream is in the bottom
of this mail. i dont understand the problem. have you any ieda ?
have a lot of thanks
my config:
<ezstream>
<url>http://localhost:8000/backup</url>
<sourcepassword>*****</sourcepassword>
2009 Jul 20
1
Trying to get EZStream to work
I'm having problems getting EZStream to work. I can't find a working
version of Madplay anywhere..
Also, do I need to have lame in the actual directory? Would that be the
exe, or the dll version of it.
Thanks
~Doc
2015 Jul 22
1
Trouble with EZStream
The following behavior began about a day ago. NO changes have been
made to the Fedora 20 (Heizenbug) system on which these things run.
For no obvious or accountable reason, EZStream has stopped streaming.
Here's a copy of the output from the ezstream command itself:
# ezstream -c "/home/admin/ezstream/dn.xml"
ezstream: Connected to http://localhost:8000/broadband
ezstream: Streaming
2005 Jan 19
3
ezstream question
Hello,
I can't seem to understand - how am I supposed to make ezstreams conf file
to get ezstream to reencode the stream it gets in stdin, and send it to port
streamreencoded.mp3 and also send it as not encoded to stream.mp3 ?
The input is MP3, out should be MP3 - one notice - I do not have a sound
card on the server - is it still possible ?
>From what I read, it is supposed to be
2006 Jun 07
0
Ezstream w/re-encoding for Windows
Hi All
We are using Ezstream (http://www.icecast.org/ezstream.php) for a couple of
purposes and like it very much. Now, for the first time, we need to use
ezstreams' RE-ENCODING feature. Oddsock described the encoding/decoding
part, but our ezstream runs on WINDOWS and not on Linux. LAME is no problem,
but the DECODING makes us struggle a bit since madplay doesn't seem to have
a windows
2015 Mar 24
5
EZStream 0.5.6 Says No Such Share Object
On Fedora 20 (Heizenbug), when the command:
/usr/local/bin/ezstream -q -c "{some-file}.xml"
is executed, the error message:
/usr/loca/bin/ezstream: error while loading shared library:
libtag_c.so.0; cannot open shared object file: no such file or
directory
is displayed. "find" shows it's in /usr/lib64, which is a link to
/usr/lib64/libtag_so.0.0.0. Is there something I
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
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
2007 Jun 19
1
m3u list - encode/decode?
I'm now trying to use an m3u formatted list to pass to ezstream rather
than stdin. Since all of my audio files are in .wav format, and I have
oggenc, I see no reason to decode them before ogg encoding them. Is
there a configuration I can use to make this happen? I tried omitting
the decode parameter and ezstream complained.
Here is what I have now:
<ezstream>
2009 May 06
3
Newbie question: Poor transmission quality
I am using Icecast2 with Ezstream, sending a playlist of mp3s. The signal
quality is fine over my home network; but out on the internet it is poor,
with frequent interruptions and losses of connection.
I would like to know which of the following two conditions, if any, can be
causing the problem. First, I have a dsl internet service, with only 160k
upload capacity. Second, my home network is
2004 Aug 06
4
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
Hello,
oggdec is a very simple ogg decoder, and it fails in the following case:
a source A has a fallback A'
transcoder curl | oggdec | ices2 is transcoding to lower bitrates ogg
A fails, all the listeners are transfered to A'
oggdec fails because the stream content changed:
[2004-01-29 18:44:47] OggDec 1.0.1
[2004-01-29 18:44:47] Warning: hole in data
<p><p>[2004-01-29
2007 Jul 14
2
vorbis-tools broken
It seems that oggdec in Fedora 7 produces a wav
header followed by lots of zeros. Building
vorbis-tools 1.0.1 from source produces a working
oggdec, so I think the problem is in the
vorbis-tools package.
I can't build vorbis-tools from svn due to some
make problems, but I can build the F7 SRPM.
There are no differences between the share and
oggdec directories, but there are autoconf
related
2004 Aug 06
3
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> I have more info about that problem...
> curl | oggdec | ices will never work to my opinion with fallback setup on source
> because when transfering listeners to fallback, no ogg headers are sent, so
> whatever we do, oggdec will not be happy with the data received...
I took a look at this. It is true that oggdec does not
2009 Mar 18
2
oggdec.exe crash
Hello there.
I can't use bugtracker because it is permanently think that I'm spammer.
--------------
System: Windows XP Service Pack 3
When I trying to decode any *.ogg file with oggdec.exe like this:
oggdec.exe file.ogg
I have an error (it is translate version - I don't have english version of Windows):
Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2013 May 28
5
[PATCH 1/6] Remove the --quiet (-q) option from vorbiscomment.1 man page.
---
vorbiscomment/vorbiscomment.1 | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
index 0108e78..2bceb83 100644
--- a/vorbiscomment/vorbiscomment.1
+++ b/vorbiscomment/vorbiscomment.1
@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags.
.IP "-a, --append"
Append
2006 Aug 18
6
Ogg Player Code
Hello,
In one of my recent assignments, I was asked to develop a ogg player.
I am not able to find the right repository of the source code. There are few repositories on vorbis but I am not clear which one is the right one for Windows environment.
If somebody has successfully compiled any ogg player ever, his ideas will be helpful to me.
In one of the code set, I was able to compile the