search for: ices_get_next

Displaying 8 results from an estimated 8 matches for "ices_get_next".

2004 Aug 06
0
Reloading ices (0.2.3) playlist
...cycling logfiles and reloading playlist... DEBUG: Interpreting [ices_shutdown] DEBUG: perl [ices_shutdown] returned 1 values, last [1] DEBUG: Done interpreting [ices_shutdown] DEBUG: Importing perl module: remote DEBUG: Found method: ices_init DEBUG: Found method: ices_shutdown DEBUG: Found method: ices_get_next DEBUG: Found method: ices_get_metadata DEBUG: Found method: ices_get_lineno And then nothing more happens. The currently playing track doesn't stop, the ices_get_next isn't called and everything continues as normal until the end of the current track, when a new track isn't fed to ic...
2004 Aug 06
0
ices: PQueue module error
.../music DEBUG: Genre: FIXME Default genre Desc: FIXME Default description DEBUG: Bitrate: 128 Public: 0 DEBUG: Dump file: (null) DEBUG: Initializing playlist handler... DEBUG: Importing perl module: ices DEBUG: Found method: ices_init DEBUG: Found method: ices_shutdown DEBUG: Found method: ices_get_next DEBUG: Found method: ices_get_metadata DEBUG: Found method: ices_get_lineno DEBUG: Interpreting [ices_init] Perl playlist manager starting: DEBUG: perl [ices_init] returned 1 values, last [1] DEBUG: Done interpreting [ices_init] DEBUG: Using LAME version 3.96 DEBUG: Interpreting [ices_get_next] P...
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
2004 Aug 06
0
A few questions
...and in the icecast access log. Is this caused by me exceeding the value set in the <max-listeners> section of icecast.xml for each mount point? Also, when I HUP ices it fails to properly reload the Perl module... ices catches the signal but then doesn't seem to actually execute the ices_get_next. I get the following output and then it hangs: DEBUG: Caught SIGHUP, cycling logfiles and reloading playlist... DEBUG: Interpreting [ices_shutdown] Perl subsystem shutting down: DEBUG: perl [ices_shutdown] returned 1 values, last [1] DEBUG: Done interpreting [ices_shutdown] DEBUG: Importing perl...
2004 Aug 06
0
Parse error in ices.pm
We have installed IceCast2 and Ices0.3 and it works very well - with builtin playlist! When I write my own playlist handler - similar to the preconfigured ices.pm.dist - I get a perl_parse() error while starting ices. So ices exits. --- Code: --- # At least ices_get_next must be defined. And, like all perl modules, it # must return 1 at the end. # Function called to get the next filename to stream. # Should return a string. ub ices_get_next { print "Perl subsystem quering for new track:\n"; return "/home/orange21/html/files/1084550...
2005 Mar 06
2
Ices0 v. 0.4 Skip Song
Hello all Ive just discover that ices0 can encode {.ogg,.flac,.mp3} to mp3 streams!.. greate! the script thing is wonderfull. in my script i have defined ices_init ices_shutdown ices_get_next all works greate. Now, i want be able users to skip the song that is been streamd. for that, kill -s SIGUSR1 IcesPid works greate but.. for the songs i have setup a ranking field in a sql database. When users skip it, it means i should lower the ranking.. how? doing a sql query is there any ch...
2004 Aug 06
0
No subject
...tack size increased, to prevent segfaults during metadata updates on Solaris, FreeBSD, OpenBSD, and probably anything that isn't Linux. - Sleep code fixed to work better on other platforms. Solaris users should be happy. - All playlist functions but ices_get_next made optional. - Compatibility code uses old ices_(perl|python)_... function names if new, documented (man 1 ices) functions aren't found. -Brendan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe f...
2011 Jun 27
2
Multiple mount points without dynamic reencoding
...form, and thus, the entire stream will be uniform). 1. Is it possible to serve two file formats using ices, destined to two different mount points? a. Will I need to run two instances of ices to do it? b. Is there a way to specify which mount point a given file should be sent to, when ices_get_next() perl function is called? (i.e. if I return a list of filenames, will each filename be sent to the list of streams if reencoding is not enabled, for example??) 2. You say in your documentation that there is no interest in mp3 format files, which I find to be astonishing, since most audio files...