search for: add_listen

Displaying 7 results from an estimated 7 matches for "add_listen".

Did you mean: add_list
2006 Feb 27
2
Authentication
...9;m attempting to connect to a site that doesn't require logging in. I believe this doesn't show via form submission on <a href>...? Haven't tried, but what happens when I have 2 mounts with the same alias? So if I wanted to have localhost:8000/stream/directory/directory/file use add_listener directive to 8000action.php and localhost:8001/stream/directory/directory/file use add_listener direct to 8001action.php both with an alias of /file.ogg but on 8000 and 8001. Does this need to happen on two instances of icecast running simutaniously or can I do this on one? One last thing :) Can...
2007 Dec 26
3
executing code after each step of a story
Hello, how can I execute some code after each step of a story. Is there some kind of listener documentated. Thank you in advance, Armin
2006 Feb 28
0
Authentication
...t;...? the /auth.xsl file is an example of how you could generate an m3u with icecast using a user/pass, it uses /admin/buildm3u. > Haven't tried, but what happens when I have 2 mounts with the same alias? So if > I wanted to have localhost:8000/stream/directory/directory/file use > add_listener directive to 8000action.php and > localhost:8001/stream/directory/directory/file use add_listener direct to > 8001action.php both with an alias of /file.ogg but on 8000 and 8001. Does this > need to happen on two instances of icecast running simutaniously or can I do > this on one? i...
2011 Jun 16
1
Need help with config file
...<authentication type="url"> state username/password if url requires it <option name="username" value="admin"/> <option name="password" value="hackme"/> <option name="add" value="http://myauthserver.com/scripts/add_listener.php"/ > <option name="remove" value=" http://myauthserver.com/scripts/del_listener.php"/> </authentication> </mount --> <fileserve>1</fileserve> /stream1.mp3</shoutcast-mount&gt; --> <paths> <basedir>/usr/share/i...
2008 May 08
7
Rspec Stories / Selenium Nightmare
...e others stories. *Code Extract* def story_ended(title, narrative) case title when ''Edit a page'' #We have finished the selenium story $selenium_driver.stop #Do we need to re-add some listeners if !@listener_reloaded Spec::Story::Runner.scenario_runner.add_listener(ActiveRecordSafetyListener.instance) @listener_reloaded=true end end end I had to duplicate a lot of the story steps since now any previous post/gets did not work since they post to the test instance and not the selenium rails instance. I also needed to invoke against the seleniu...
2008 Jul 03
2
Icecast Fedora9 migration problems
...state username/password if url requires it <option name="username" value="admin"/> <option name="password" value="hackme"/> <option name="add" value="http://myauthserver.com/scripts/add_listener.php"/> <option name="remove" value="http://myauthserver.com/scripts/del_listener.php"/> </authentication> </mount --> <stats_log>/var/log/icecast/stats.log</stats_log> <statshtml_log>/var/www/html/icestat.h...
2014 Feb 12
61
P2V: Headless support
This introduces support to run P2V without X server. Runtime parameters are specified via kernel command line making it hopefully suitable for automated migration with a little help of PXE boot. Patchset is not squashed and represents dev. history.