Displaying 20 results from an estimated 1000 matches similar to: "In need of a Streaming solution"
2004 Aug 06
3
Dynamic playlist support
At 12:26 AM 9/15/2001 -0400, you wrote:
>I've actually been working on that same idea for the past few weeks. The final
>product is Livewire Radio, which I've just promoted from alpha to stable beta.
>It uses PHP and MySQL, and thus integrates very easily with a website.
How tied is your software to MySQL? I'm not terribly interested in using
something like this (yet
2009 Feb 17
1
Having trouble listening to station with Audiorealm player.
Hi, I am having trouble listening to my live broadcasts using the audiorealm player. I am using SAM4 and MySQL with Icecast2. My operating system is Windows XP Home edition. The track info and history all show up fine, but the sound is still missing. I have been trying to get this to work for over a week now with no success. If there's anything else I need to tell you, please let me know.
2004 Aug 06
3
Dynamic playlist support
Livewire Radio is open source under the GNU General Public License, though. ;)
Nate
----- Original Message -----
From: "Bryan Payne" <speedwolf@door.net>
To: <icecast@xiph.org>
Sent: Saturday, September 15, 2001 3:50 AM
Subject: Re: [icecast] Dynamic playlist support
> www.spacialaudio.com
>
> SAM webscripting plugin - mostly to learn from - and also look at
2004 Sep 29
1
stream delay
I noticed that my ogg stream was 2 hours behind today.
Is that a normal thing with all icecast streams?
I had other people try it that have never been to that stream and they
were 2 hours behind too.
What is that caused from?
How can that be fixed?
Thanks
John
http://www.kqlz.org
2004 Aug 06
1
DTCR Project
> I think you will be VERY interested int he next upcoming
> release of SAM2 -
> www.spacialaudio.com
>
> Bryan
>
Is there a linux variation of a program such as this?
Our need is similar but slightly different.
We have one master site that will be preparing the content for
retrasmission.
The problem is that we cannot use live streams to our satellite
stations. We must prepare
2004 Aug 06
3
Ices0 & Icecast2
> > I compiled and installed both icecast2 and ices0 fine, but ices0 seems
> to
> > fail to authenticate.
> >
> > [2004-02-09 22:16:10] INFO connection/_handle_source_request Source (/)
> > attempted to login with invalid or missing password
> > [2004-02-09 22:16:11] INFO connection/_handle_source_request Source
> > logging in at mountpoint
2004 Aug 06
2
Streaming
This may be interesting to some.
I recently discovered AllCast.com which has developed a p2p streaming
solution. Unfortunately they decided to use WMA due to it's video
capability but hopefully they could be presuaded to switch to Vorbis
later when Tarkin is available. For audio though, it appears a good way
to reduce bandwidth requirements at the broadcasting end and potentially
2004 Aug 06
3
More questions!
Thanks but I'm looking for something I can run under Red Hat 7.2. Should
have made that more clear.
Any other suggestions?
-Ian
> From: "Kevin McNeece" <kmcneece3@attbi.com>
> Reply-To: icecast@xiph.org
> Date: Fri, 14 Dec 2001 12:48:52 -0700
> To: <icecast@xiph.org>
> Subject: Re: [icecast] More questions!
>
> Hello Ian,
>
> I am new to
2004 Aug 06
2
legalities of streaming
Ditto Scott - you nailed it !!
But the DMCA actually sets rules on requests and processing them without
being considered "interactive" - for instance the time frame allowed from
when requests are made and then processed and actually air (minimum 60
minutes), to displaying your playlist - (can not be displayed public in the
order of actual performance) basically as long as you never
2004 Aug 06
2
multicast (was streaming)
Hi Jack, Ross & all...
We have been working with V-Trails in refining their solution for Mp3
streaming and will be bearing the fruits of this labor starting this weekend
publicly with 5 different "Audiorealm Network" stations for first initial
public testing - after final testing we look to release this solution
NETWORK wide - making the Audiorealm.com Network effectively the first
2004 Aug 06
2
Legal issues
On Wed, Apr 21, 2004 at 10:52:38PM +0200, Jack Moffitt wrote:
> > Does it matter if the stream is mp3 or ogg?
>
> No. It could be WAV, FLAC, or some 2-bit per sample mono format where
> the music is unrecognizable. You'd still have to pay the royalties.
It DOES matter if it's mp3. You have to pay the publisher royalties
regardless, but in addition, there's a 2%
2004 Aug 06
3
legalities of streaming
Oh, I almost forgot...
If you're going under compulsory licensing:
1) Listener requests cannot be honored, otherwise you will end up labeled an
"interactive service" along with Audiogalaxy Rhapsody & the like. Which means
more & more expensive royalties.
2) You cannot play more than 3 songs of the same album in any 3 hour period
(no more than 2 in a row). Nor can you
2004 Aug 06
3
Getting Listed
Yeah, I got one.
How about a universal listing service that has one type of listing setup,
and all servers conform to that??
(ie screw yp.shoutcast.com)
I am completely open to working with anyone who would like to pursue such a
project, and if it is possible I will even personally put money into it.
Lithium
----- Original Message -----
From: "Scott Weingartner"
2004 Aug 06
4
ices 0.3 released
On Sun, Jul 13, 2003 at 05:28:12PM -0400, Arc wrote:
> On Sun, Jul 13, 2003 at 02:27:01PM -0700, Dan Sully wrote:
> >
> > I quite agree - it's frustrating to be able to use software that's
> > almost there, then have all the development move to a format that 90%
> > of the applications/embedded systems don't yet support.
>
>
2005 Sep 06
5
Good Polycom Dealer?
Could any of you provide me information on a good
Polycom phone dealers to utilize. One who provides
firmwares ..etc
Thank you!
Kenny
______________________________________________________
Click here to donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/
2018 Mar 27
4
[PATCH net V2] vhost: correctly remove wait queue during poll failure
We tried to remove vq poll from wait queue, but do not check whether
or not it was in a list before. This will lead double free. Fixing
this by switching to use vhost_poll_stop() which zeros poll->wqh after
removing poll from waitqueue to make sure it won't be freed twice.
Cc: Darren Kenny <darren.kenny at oracle.com>
Reported-by: syzbot+c0272972b01b872e604a at
2018 Mar 27
4
[PATCH net V2] vhost: correctly remove wait queue during poll failure
We tried to remove vq poll from wait queue, but do not check whether
or not it was in a list before. This will lead double free. Fixing
this by switching to use vhost_poll_stop() which zeros poll->wqh after
removing poll from waitqueue to make sure it won't be freed twice.
Cc: Darren Kenny <darren.kenny at oracle.com>
Reported-by: syzbot+c0272972b01b872e604a at
1999 Sep 22
2
SAMBA digest 2240
>
Hi,
Check if the shared directory has the write permission for all. i.e. chmod 777 for
the particular directory
> Date: Sun, 19 Sep 1999 21:06:36 -0700
> From: Kenny Cho <Kenny.Cho@Corp.Sun.COM>
> To: samba@samba.org
> Subject: Problem copying files to samba mount.
> Message-ID: <37E5B2CC.9ADC9F8A@ha1pal.corp.sun.com>
> MIME-Version: 1.0
>
2009 Oct 01
2
Missing functions
Hi all,
I'm new to R and have been working hard to get familiarized with it. A
problem I'm facing now is that having installed some packages (psych, doBy),
I can't seem to access the functions even through there was no error
messages when I load them using library(). I get an error telling me the
function doesn't exist. But when I ran e.g. library(help = psych), the
function I
2012 Aug 02
2
Handling HTTP 500 errors
Hey guys,
How do you handle HTTP 500 errors with Mechanize?
After researching the web I thought something like this would work:
begin
Mechanize.new.get(url_which_returns_500)
rescue Net::HTTPInternalServerError
puts "Life is awesome. Let''s move on"
end
Anyways, the code in the rescue block will never be executed.
Can you guys help me out?
Kenny