Displaying 20 results from an estimated 259 matches for "concerts".
Did you mean:
concerns
2004 Aug 06
2
External authentification-module for listening to icecast2-streams?
Hi,
today we came across the idea of adding an external authentification-
module for listening to icecast2. There have recently been talks with
artists and music labels that they would like to receive "a small
fee" per listener to e.g. a concert streamed live over the internet.
What do you think of adding an external authentification-module so
that the user could listen to a stream
2007 Mar 19
0
match your music taste with upcoming concerts -- highnote
Hi Everyone,
Just a friendly announcement for yet-another Rails project gone live,
highnote. The concept is simple - you upload your iTunes XML Library
and highnote will automatically keep an eye on upcoming concerts and
notify you about them. Sort of a "set it and forget it" for shows.
No more browsing around the troubadour website and various places ...
highnote knows what you like and tells you when they are coming to
town.
Please give it a spin and feel free to reply to me with any feedback
on i...
2004 Aug 06
2
dumping to multiple files
Hello.
I intend to make a live streaming of a quite long multi-artist concert
( 8h or so). I also would like to dump the concert to a file(s).
For several reasons I would prefer to dump performance of every artist
to seperate file. Is it possible to somehow tell ices2 to switch dumping
from one file to another ( without interrupting a transmission of course ) ?
Or maybe
2008 Oct 16
3
Rails: View specs and implicit parameters in link_to()
Hi all,
I''ve been cleaning up our routing file, and removed the default
map.connect ":controller/:action" route.
It''s thrown up a bunch of sloppy mistakes, which is great, but I also
think I''ve found a problem with the view specs.
We have a generic navbar partial which is rendered in the index page
of several different controllers. The navbar contains
2007 Sep 03
0
ActiveRecord question - how to find owners of at least one child with a conditional
Hopefully the subject is clear enough.
Let''s say I''ve got two tables:
create_table :bands do | b |
b.column :name, :string
end
create_table :concerts do | c |
c.column :where, :string
c.column :when, :date
c.column :band_id, :integer
end
and the models:
class Band <<ActiveRecord::Base
has_many :concerts
end
class Concert << ActiveRecord::Base
belongs_to :band
end
What I''d like to do is find all of the Bands whi...
2011 Feb 17
2
[OT] high quality point-to-point audio streaming software?
Hi Guys
Sorry, this is off-topic here but relates to current use of CELT and/or Opus
in real-world systems. If there's a better forum to ask this question please
let me know.
I'm wondering if anyone can point me in the direction of software I can use
right now that will give me high-quality point-to-point live audio streaming
accross the internet. Kind of like Skype, but designed
2004 Aug 06
2
External authentification-module for listening to icecast2-streams?
On 7 May 2003 at 20:14, Michael Smith wrote:
> On Wednesday 07 May 2003 19:34, Stefan Neufeind wrote:
> > Hi,
> >
> > today we came across the idea of adding an external
> > authentification- module for listening to icecast2. There have
> > recently been talks with artists and music labels that they would
> > like to receive "a small fee" per
2009 May 07
8
OT: Photo Editor to reduce 272 photos to VGA at once
I returned from Bogot? and have a Folder with 272 photos that total
419.9 MB. I would like to email them to several people who were there
for the concerts I attended. I have Picasa, gThumb (not really an
Editor but I believe it can reduce the quality of photos) and The GIMP
installed. Is there a way I can have a photo editor reduce all of them
to VGA size, without doing that 272 times? The people who will receive
them are using M$ Windoze. Also, th...
2018 Mar 29
4
Question
I own a recording studio. We do a weekly live concert broadcast to Facebook using Wirecast software. There is an internet radio station that uses icecast that wants to carry the audio from my broadcast live. I have no idea how to get the audio to them. I use Mac computers. Can someone help me with that.
Cliff Witherspoon
Red Arrow Entertainment
864-613-4201
2010 Mar 08
1
Getting EEXIST out of make_bak_dir()
I have users running rsync 3.0.6 on Mac OS 10.5 and 10.6 with the following arguments (for example):
rsync -aNHAXx --fileflags --force-change --no-inc-recursive --delete-during --filter="P _Archive*" --filter="P /*" --backup --backup-dir="_Archive_2010_March_07_22-27-43" / /Volumes/Backup
I can't seem to figure out how make_bak_dir could be returning this error
2004 Aug 06
0
External authentification-module for listening to icecast2-streams?
On Wednesday 07 May 2003 19:34, Stefan Neufeind wrote:
> Hi,
>
> today we came across the idea of adding an external authentification-
> module for listening to icecast2. There have recently been talks with
> artists and music labels that they would like to receive "a small
> fee" per listener to e.g. a concert streamed live over the internet.
>
> What do you
2007 Oct 17
0
October release
New Stuff from Pandora at
http://pan.zipcon.net/NEWS-OCT-18-07.html
Mozart Quintet in Eb Major K 452: piano with oboe, clarinet, horn and
bassoon Neal O'Doan and the Soni Ventorum woodwind ensemble.
Beethoven Trio from Creatures of Prometheus: oboe, baset horn and
piano Laila Storch, William McColl and Anita Cummings. The baset horn
played by McColl is a copy
2004 Jan 28
3
hi
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment.
<p>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: readme.zip
Type: application/octet-stream
Size: 22646 bytes
Desc: readme.zip
Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20040129/8812d709/readme-0001.obj
2005 Dec 07
6
UDP multicast stream and NAT
Hi, my ISP is streaming some local concert using UDP
multicasting. I followed the instructions on the site which
described how to set VLC in order to view the stream, but
it didn''t work. I am behind a Linux router/firewall doing
NAT. Using google, I quickly found out that the
netfilter/conntrack code doesn''t support NATing multicast
traffic. I thought about bridging the internet
2020 Jan 09
3
Blocking attacks from a range of IP addresses
On 1/9/20 2:08 AM, Pete Biggs wrote:
>> Has anyone created a fail2ban filter for this type of attack? As of
>> right now, I have manually banned a range of IP addresses but would
>> like to automate it for the future.
>>
> As far as I can see fail2ban only deals with hosts and not networks - I
> suspect the issue is what is a "network": It may be obvious to
2019 Feb 19
6
RFC: changing variable naming rules in LLVM codebase
On Mon, Feb 18, 2019 at 2:16 AM Michael Platings via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Regarding a plan for conversion, I'm keen to avoid perfect being the enemy
> of better.
It seems a bit early to discuss conversion given there’s not consensus on a
style. For example:
If we imagine that over time it evolves such that 50% of the variables have
> been renamed
2007 Mar 19
3
Splitting a WAV file to aid gapless playback
Assuming I have a WAV file that represents a continous performance, e.g. a
recording of a live concert, which I want to play continously on a CD but
nevertheless have track marks so that individual items can be selected some
WAV splitting programs offer the ability to split the file into pieces which
are an exact multiple of the CD sector size so that when recording all these
files to CD with no
2006 May 25
3
How to limit bandwidth in iptables -- HELP
Hi,
Can anybody help me out, how to manage or limit bandwidth through
iptables while having internet connection on eth0 and working as a
gateway in LAN.
Thnaks in Advance.
Vikram
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2011 Aug 31
1
Thunderbird caching problem
Using a fairly simple dovecot config (which obviously needs some max limit tweaking) we have problems with IMAP synchronization between thunderbird clients.
Two TB clients in the same IMAP mailbox will, from time to time, show different views of the same INBOX folders, when TB caching is enabled. The only fix is to right-click on the folder, go to "Properties" and use the "Repair
2007 Jun 05
1
Mysterious Javascript showing up & trashing page
...;a
href="http://www.heritagemuseumsandgardens.org/mornings_in_the_garden">Mornings
in the Gardens</a></font></p>
<p><font face="Times New Roman" size="3"><font size="4"><strong><font
color="#ff0000">Concerts<br />
</font></strong></font><a
href="http://www.heritagemuseumsandgardens.org/concert_series">The
American Echos Concert Series</a><br />
<a
href="http://www.heritagemuseumsandgardens.org/music_schools">Mode4Music
Music Studios<...