Displaying 20 results from an estimated 700 matches similar to: "Linux Audio Conference 2006 Live Streams"
2004 Sep 17
0
Batch, recursive Flac to Ogg converter for Windows
For those of you who, like me, want to keep a Flac-based archive of their CD 
collection, but maintain an Ogg-encoded version of that library for use on 
portable players, here is something you might be interested in: 
I've put together a Cygwin/perl-based solution that works under Windows XP 
that can take an entire tree of Flac-encoded files: 
C:\music\flac\artist1\album1\track1.flac
2005 Jul 08
0
icecast and LAC2005
Hi,
I gave a talk at last month's DCLUG[0] meeting on icecast and how we
used it at LAC2005[1]. I was trying to stream the talk live while also
trying to give the talk and host the meeting. 
I had the streaming working fine, but then hosed my laptop trying to get
the video output to cooperate with the projector. I guess that should
teach me to not try to stream and present using the same
2005 Jul 25
0
video streaming
On Sun, Jul 24, 2005 at 10:19:51PM +0200, Balint Jacint wrote:
> Hi,
> 
> We're planning to launch a video stream.
> We do not have anything yet (no camera, no computer, no software, only a 
> Linux server that will do the broadcasting with icecast installed).
> Has anyone ever done such a thing? 
Yes!
> What hardware do you suggest? What 
I've used several miniDV
2006 Aug 29
0
S4 methods for "+"
On 25 Aug 2006, at 12:56, Prof Brian Ripley wrote:
> Just like any other S4 method:
>
> setMethod("+", c("track", "track"),
>           function(e1, e2) new("track", x=c(e1 at x, e2 at x), y=c 
> (e1 at y,e2 at y)))
>
> If you want to write a group generic for the S4 Ops group, you do it
> very like S3.  There are worked examples in
2009 Dec 30
3
metaflac: malformed vorbis comment field field contains no '=' character
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
hi all,
i have several flac files which have their comment tag filled up with...
comments, as well as the other tags filled in with relevant information.
and then i have some similar flac files, resulting from some audio
processing on the original flac files, in a subdirectory, S, for example.
i am using metaflac 1.2.1-1.2 on ubuntu 9.04 and i am
2006 Apr 06
0
upcoming theora streams for April and May
Planned streams coming up from RFA in the next few months:
DCLUG: <http://dclug.tux.org>
Wednesday, April 19th, 2006, 19:00-21:00 utc-4
Wednesday, May   17th, 2006, 19:00-21:00 utc-4
BWBUG: <http://bwbug.org>
Tuesday, April 11th, 2006, 14:00-17:00 utc-4
Tuesday, May    9th, 2006, 14:00-17:00 utc-4
Additionally Linux Audio Conference 2006 will again be streamed live
from Karlsruhe,
2005 Apr 13
0
Linux Audio Conference 2005 Live Audio/Video streams
hi everyone!
for those interested in linux audio development, the linux audio 
conference 2005 (http://lac.zkm.de) at the center for arts and media in 
karlsruhe/germany will be streamed live in both vorbis and theora formats.
the conference takes place from april 21 - 24, with lectures and 
workshops from 11:00 to 18:00 UTC+2 every day and concerts in the evenings.
i would like to invite you
2005 Sep 21
8
Slider controls
Heya!
Thanks to Marty Haught, script.aculo.us (as of changeset 2281) now  
sports
a new Control for horizontal and vertical sliders.
See the functional test file (test/functional/slider_test.html) for  
information
on how to use it.
Basically, you do:
<div id="track1" style="width:200px;background-color:#aaa;height:5px;">
     <div id="handle1"
2002 Jan 23
1
vorbiscomment inconsistency
I think that vorbiscomment should really use -c "this=that" to specify
tags on the commandline, consistent with oggenc.  That displaces the
tag source file, so I'd suggest -f, consistent with at least some other
programs (although I can only think of tar, right now).  I'd also
suggest that it use -o for an output filename rather than splattering
the second file on the
2008 Jun 20
0
Slider as Scrollbar in a window
Hi,
I ran into deep problems using scrollbar features shown at
http://www.aldenta.com/examples/script.aculo.us/.
The scripts work as expected, but if i use the separate window effect
(based on prototype and script aculo us, too)
shown at
http://prototype-window.xilinus.com
the scrollbar doesn''t work anymore.
I tried and studied the source code for both subprojects but i have
really no
2005 Feb 21
0
theora streaming problem...
On Mon, 2005-02-21 at 22:04, Joern Nettingsmeier wrote:
> hi everyone!
> 
> 
> i'm playing around with theora streaming for the linux audio conference 
> 2005 (http://lac.zkm.de).
nice,
> i checked out svn.xiph.org/trunk, built all ogg, vorbis, speex and 
> theora related libs from scratch, then pulled icecast-2.2.0.
> three issues:
> 
> 
> [1]
> 
>
2002 Jan 11
1
Vorbis & ReplayGain
Hi all,
I have implemented ReplayGain support for Vorbis.
If you are not familiar with it, it is basically
a method of making sure all your files have equal loudness,
remove the need for normalization and prevent clipping
during playback. The process is totally lossless,
and supporting it requires minimal work.
More info about the exact workings can
be found on www.replaygain.org (recommended
2005 Feb 21
2
theora streaming problem...
hi everyone!
i'm playing around with theora streaming for the linux audio conference 
2005 (http://lac.zkm.de).
i checked out svn.xiph.org/trunk, built all ogg, vorbis, speex and 
theora related libs from scratch, then pulled icecast-2.2.0.
three issues:
[1]
icecast runs fine as always, but when i do
cat myvideo.ogg | oggfwd myhost 8000 mypasswd /test.ogg, the stream dies 
after a few
2005 Feb 21
2
theora streaming problem...
[oddsock, this concerns your theora guide, so i'm cc:ing you]
Karl Heyes wrote:
> On Mon, 2005-02-21 at 22:04, Joern Nettingsmeier wrote:
> 
>>hi everyone!
>>
>>
>>i'm playing around with theora streaming for the linux audio conference 
>>2005 (http://lac.zkm.de).
> 
> 
> nice,
> 
> 
>>i checked out svn.xiph.org/trunk, built all
2005 Jul 24
3
video streaming
Hi,
We're planning to launch a video stream.
We do not have anything yet (no camera, no computer, no software, only a 
Linux server that will do the broadcasting with icecast installed).
Has anyone ever done such a thing? What hardware do you suggest? What 
software can be used (both for Linux and Windows on source side). Can 
Icecast be used for this video streaming purpose (on server side)?
2004 May 21
2
question about --bwlimit=
I am doing some benchmarking of rsync. I am using the --bwlimit= option to throttle down rsync to predict its operation over slow communications links. I am using rsync 2.6.2 from the release site without any patches. I downloaded the release rather than pull from the CVS tree.
I have 2 servers "wilber" (the remote archive) and "judy" (the local archive) connected with a gig
2004 Aug 06
2
relaying problem w/ icecast 1.3
hello * !
i have a problem setting up a relay server:
icecast starts up fine, but when i do
-> relay pull -m /liveice http://mallia.zkm.de:8000/liveice
on the admin  console, it fails to connect to the stream:
Connecting to relay [mallia.zkm.de:8000/liveice], please wait...
Could not connect to port 8000 on host mallia.zkm.de
->
trangely enough, this happens instantly, without any chance
2004 Mar 08
1
drawing filled countries according to data using map('world')? - follow up
Hello,
this is a follow up on my previous inquiry regarding the use of the map
library (Becker and Wilks 1993).
Using the 'world' database I would like to draw filled countries in a world
map so that the filling colors of each country corresponds to the value of a
policy variable "fix.float" at a specific "year" (the goal is to visualize a
policy diffusion pattern
2014 Apr 12
1
attempt to join WIN7 to 4.1 DC fails
When I attempt to join my WIN7x64 ultimate clients to the samba 4.1 DC,
the join request fails with the error message:
"This operation is only allowed on the primary domain controller of the 
domain."
----------------
Samba is running on a clean install of Slackware 14.1
----------------
'net ads lookup' returns:
Information for Domain Controller: (the_correct_IP)
Response
2004 Aug 06
0
Linux Audio Conference #2 live streams, cams and chat available tomorrow (fwd)
hi everyone!
thought you might be interested.
huge kudos to all authors of and contributors to icecast2, ices2,
libshout, libogg, libvorbis for making this happen!
best,
joern
<p>---------- Forwarded message ----------
Date: Wed, 28 Apr 2004 14:44:46 +0200 (CEST)
From: Joern Nettingsmeier <nettings@folkwang-hochschule.de>
To: linux-audio-dev@music.columbia.edu,