similar to: Icecast protocol

Displaying 20 results from an estimated 1100 matches similar to: "Icecast protocol"

2007 Jan 04
2
Icecast protocol
Hey there, I'm writting a simple app which is gonna take FLAC file and convert them to ogg and mp3 format before sending them to icecast upon streaming. I have search a lot over and can't find a icecast protocol definition, or even an overview anywhere. Is somebody can point me on this one or I have to read the whole icecast source code (I know java but C/C++ is another thing...).
2008 Jul 03
1
Half Life 2 - Can't get past the loading screen
I'm running the game with the following options: > -novid -dxlevel 90 -width 1024 -height 768 I've got sound working using the ALSA driver. I can play other games just fine. I have an ATI Radeon X2300 which never game me any problems, I even used glxgears and got these results, which I think are ok: > 7851 frames in 5.0 seconds = 1570.134 FPS > 11556 frames in 5.0 seconds =
2010 Nov 04
4
Fwd: Merging jorbis upstream and the cortado jorbis fork back into one
Of interest to some on the list. Anyone familiar enough with Java to know how we go about detecting/using/incorporating an external Jorbis build into the Cortado jar ? Or are we supposed to download sources into our tree and build the whole ? ---------- Forwarded message ---------- From: Hans de Goede <hdegoede at redhat.com> Date: Thu, 04 Nov 2010 15:31:31 +0100 Subject: Merging jorbis
2010 Nov 30
1
Consistency regarding compiled Cortado 0.6.0 source and the official binary
(I previously sent this message (minus some slight edits) to theora-dev at xiph dot org, but it did not seem to show up in the archives. I do not know if one has to be subscribed in order to post messages.) Among other things, this message concerns the compilation of the downloaded source code for version 0.6.0 of the Cortado Java applet. (the source was probably from a file that was originally
2013 Jun 10
3
[LLVMdev] Whole program alias analysis in backend
Hello everyone, we are planning to implement a stronger alias analysis for backend, because e.g. for VLIW architectures, this is our main performance limitation. I would have 2 questions regarding this. I know that backend processes one function at a time, is it somehow possible to do there a whole program analysis, or could you give me some guidelines? Which alias analysis algorithm
2007 Jan 04
0
Icecast protocol
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, On Thu, 04 Jan 2007 21:57:12 -0600, Ian Desc?teaux <descoteauxi@gmail.com> wrote: > I'm writting a simple app which is gonna take FLAC file and > convert them to ogg and mp3 format before sending them to > icecast upon streaming. I have search a lot over and can't > find a icecast protocol definition, or even an
2003 Feb 12
3
re: Samba up, but not listening
I am confused by this paragraph: > I have looked at the Redhat firewall. I have even > tried copying its smb.conf file to no avail. smb.conf has nothing to do with the Redhat firewall. I use ipchains but Redhat likely used a more advanced firewall, that I can't really help you with much, if that is your problem. Joel
2010 Jan 28
1
Using vorbis-java to read an existing file?
> Assuming so, I'm trying to decide if it's likely to be better to port the > missing read parts from C to Java, or start again with something with a > more "Java like" api. Having read rfc 3533, I don't think doing a > read-only ogg layer api using Java conventions should be too hard to > implement.... There is the jogg and jorbis combination (used in
2007 Aug 27
1
Pure Java theora implementation - LGPL
I've started working on a pure-java port of Theora under the LGPL, as a subproject of FMJ, the open-source implementation of JMF. It is similar to and dependent on the jogg/jorbis libraries from jcraft. The Cortado implementation is nice, but since it is GPL, that is too restrictive for FMJ, which is LGPL. This is, naturally, a large undertaking, and any help by anyone interested would
2009 May 22
2
[LLVMdev] Arm port
> OK, I checked the llvm-2.5 Makefiles. They have constructs in them which cannot > be used in any BSD Makefile (such as the form of conditionals: ifndef is a GNU > Makeism), and won't run on any BSD Make. I know BSD Make and GNU Make well > enough, but I doon't know much about Cmake, I can say that all of the makefiles > I saw in llvm would (1) refuse to run on BSD make
2023 Apr 12
1
Calling libFLAC from Java
Hello, I joined because this list is the preferred method of communication according to web site, and I would like to tell you about something I've been working with that perhaps you would like to include among the links on the FLAC web site? Since 2014, I have a system that runs as a service on a computer connected to my stereo to play FLAC files, exposing a web interface for playback
2006 Oct 26
2
RELEASE: Cortado 0.2.2 'Really Tested Verily Exceptionally'
This mail announces the release of Cortado 0.2.2 'Really Tested Verily Exceptionally'. This is Cortado, a multimedia framework for Java written by Fluendo. It contains: - JST, a port of the GStreamer 0.10 design to Java - jcraft, a copy of the JCraft JOgg/Jorbis code - jheora, an implementation of Theora in Java - codecs (currently only containing the Smoke codec, a variant on Jpeg) -
2007 Oct 14
0
format spec unclear on how to quantize the LPC prediction
Hello! I just noticed how the LPC prediction is quantized by browsing the source code of the java port jFlac: : int sum = 0; for (int j = 0; j < order; j++) sum += qlpCoeff[j] * data[startAt+i-j-1]; data[startAt + i] = residual[i] + (sum >> lpQuantization); : I checked the C version (libFLAC) and it matches. However, it was a surprise because this way of quantizing the
2023 Apr 14
1
Calling libFLAC from Java
Hi Jesper, Thanks for reaching out. The links page on the FLAC website needs some pruning. I'm afraid there are a lot of dead links there. I can include your effort here as a library wrapper though: https://github.com/ietf-wg-cellar/flac-specification/wiki/Implementations Anyway, nice to see that libFLAC can be used for Java. As far as I am aware, libFLAC was only available for Java through
2007 Dec 19
2
Open source streaming project in need of developers
Hi everyone, I thought long and hard (ok, not *that* long) about whether or not to crosspost this to icecast-dev. In the end I decided not to since this isn't about an Icecast or Xiph project. My name is Geoff Shang and I've been an enthusiastic user of Icecast for a long time. I am also the chief tech guy for a project called ACB Radio (http://www.acbradio.org), which is run by
2007 Apr 16
0
serialised cmml examples
On 16/04/07, Conrad Parker <conrad.parker@gmail.com> wrote: > On 15/04/07, Silvia Pfeiffer <silviapfeiffer1@gmail.com> wrote: > > Hi Ian, > > > > hmm, there was a whole bunch up on media.aidabrowser.com, but it seems > > that CSIRO have taken that site offline. > > > > I thought there was a version of the media in cmmlwiki that produces > >
2005 Feb 13
1
Question about range select for static file serve in icecast
On Sun, 13 Feb 2005 23:02:07 +0100, Iceuse - Kris <iceuse@wwlang.net> wrote: > Hello, > > >I think the header should be something like: > >Range: bytes=10000- > > > > > This seams to "work" for fetching the file. But my player (based on > JOGG) is unable to recognize the data as an ogg stream, certainly > because it receives no ogg header.
2003 Feb 12
1
fine grain perms
Hi! >What I mean is; > >dir /a/b/c/d > >condition; >1) dir abc cannot be deleted >2) dir d can be deleted >3) files in dir ab cannot be deleted >but can be created >4) files in dir cd can be deleted > >As a work around I've created an empty tree structure >(a sort of template) and have just renamed the dirs >while maintaning the custom perms. >
2003 Feb 12
0
Re: samba Digest, Vol 2, Issue 40
> Date: Sun, 09 Feb 2003 02:20:26 +0100 > From: Michael Paarmann <mp@squit.de> > To: <bkrusic@yahoo.com> > Cc: samba@lists.samba.org > Subject: Re: [Samba] fine grain perms > Message-ID: <5.1.0.14.2.20030209021310.02baeb88@pop.puretec.de> > In-Reply-To: <20030212002625.60123.qmail@web40208.mail.yahoo.com> > References:
2003 Oct 08
1
Dumb Question about Domains and PDC's
Dumb Question... What is the value of a Domain in a small Samba-server environment? Why is it better than a "security = user"? What are the drawbacks of a Domain in a small (singleserver even) environment? Thanks!