Displaying 20 results from an estimated 1100 matches similar to: "libshout: Streaming MPEG Audio Layer 2"
2013 Jun 24
3
Streaming AAC with libshout?
The open source fdk-aac encoder, available there:
https://github.com/mstorsjo/fdk-aac
offers pretty good quality.
As for libshout, I do not think that it is currently posible to send
AAC data using it. First, libshout doesn't have support to buffer and
control timing of data sent. And even is you use the un-timed API
(shout_send_raw), the library cannot set the proper mime type, due to
a
2004 Aug 06
1
libshout nonblocking API
I propose the following changes to the libshout API to support
nonblocking I/O:
New functions:
int shout_set_nonblocking(shout_t *self, unsigned int nonblocking):
Instructs libshout to use nonblocking I/O. Must be called before
shout_open (no switching back and forth midstream at the moment).
unsigned int shout_get_nonblocking(shout_t *self): self-explanatory.
Changed functions:
2004 Aug 06
2
More libshout questions
Okay,
I am using libshout to stream to a NullSoft Shoutcast server. I am
using libmad and libmp3lame to do re-encoding on the fly. I am streaming
to the server (currently) with shout_send_raw(). When I try to use
shout_metadata_add(), I get a segfault in strdup(). Anyone have any
ideas as to why? Everything else works fine, just not the metadata.
Thanks In Advance,
Deven
--- >8 ----
2006 Jul 30
2
Re: Problem with CRAM and flac-1.1.2
Replying to myself once again, since I seem to have found the answer I
was looking for. Sorry for the noise. It seems CRAM is indeed misusing
FLAC, since stated in the Notes section of the FLAC format for the
FRAME_HEADER is the fact that only block size values 0110 and 0111 can
be used for variable block size data (i.e., the block size is specified
as an 8 or 16 bit value at the end of the
2015 Jul 21
1
A couple of questions about channel mapping
lvqcl wrote:
> Martin Leese wrote:
>> Why place restrictions on which speaker a
>> user can use?
...
>> Finally to answer your question, for a
>> single-channel file, FLAC should accept any
>> one of the three masks 0x00000001 (FL),
>> 0x00000002 (FR), 0x00000004 (FC), plus any
>> one of the 15 other single-bit masks, plus zero.
Please note that the
2004 Aug 06
3
Problems with libshout2
Hi,
Let me know if this is the wrong place to post this, but I am having
problems with cutouts in my streams using libshout2. I am taking audio
files and re-encoding them at 32Kbs and then streaming them. Problem is
that every 20 secs or so, the stream cuts out for about 5-10 secs and
then continues. Any ideas as to why? Should I try using shout_send_raw?
Thanks in advance!!
Deven
2006 Jul 20
1
libshout: Streaming MPEG Audio Layer 2
Hi,
I'm not anywhere near an expert, but I had successfully used
Darkice, TwoLame, and Icast231 to netcast a mp2 stream. If it
will help, here is a snip from the related area of my darkice.cfg:
[icecast2-1]
format = mp2
bitrateMode = cbr
bitrate = 384
quality = 1.0
server = 127.0.0.1
port = 32710
password = (duh!)
sampleRate =
2017 Jun 06
3
[Cellar] FLAC Markdown
Hello all!
(cc-ing the flac-dev list)
I would like to give an update as to the recent CELLAR work on the FLAC
specification.
• Work has been done to make internal and external links more accurate and
reliable.
• 'Rice Coding' has been clarified as 'Exponential Golomb Coding.'
• Clarifications have been made for binary representation.
• Typos and other small changes have been
2007 Apr 03
1
rpm package for sles10
Hi,
I thought about changing the RPM package the guys of Redhat created,
because I wanted an Init Script for SLES10 built-in. I started documenting
the steps I took. Maybe it''s useful for someone else, although in German..
but the basic steps should be useable.
My little Installating puppet Howto:
http://wiki.njh.eu/Konfigurationsmanagement#Installation_3
The Init Script for SLES10:
2004 Aug 06
1
can't compile ices 2 on ppc
I've tried everything I know how (and a lot I don't) to get
ices to compile on this beige G3 ppc box. I've got the latest
cvs of libshout and ices.
Gentoo linux ppc 1.2-r1, from stage3 tarball.
gcc 2.95.3
I've made sure that libshout points to libshout.so.2.0.2.
Don't know what else to try.
I've got the box here, and I've port-forwarded through
my firewall to
2004 Aug 06
0
More libshout questions
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 16 Jan 2004, Deven Phillips wrote:
> Okay,
>
> I am using libshout to stream to a NullSoft Shoutcast server. I am
> using libmad and libmp3lame to do re-encoding on the fly. I am streaming
> to the server (currently) with shout_send_raw(). When I try to use
> shout_metadata_add(), I get a segfault in strdup(). Anyone have
2019 Jan 30
1
Winbindd runs interactively, fails as a daemon
On 30/01/2019 13:38, Rowland Penny via samba wrote:
> On Wed, 30 Jan 2019 12:44:51 +0000
> Nick Howitt via samba <samba at lists.samba.org> wrote:
>
>> Hi,
>> I have server which is joined to an AD DC but I am having problems
>> starting or keeping winbind running. If I reboot the server, it fails
>> to start. If I then start it with "winbindd -i"
2015 Jul 05
2
WAVEFORMATEXTENSIBLE_CHANNEL_MASK is not described
An issue was raised at <http://forum.doom9.org/showthread.php?p=1728923#post1728923> -
FLAC uses WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag to describe non-standard layout,
but it isn't mentioned anywhere in FLAC format.
Channel assignment is described at <https://xiph.org/flac/format.html#frame_header>:
"Where defined, the channel order follows SMPTE/ITU-R recommendations."
2012 Oct 06
4
Questions about FLAC documentation
I'm implementing a FLAC decoder from scratch (save OGG stuff if I can
help it) because libFLAC simply will not fit my embedded platform,
For the most part I'm implementing using just the documentation but
not all of the documentation is concise (especially about variable
sized fields) and after looking at the libFLAC source I find myself
befuddled so I thought it best to get the
2013 Jun 24
4
Streaming AAC with libshout?
Hi,
I am wondering how to add AAC support to GStreamer's shout2send element.
Support for this format seems to be enabled in icecast for a while and it
would be nice if one of the major open source frameworks would have been
capable of streaming such content.
GStreamer's shout2send relies on the libshout library but it defines only
two formats - MP3 and Vorbis. There is no single word in
2012 Nov 05
2
Questions about FLAC documentation
FlacNetLib was by far the most useful code reference. if you dont
know object oriented programming then you need to muddle through
libFLAC as i havent seen any other implementation that isnt OO.
-Gravis
On Sun, Nov 4, 2012 at 1:16 PM, Serban Giuroiu <giuroiu at gmail.com> wrote:
> Hi, Gravis.
>
> I'm trying to build a FLAC encoder from scratch. Besides the official format
2015 Jan 15
1
Max Sample Rate FLAC
Hi,
I would like to clear something up about Sample Rate, If the Frame header can look to the metadata block streaminfo for sample rate what (if anything limits it to 655350Hz)? Can all frame headers not just point to streaminfo and it be specified in streaminfo as all 1s ie 2^20-1 = 1,048,575Hz? It would be really good to be able to use 1MHz and beyond for some of my/our work. Does anything
2015 Jul 15
4
WAVEFORMATEXTENSIBLE_CHANNEL_MASK is not described
lvqcl wrote:
> Martin Leese wrote:
>> Note that the channel order may not be defined.
>
> IMHO it doesn't matter in this place of documentation (which describes
> default channel assignments for FLAC).
Your proposed wording was:
0000-0111 : (number of independent channels)-1. The channel order
follows SMPTE/ITU-R recommendations. The assignments are as follows:
The
2004 Sep 10
3
0.9 problems
On Sat, May 19, 2001 at 12:55:08AM -0400, Matt Zimmerman wrote:
> On Sat, May 19, 2001 at 02:05:14AM +0000, Christian Weisgerber wrote:
>
> > Problems in FLAC 0.9:
> >
> > - On alpha, flac immediately dumps core for both encoding and
> > decoding (FreeBSD/alpha).
>
> I have reproduced this on Debian/alpha as well. I will spend some time
> debugging it
2004 Aug 06
2
More libshout questions
Mihai,
Here's the full backtrace.
(gdb) bt full
#0 0x40292093 in strlen () from /lib/i686/libc.so.6
No symbol table info available.
#1 0x40291dc5 in strdup () from /lib/i686/libc.so.6
No symbol table info available.
#2 0x400aed79 in _shout_util_dict_set (dict=0x0, key=0x804b746 "song",
val=0x0) at util.c:236
prev = (util_dict *) 0x80555b8
#3 0x400ad61b in