search for: hackme

Displaying 20 results from an estimated 186 matches for "hackme".

2004 Aug 06
2
ices - unable to compile
Thanks. That's got it. Now I'm getting "bad password" errors. "hackme" is the default password in icecast and i'm running ices with the -P hackme flag. Sorry to be such a drain... Wade -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of Brendan Cully Sent: Tuesday, April 16, 2002 10:23 PM To: icecast@xiph.or...
2004 Aug 06
2
Problem connecting to icecast2
I am trying to connect to an icecast2 server that I have running on redhat 9. Via Ice0. Here are the errors that I am getting. Any help would be greatly appreciated. Kris. <p>[root@wyatt icecast]# ices -m mymp3stream -c ices.conf -P hackme Unknown Node: Server Unknown Execution keyword: Base_Directory Logfile opened DEBUG: Sending following information to libshout: DEBUG: Stream: 0 DEBUG: Host: 127.0.0.1:8000 (protocol: xaudiocast) DEBUG: Mount: /mymp3stream, Password: audio DEBUG: Name: Cool ices default name from XML URL: Cool...
2004 Aug 06
2
Newbee questions...
Hi all, This is my first contribution to this ML. I would like to post 2 questions: 1. I have just installed ices 0.2.3 and icecast 1.3.12 and I am trying to run them. In my etc/icecast.const i have kept the 3 default passwords for the encoder, admin and oper (hackme) and modified my etc/ices.conf as follow: ... <!-- Encoder password on the icecast server --> <Password>hackme</Password> ... But I have the problem that ices fails to run properly due to a bad password error ices.log: Error during send: Error opening: No such file o...
2004 Aug 06
7
cannot get icecast and ices to talk...authentication failed
...t just today. It seems to work fine, however when I telnet to it (10.0.0.3, port 8000), I am unable to login unless the first line contains ONLY the password. I used ethereal to see that iceS is trying to send to authenticate, and it is sending (as the first line): ------------------------ SOURCE hackme /example1.ogg <p>And then some other information (separated by a single \n), and after the \n\n (double CR combo), it fails, and I am getting ------------------------ Error during send: Mount failed on http://10.0.0.3:8000/example1.ogg, error: Could not login on server. Server message: HTTP/...
2004 Aug 06
2
Problems building icecast2
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello! Thanks for the help in my last post. I checkout icecast and libshout from CVS and now I have some problems building icecast. I read the HACKME file and I follow the instructions but when run "autogen.sh" it returns a serial of errors concerning to "libtoolize". I suppose this library is missing, but I can't locate it. Anyone knows where can I find it? I don't have it on my system and I can't found it in CVS...
2004 Aug 06
2
Master vs Relay
...oing to test it. When I have ServerA -> ServerB should I write config for ServerB like?: <master-server>ServerA.some.net</master-server> <master-server-port>8000</master-server-port> <master-update-interval>120</master-update-interval> <master-password>hackme</master-password> But is falls with error show below. It seems ServerB is unable to authenticate itself. On ServerA I have: <authentication> <source-password>hackme</source-password> <relay-password>hackme</relay-password> <master-password>hackme&...
2004 Aug 06
7
Re: Can't Connect to icecast using winamp as a listener
...ze>102400</queue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <authentication> <!-- Sources log in with username 'source' --> <source-password>hackme</source-password> <!-- Relays log in username 'relay' --> <relay-password>hackme</relay-password> <!-- Admin logs in with the username given below --> <admin-user>admin</admin-user> <admin-password>hackme</admin-password> </authentic...
2004 Aug 06
2
Master vs Relay
Luke Stodola wrote: >Since you want to allow users to connect to any of the three servers, I >don't think you need to deal with "relay-password". Leave your working >server alone, and on the new servers put > > <relay> > <server>serverA </server> > <port>8000</port> > <mount>/foo.ogg</mount>
2004 Aug 06
0
Problem connecting to icecast2
...4/15/2004, you wrote: >I am trying to connect to an icecast2 server that I have running on redhat 9. > >Via Ice0. Here are the errors that I am getting. > >Any help would be greatly appreciated. > >Kris. > > >[root@wyatt icecast]# ices -m mymp3stream -c ices.conf -P hackme > >Unknown Node: Server >Unknown Execution keyword: Base_Directory >Logfile opened >DEBUG: Sending following information to libshout: >DEBUG: Stream: 0 >DEBUG: Host: 127.0.0.1:8000 (protocol: xaudiocast) >DEBUG: Mount: /mymp3stream, Password: hackme >DEBUG: Name: Cool ice...
2004 Aug 06
0
Problem connecting to icecast2
...nect to an icecast2 server that I have running on redhat >>9. >> >>Via Ice0. Here are the errors that I am getting. >> >>Any help would be greatly appreciated. >> >>Kris. >> >> >>[root@wyatt icecast]# ices -m mymp3stream -c ices.conf -P hackme >> >>Unknown Node: Server >>Unknown Execution keyword: Base_Directory >>Logfile opened >>DEBUG: Sending following information to libshout: >>DEBUG: Stream: 0 >>DEBUG: Host: 127.0.0.1:8000 (protocol: xaudiocast) >>DEBUG: Mount: /mymp3stream, Password:...
2004 Aug 06
0
Problems building icecast2
Àngels Flores wrote: > Thanks for the help in my last post. I checkout icecast and libshout > >from CVS and now I have some problems building icecast. > I read the HACKME file and I follow the instructions but when run > "autogen.sh" it returns a serial of errors concerning to > "libtoolize". I suppose this library is missing, but I can't locate > it. Anyone knows where can I find it? I don't have it on my system > and I can...
2004 Aug 06
0
Password problems
I know most of you probably went "grrrrrrrrrrr" when you saw the subject, but I need some help with passwords. I'm feeling a bit stupid and a lot frustrated here so bear with me. What EXACTLY do I do in this situation? Let's say that the password for icecast is hackme. I need to encrypt it so I run 'makepasswd --crypt --clearfrom=passwd.tmp' with the password hackme supplied in the text file passwd.tmp. I get something like this back: hackme 4qnV4jDtl28JY Now, I take 4qnV4jDtl28JY and plug that into icecast.conf right? Also, in shout.conf I put '...
2004 Aug 06
0
Re: Can't Connect to icecast using winamp as a listener
...t> > <header-timeout>15</header-timeout> > <source-timeout>10</source-timeout> > </limits> > > <authentication> > <!-- Sources log in with username 'source' --> > <source-password>hackme</source-password> > <!-- Relays log in username 'relay' --> > <relay-password>hackme</relay-password> > > <!-- Admin logs in with the username given below --> > <admin-user>admin</admin-user> >...
2015 May 13
3
Regarding edcast with icecast2.4
...the server. Basically these are all mountpoint level security settings. The problem that I'm seeing here is edcast does not allow a source username to be passed through. So in my mount section I do have a source username and a source password set. It goes something like this. <username>hackme</username> password>hackmemore</password> If you all would like the .xml file let me know as I'm not going to do it right now, but would I just either delete the "<username></username>" field, or just put it as stated above in surrounding quotes so that e...
2004 Aug 06
0
Problem connecting to icecast2
...:06:44 -0700 > >I am trying to connect to an icecast2 server that I have running on redhat >9. > >Via Ice0. Here are the errors that I am getting. > >Any help would be greatly appreciated. > >Kris. > > >[root@wyatt icecast]# ices -m mymp3stream -c ices.conf -P hackme > >Unknown Node: Server >Unknown Execution keyword: Base_Directory >Logfile opened >DEBUG: Sending following information to libshout: >DEBUG: Stream: 0 >DEBUG: Host: 127.0.0.1:8000 (protocol: xaudiocast) >DEBUG: Mount: /mymp3stream, Password: audio >DEBUG: Name: Cool ices...
2004 Aug 06
1
Newbie Problem
...eue-size> <client-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <authentication> <source-password>hackme</source-password> <relay-password>hackme</relay-password> <admin-user>admin</admin-user> <admin-password>hackme</admin-password> </authentication> <hostname>x.x.x.x</hostname&gt...
2011 Jun 16
1
Need help with config file
...ent-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> <burst-size>65535</burst-size> </limits> <authentication> <source-password>anveo23</source-password> <relay-password>hackme</relay-password> <admin-user>admin</admin-user> <admin-password>mami</admin-password> </authentication> <yp-url-timeout>15</yp-url-timeout> <yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url&gt; </directory> <directory> &...
2011 Mar 10
1
Mount point
...eople won't need to change from the default 64k. Applies to all mountpoints --> <burst-size>65535</burst-size> </limits> <authentication> <!-- Sources log in with username 'source' --> <source-password>hackme</source-password> <!-- Relays log in username 'relay' --> <relay-password>hackme</relay-password> <!-- Admin logs in with the username given below --> <admin-user>admin</admin-user> "icecast.xml" 190L, 6848...
2004 Aug 06
0
icecast2 as primary server and authenticated darkice
...nt-timeout>30</client-timeout> <header-timeout>15</header-timeout> <source-timeout>10</source-timeout> </limits> <authentication> <!-- Sources log in with username 'source' --> <source-password>hackme</source-password> <!-- Sources log in with username 'jack' --> <source-password>jackpw</source-password> <!-- Relays log in username 'relay' --> <relay-password>hackme</relay-password> <!-- Admin...
2004 Oct 06
7
metadata sent from windows based system
...We develop a Windows based radio broadcast system for professional radios and we would like to implant an interface in this system to make it able to automatically update metadata of an OGG (!) stream (recorded from the radio) sent to an Icecast 2.0.2 server. We read about the curl --user admin:hackme 'http://ourseverIP:8000/admin/metadata?mount=/ourstream.ogg&mode=updinfo&song=ourArtist_name+Title' What do you suggest for a method for updating metadata if we want to update it from a Windows based program (which would send information from our system to the listener's wina...