Displaying 20 results from an estimated 3000 matches similar to: "mp3 stream instead of "icecast-auth-user: 0""
2006 Sep 20
1
mp3 stream instead of "icecast-auth-user: 0"
>> <?php
>> header('Content-Type: audio/mpeg');
>> readfile('error.mp3');
>> ?>
>> i've tried to send back the file in icecast-auth-message, but it was a
>> stupid idea....
>
> A mechanism to pass back a filename is certainly possible, I doubt that
> you want the auth server to send the file contents. Report it on
>
2006 Sep 18
2
mp3 stream instead of "icecast-auth-user: 0"
Hello,
just wanted to ask if there are any other headers icecast would understad apart
icecast-auth-user
icecast-auth-message
icecast-auth-timelimit ?
continuing my previous post "listener redirection to informational mount" i feel a big demand to respond to unsuccsessful authentification attempts by sending back short audio message to the listener in the form like this:
<?php
2008 Feb 13
5
statistics in webpage
Hi guys ,
I'm writing in the mailing list for asking if tou know some script or
system linke Mrtg for see the bandwitch usage of every mountpoin.
Thanks
Pierpaolo Gull?
2006 Sep 08
4
URL authentication
I had similar problems when my auth.php was on password protected http
server...but after applying the following configuration i've got it working:
<mount>
<mount-name>/Test</mount-name>
<authentication type="url">
<option name="listener_add"
value="http://user:pass@127.0.0.1/auth/action.php"/>
<option
2001 Dec 04
2
Serial Errors
Hi,
I am new to wine and the list. I am using Wine release 20010112
on a RH7.1 (used supplied RPM) to try and run a program to control a video
switcher that doesn't have a linux ported program.
The program starts OK but when it scans the com1 to diagnose the switcher,
it reports a bad serial port or faulty connection. The utility has
no problem under windows. I included a trace using
2011 May 17
2
Problem connecting to CD player
I am using virtualbox and Ubuntu 11.04 and wine.On wine I have installed a CD ripper,Easy CDDA,but the ripper cant connect to the cd palyer.If I use a Linux ripper in ubuntu I connects to the cd palyer,So it is some issue with Wine.What could it be?
2008 Apr 27
1
X3 Reunion sound+movies
Hi all,
system: 64bit, ubuntu 8.04, wine 0.9.60
X3 Renuion is listed in the databse as not having a working sound and
movies. That's true, but I tried to overcome this. I noticed that a lot
of problems come form the neraly not implemented amstream.dll. Since
this is for streaming audio and video I thought that maybe installing
the Windows Media Player might help here a bit. I used
2006 Jan 12
1
wine and jack => segfault?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I am new to this list and just wanted to ask a question regarding Wine
and JACK:
I'm running JACK as my sound daemon and today I installed Wine (from the
APT-Repository). I setup my .wine directory with the help of winetools.
So far everything works fine, except sound output (tested with wmplayer
and a simple wav file). So I selected
2010 Jan 11
1
Help with Order
Dear List
As a fairly new R programmer I seem to have run into a strange problem -
probably my inexperience with R
After reading and merging successive files into a single data frame, I find
that order does not sort the data as expected.
I have multiple references in each file but each file refers to measurement
data obtained at a different time.
Here's the code
library(reshape)
#
2006 Sep 08
0
URL authentication
The icecast server isn't on a Mac, it just connects to a Mac for the
authentication. Icecast is running on a Debian machine. And packet
sniffing shows very clearly no packets leaving the icecast server.
8 sep 2006 kl. 13.39 skrev Klauss Fumuldavijus:
> i think you'll have to sniff some packets going between icecast
> server and wherever.tld
> don't know will it work on
2009 Jun 19
3
Wine and serial port again
Hi all!
I have a very special device connected to my serial port and want to execute a Win32 program to work with the device. I trying to execute it with wine 1.0.1 form debian package. Win32 software starts and says that can not find a device. Under VirtualBox it works fine. This is a part of log with +file,+comm debug flags:
Code:
trace:file:get_dos_device L"COM1" ->
2006 Sep 08
2
URL authentication
Does your instance of icecast have CURL support compiled in? Without it
authentication doesn't work I think. Furthermore, if you're running
icecast in a chroot jail then you need to make sure the curl shared
libraries are installed in the chroot jail as well.
Regards,
KJ
Peter Bengtson wrote:
> The icecast server isn't on a Mac, it just connects to a Mac for the
>
2004 Aug 06
0
Please 30 second to look a my code
Well, you seem to be using FRAME_SIZE but only defining frame_size.
Otherwise, the code looks OK, but it's always hard to tell. I suggest
you start from speexenc/speexdec or from the example I wrote in the
manual at: http://www.speex.org/manual/node12.html
Jean-Marc
Le ven 19/12/2003 à 05:22, Fabio a écrit :
> Hi
> i'm developing a sort of VoIP application
> for my
2007 Dec 10
0
windows oddity related to alternate data streams
Hi all,
I was just looking into what was causing the lag when I open my samba
(3.0.27a) shares from windows (XP, SP2).
strace showed that directories were being opened and closed a lot, in
sequence. Playing with Process Monitor suggests windows is trying to
create alternate data streams on for the directory entires: it does a
CreateFile with :{4c8cc155-6c1e-11d1-8e41-00c04fb9386d} appended to
2007 Dec 22
0
slow browsing problem
I was looking into what was causing the lag when I open my samba
(3.0.27a) shares from windows (XP, SP2). I see a lot of consecutive
directory opening. Process Monitor seems to suggests that windows
is being stupid about alternate data streams: it tries to create
directoryname:{4c8cc155-6c1e-11d1-8e41-00c04fb9386d}, fails, and
tries another sixty-ish times before failing and doing the same with
2007 Apr 14
1
Parsing status.xsl
Thanks for the tip on those scripts. They're exactly what I've been
looking for for a number of years now.
Althogh the first one doesn't seem to be online anymore. If anyone's
willing to send it to me, I'd love to host it for anyone else that
would like to download it in the future.
Justin
On 14-Apr-07, at 4:33 AM, Klauss Fumuldavijus wrote:
> Hi,
> actualy
2008 Feb 13
1
Flash Movie Player Control in VB
Hi all,
I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few weeks
ago and there's some educational software I want to be able to run. It was
made with VB, and I've managed to get it working fairly well except for an
ActiveX control for showing Flash movies (.swf). I think it's unable to
load the swf file because the box where the movie should show is blank, and
2002 Mar 02
0
Longman dictionary installer debugging
Hi!
I'm trying to install the Longman Dictionary of Contemporary English (which I
have got with the book with the same name).
I'm running:
the latest wine release (20020228)
Redhat 7.2
gcc 2.96-98
fake windows dir (altough I have tried it with a win98 install a month ago)
The installer is an installshild with win16 libs.
When I run it, it puts up a message box, that the install files
2012 Jun 16
0
[LLVMdev] object construction patterns and unique_ptr
On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
> In lld we have a Reader class which is a factory that takes .o file(s) and produces an in memory lld::File object(s). But in doing so, there could be I/O errors (file not readable) or file may be malformed. We are also using C++11 in lld, so we use std::unique_ptr for managing object ownership.
>
> The Reader class currently has an
2012 Jun 19
0
[LLVMdev] object construction patterns and unique_ptr
On Jun 18, 2012 1:24 PM, "Nick Kledzik" <kledzik at apple.com> wrote:
>
> On Jun 16, 2012, at 3:51 PM, Chris Lattner wrote:
> > On Jun 15, 2012, at 3:48 PM, Nick Kledzik wrote:
> >
> >> In lld we have a Reader class which is a factory that takes .o file(s)
and produces an in memory lld::File object(s). But in doing so, there
could be I/O errors (file not