Displaying 20 results from an estimated 10000 matches similar to: "Ices2 Script Playlist Handler"
2004 Aug 06
2
Ices2 Script Playlist Handler
Okay then!! Why does the default conf file still say "Only 'basic'
implemented"? It took me pouring over the code to figure out what the
proper option names are for the script playlist settings. We should
provide an example config. Here's mine.
<p> <input>
<module>playlist</module>
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
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
2015 Mar 16
4
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
In my initial configuration using the provisioning tool I did not set
"interfaces" or "bind interfaces only" in the smb.conf, so when I populated
the Bind9 DLZ file I ended up with several A records for my DC which were
IP address which cannot be accessed by other hosts on the network.
Deven
On Mon, Mar 16, 2015 at 1:06 PM, Rowland Penny <rowlandpenny at googlemail.com>
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
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Just wanted to say that everything is working fine, but I may have some
suggestions for better documentation once I am done tweaking...
Specifically, my server has docker and bridged networking so I ended up
with my DNS being populated with some useless IP addresses. Other than
that, everything seems to be hunky dorry!
Thanks for the great tools!!!
Deven
2015 Mar 16
2
Samba4 AD DC Implementation Report - YAY! And Thanks for the tools!
Following the instructions here:
https://wiki.samba.org/index.php/Samba_AD_DC_HOWTO
In that page there is a link to using Bind as your DNS server, which links
to: https://wiki.samba.org/index.php/DNS_Backend_BIND
On that page, it instructs you to populate the DNS server with the command:
/usr/local/samba/sbin/samba_dnsupdate --verbose --all-names
Without the "interfaces" and the
2004 Aug 06
2
More libshout questions ((even)more info)
On Monday 19 January 2004 23:04, Deven Phillips wrote:
> 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.
2005 Aug 03
2
Ices2 > 2 different playlist as input
hi there,
i'm new to this list and may someone answered this question before:
Is it possible to set in Ices2 two or more different playlist-files as a
input source?
If yes.. how?
Thanks for your help
Harald
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
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 ----
2007 Dec 25
2
about playlist handler in ices-0.4
Hi...
i would like know how to one playlist handler whith perl?
where a search one "HOW TO"
thanks..
--
ALPHANET INFORM?TICA LTDA
www.alphanetbh.com.br
Belo Horizonte MG
Leandro Campos
(31)30726251
(31)87883925
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20071226/c577c111/attachment.htm
2006 Apr 11
2
Dynamic Playlist
I have a playlist that is updated every 5min with any new files to a
directory. Do I need to restart icecast/ices to have the new files
played?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20060411/4c21b38c/attachment.html
2004 Aug 06
1
playlist handler questions
I have a bad habit of re-creating the wheel, and have the feeling Im missing
some critical info, so... before I delve any deeper I wanted to throw this
out there for some clarity: Im all kinds of confused about building a
playlist handler.
Lets say I wanted on demand streaming...
(running icecast-1.3.12, ices-0.2.3 on RH7.2)
I COULD conceivably write a cgi that says:
heres a list of tunes
check
2006 Apr 12
2
Dynamic Playlist
I have a few related questions.
I'm using the following Debian packages:
Ices2 (2.0.1-4)
Icecast2 (2.3.1-2)
Here's the input section of my ices-playlist.xml:
<input>
<module>playlist</module>
<param name="type">basic</param>
<param name="file">/etc/icecast2/playlist.txt</param>
<param
2005 Dec 07
4
stupid user tricks with ices2: "No such file or directory" :P
I must be doing something really stupid.
I've read the docs for icecast2 and ices2. Icecast2 is running fine; I can
get stats.xml and see that it is running.
When I run ices2, I get the following error in ices.log:
...
[2005-12-07 05:37:51] INFO playlist-basic/playlist_basic_get_next_filename
Loading playlist from file "/home/john/playlist.txt"
[2005-12-07 05:37:51] WARN
2005 Dec 09
1
stupid user tricks with ices2: "No such file or directory" :P
Michael and Karl,
Thanks for your replies.
Sorry for confusing you with bad test info. The contents of
playlist.txtthat I referred to in my earlier email did not match the
log result I
specified. However, I had ran the test with both a full and relative path in
playlist.txt; "/home/john/Visitors.ogg" and "Visitors.ogg".
Got it working, however. Tried playing a different ogg
2004 Aug 06
2
Playlist handling
I have some questions about how the playlist handling works in ices2. I'm
trying to decide whether I want to use the script option within ices or set
up a cron job that writes a new playlist.txt every so often. I play live
recordings and want to minimize any gaps between files, so the internal
scripting option seems like it would introduce even longer gaps than occur
with straight
2005 Jan 18
3
Several Questions about Ices2 & icecast2
Hi,
i have got a linux debian woody box with icecast2 and ices2 on it. I'm
running a 24/7 stream with a huge playlist on my server, but I've got some
questions about it:
1. Is it possible, that ices updates Metadata (Artist - Track) to the
icecast Server in playlist mode?
2. Is there any possibility of controlling ices2 by a webinterface with
functions like nextrack, stop and play,