Displaying 8 results from an estimated 8 matches for "ypmessage".
2014 Mar 24
0
metadata 2
you could set up a php yp-server and add a line in the icecast config
$email = "you at somewhere";
if($_REQUEST['action'] == "remove"){
header("YPResponse: 1");
header("YPMessage: Deleted server info.");
mail($email,'YP debug: remove stream',print_r($_REQUEST,true));
}
if($_REQUEST['action'] == "add"){
header("YPResponse: 1");
header("YPMessage: Successfully added.");
header("SID: your_...
2014 Mar 23
6
metadata 2
Hoi folks,
I don't like to post in newsletter because of several reason but sometimes it
isn't evitable.
I am setting up a internet-radio-show (exclusively live, including 2 video-streams)
and I want to read out the audio-metadata of momentarily played tracks in realtime
to compare it against a SQL-database.
The aim is to fill up and/or update a table with 'most played'
2004 Aug 06
0
Icecast "dropping" YP updates
...) on the same streams:
Mon Jun 30 07:03:48 2003
< [MiniFieldStorage('action', 'touch'), MiniFieldStorage('sid', '2'),
MiniFieldStorage('st', 'unknown - Enemy Combatant Radio'),
MiniFieldStorage('listeners', '0')]
>
YPResponse: 1
YPMessage: Updated.
Mon Jun 30 07:03:54 2003
< [MiniFieldStorage('action', 'touch'), MiniFieldStorage('sid', '2'),
MiniFieldStorage('st', 'unknown - Enemy Combatant Radio'),
MiniFieldStorage('listeners', '0')]
>
YPResponse: 1
YPMessage: U...
2005 Mar 29
2
Nicecast
So I just setup my Icecast server on my unix box but I am having trouble
with Nicecast in trying to send a stream to it. Nicecast connects to the
server fine when I leave the mountpoint setting blank but when I put
something in there, it fails to login. Regardless, neither alternative
produces a working stream. Although, when I don?t enter a mountpoint and the
broadcast is playing, my icecast
2004 Aug 06
3
Icecast's YP bugs
Ok I've been discovering many bugs in Icecast's YP implementation..
The most serious of which is, if a YP server is rejecting a stream the
server has a memory leak which, as it continues to re-try to publish
it's rejected streams, grows until the server segfaults. On our server,
for instance, we're relaying shoutcast streams (which does not relay the
stream name and other
2004 Aug 06
2
Icecast's YP bugs
...g sent to, and responding from, the YP CGI:
Wed Jun 25 07:05:52 2003
< [MiniFieldStorage('action', 'add'), MiniFieldStorage('listenurl',
'http://liveradio.indymedia.org:8001/sf-hifi.mp3'), MiniFieldStorage('type',
'MP3 audio')]
>
YPResponse: 0
YPMessage: Stream name is required.
And here's the header from the source server:
icy-name:Enemy Combatant Radio
icy-genre:Talk
icy-url:http://sf.indymedia.org/
Content-Type:audio/mpeg
icy-pub:1
icy-br:64
Clearly, the stream name is not being relayed from shoutcast. I
compiled this icecast from CVS l...
2004 Aug 06
7
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
Hello All:
I'm having troubles getting my YP submissions to go up correctly,
unfortunately there's not much I've been able to find. I'm getting NACK back
from the yp_add call, I've tried two different versions of cURL/libcURL on my
gentoo box to see if it was that, no luck. I've also replicated the problem
onto another gentoo box of mine and the exact same NACK/no
2004 Aug 06
7
YP submission / cURL issue. (icecast 2.0.1 / gentoo)
Hello All:
I'm having troubles getting my YP submissions to go up correctly,
unfortunately there's not much I've been able to find. I'm getting NACK back
from the yp_add call, I've tried two different versions of cURL/libcURL on my
gentoo box to see if it was that, no luck. I've also replicated the problem
onto another gentoo box of mine and the exact same NACK/no