Displaying 12 results from an estimated 12 matches for "dphillips".
Did you mean:
phillips
2004 Aug 06
1
SQL Based playlist plugin
I know that there are capabilities to write plugins in PERL and Python, but I don't like either. I have written a playlist manager and randomizer, but I am having problems understanding how to integrate the proggy as a plugin into ices.. Can anyone point me a to a good reference?
TIA,
Deven
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage:
2004 Aug 06
2
Ices2 Script Playlist Handler
I am just curious as to if the Ices2 Script playlist option is even able
to be tested as yet? I would love to have this option available, as it
was (and will be again) an integral part of my web site. If there is
anything I can do to help speed the development along, I would be more
than happy to contribute. I had written a MySQL playlist handler for the
original Ices, and I really love the
2004 Aug 06
2
Ices2 Script Playlist Handler
...<p> <input>
<module>playlist</module>
<param name="type">script</param><!-- 'basic' or
'script' -->
<param
name="program">/home/dphillips/bin/playlist.php</param> <!-- be sure
this exists, is executable, and returns only a single mp3 with full path
at a time -->
then exits.
-->
</input>
<p>On Mon, 2003-12-22 at 15:03, Michael Smith w...
2004 Aug 06
0
Procedures for submitting code for ices and icecast?
Hi,
I have some code for two ices modules I'd like to submit. I was
wondering should I post them here or is there a way that I can get CVS
access, or other??
Here's a basic rundown of what it is.
I wrote two ices modules. One is for playlist managment with MySQL, and
the other is for playlist management with PostgreSQL. Also, I have the
accompanying changes for the Makefiles.in
2004 Aug 06
0
More libshout questions ((even)more info)
Even more to consider...
The metadata is working with WinAmp and RealPlayer. The concern I
have is that the 'url' metadata is being misinterpreted. My url has a
"-" in it, and that is getting mistranslated somewhere and
WinAmp/RealPlayer then see it as artist/title information. Not good.
WinAmp is supposed to display the website defined by the URL. Something
else
2004 Aug 06
0
More libshout questions ((even)more info)
Michael,
I was looking through the source code last night, and libshout-2.x does
do URL encoding of the key/value pairs for metadata. Have a look at
shout.c:308, util.c:247, and util.c:139. I looked at the "safechars"
array, and from what I can figure (straight ASCII table right?), "-"'s
are URL encoded when they don't need to be. When I changed that array,
2004 Aug 06
0
Metadata and program hangs
Yeah, I know, bad form to reply to your own post, but I wanted everyone to
know that the problem I was experiencing was in no way related to libshout.
It was actually a reference to a free()'d mysql result resource that was
causing the whole thing....
Deven
2004 Aug 06
2
More libshout questions (more info)
Okay, this is interesting....
The metadata functions work fine with icecast (2.0.0) but do not
work at all with NullSoft's ShoutCast server. . . Is that not supported
by libshout? Just curious...
Deven
Deven Phillips wrote:
> Okay
>
> Nevermind the SEGFAULT, it was string pointers in my code. Sorry
> for the inconvenience. Continuing with the issue though . . . .
>
2004 Aug 06
3
Problems with libshout2
Hi,
Let me know if this is the wrong place to post this, but I am having
problems with cutouts in my streams using libshout2. I am taking audio
files and re-encoding them at 32Kbs and then streaming them. Problem is
that every 20 secs or so, the stream cuts out for about 5-10 secs and
then continues. Any ideas as to why? Should I try using shout_send_raw?
Thanks in advance!!
Deven
2004 Aug 06
2
Params and handling
From reading through the code, I can understand that the parameters are
read from the XML config file and stored in the void pointer "data", but
if I am writing a new playlist module that needs additional parameters,
how would I go about handling adding this to the code? I have a MySQL
playlist module written, but I cannot seem to integrate the parameters
such that the admin would
2004 Aug 06
2
More libshout questions
Okay,
I am using libshout to stream to a NullSoft Shoutcast server. I am
using libmad and libmp3lame to do re-encoding on the fly. I am streaming
to the server (currently) with shout_send_raw(). When I try to use
shout_metadata_add(), I get a segfault in strdup(). Anyone have any
ideas as to why? Everything else works fine, just not the metadata.
Thanks In Advance,
Deven
--- >8 ----
2004 Aug 06
2
More libshout questions
Mihai,
Here's the full backtrace.
(gdb) bt full
#0 0x40292093 in strlen () from /lib/i686/libc.so.6
No symbol table info available.
#1 0x40291dc5 in strdup () from /lib/i686/libc.so.6
No symbol table info available.
#2 0x400aed79 in _shout_util_dict_set (dict=0x0, key=0x804b746 "song",
val=0x0) at util.c:236
prev = (util_dict *) 0x80555b8
#3 0x400ad61b in