This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#126 2011-12-06 00:15:17

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Okay cool  big_smile


Posts: 20000 - Show all posts

Offline

 

#127 2011-12-06 00:17:20

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Alright, I guess I port forwarded. Now is there a way to test it?


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#128 2011-12-06 00:19:20

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

Alright, I guess I port forwarded. Now is there a way to test it?

Open up the Icecast config and set it to this

Code:

<!-- This config file contains a minimal set of configurable parameters,
     and mostly just contains the things you need to change.  We created
     this for those who got scared away from the rather large and heavily
     commented icecast.xml.dist file. -->
<icecast>
    <limits>
        <clients>30</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <burst-on-connect>1</burst-on-connect>
        <burst-size>65535</burst-size>
    </limits>
    <authentication>
        <source-password>voggs</source-password>
        <relay-password>voggs</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>voggs</admin-password>
    </authentication>

    <hostname>localhost</hostname>
    <listen-socket>
        <port>1000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
          <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
</icecast>

Then, I'll need your IP.

Last edited by veggieman001 (2011-12-06 00:19:46)


Posts: 20000 - Show all posts

Offline

 

#129 2011-12-06 00:21:14

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

456bingo123 wrote:

Alright, I guess I port forwarded. Now is there a way to test it?

Open up the Icecast config and set it to this

Code:

<!-- This config file contains a minimal set of configurable parameters,
     and mostly just contains the things you need to change.  We created
     this for those who got scared away from the rather large and heavily
     commented icecast.xml.dist file. -->
<icecast>
    <limits>
        <clients>30</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <burst-on-connect>1</burst-on-connect>
        <burst-size>65535</burst-size>
    </limits>
    <authentication>
        <source-password>voggs</source-password>
        <relay-password>voggs</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>voggs</admin-password>
    </authentication>

    <hostname>localhost</hostname>
    <listen-socket>
        <port>1000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
          <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
</icecast>

Then, I'll need your IP.

It doesn't look like I have icecast. I thought I did. Do i just get it from icecast.org?


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#130 2011-12-06 00:21:51

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

456bingo123 wrote:

Alright, I guess I port forwarded. Now is there a way to test it?

Open up the Icecast config and set it to this

Code:

<!-- This config file contains a minimal set of configurable parameters,
     and mostly just contains the things you need to change.  We created
     this for those who got scared away from the rather large and heavily
     commented icecast.xml.dist file. -->
<icecast>
    <limits>
        <clients>30</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <burst-on-connect>1</burst-on-connect>
        <burst-size>65535</burst-size>
    </limits>
    <authentication>
        <source-password>voggs</source-password>
        <relay-password>voggs</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>voggs</admin-password>
    </authentication>

    <hostname>localhost</hostname>
    <listen-socket>
        <port>1000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
          <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
</icecast>

Then, I'll need your IP.

It doesn't look like I have icecast. I thought I did. Do i just get it from icecast.org?

Yup!


Posts: 20000 - Show all posts

Offline

 

#131 2011-12-06 00:22:57

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

456bingo123 wrote:

veggieman001 wrote:


Open up the Icecast config and set it to this

Code:

<!-- This config file contains a minimal set of configurable parameters,
     and mostly just contains the things you need to change.  We created
     this for those who got scared away from the rather large and heavily
     commented icecast.xml.dist file. -->
<icecast>
    <limits>
        <clients>30</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <burst-on-connect>1</burst-on-connect>
        <burst-size>65535</burst-size>
    </limits>
    <authentication>
        <source-password>voggs</source-password>
        <relay-password>voggs</relay-password>
        <admin-user>admin</admin-user>
        <admin-password>voggs</admin-password>
    </authentication>

    <hostname>localhost</hostname>
    <listen-socket>
        <port>1000</port>
    </listen-socket>
    <fileserve>1</fileserve>
    <paths>
        <logdir>./logs</logdir>
        <webroot>./web</webroot>
        <adminroot>./admin</adminroot>
        <alias source="/" dest="/status.xsl"/>
    </paths>
    <logging>
        <accesslog>access.log</accesslog>
        <errorlog>error.log</errorlog>
          <loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
    </logging>
</icecast>

Then, I'll need your IP.

It doesn't look like I have icecast. I thought I did. Do i just get it from icecast.org?

Yup!

How do you want to get my IP? Do you have skype? I just don't want a hacker to find it.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#132 2011-12-06 00:23:20

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

456bingo123 wrote:


It doesn't look like I have icecast. I thought I did. Do i just get it from icecast.org?

Yup!

How do you want to get my IP? Do you have skype? I just don't want a hacker to find it.

I don't have Skype. Do you have Hamachi?


Posts: 20000 - Show all posts

Offline

 

#133 2011-12-06 00:24:23

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

456bingo123 wrote:

veggieman001 wrote:

Yup!

How do you want to get my IP? Do you have skype? I just don't want a hacker to find it.

I don't have Skype. Do you have Hamachi?

Yeah, but when I try to connect, it gets an error.

Last edited by 456bingo123 (2011-12-06 00:25:01)


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#134 2011-12-06 00:25:46

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

456bingo123 wrote:


How do you want to get my IP? Do you have skype? I just don't want a hacker to find it.

I don't have Skype. Do you have Hamachi?

Yeah.

Group radioiscool with password whateven


Posts: 20000 - Show all posts

Offline

 

#135 2011-12-06 00:26:33

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

456bingo123 wrote:


How do you want to get my IP? Do you have skype? I just don't want a hacker to find it.

I don't have Skype. Do you have Hamachi?

Yeah, but when I try to connect, it gets an error.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#136 2011-12-06 00:28:33

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

K, thanks.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#137 2011-12-06 00:34:41

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Alright, could you please run the Icecast server?


Posts: 20000 - Show all posts

Offline

 

#138 2011-12-06 00:36:01

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

Alright, could you please run the Icecast server?

Sure. Also, this may not be the IP when we broadcast. I may want to run the server on my other computer.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#139 2011-12-06 00:37:07

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Okay. All the computers have the same external IP, though, but not internal.


Posts: 20000 - Show all posts

Offline

 

#140 2011-12-06 00:37:33

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

Okay. All the computers have the same external IP, though, but not internal.

Oh yeah. Is it working?


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#141 2011-12-06 00:38:20

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

Okay. All the computers have the same external IP, though, but not internal.

Oh yeah. Is it working?

No, it's not. Are you sure you have the Icecast configuration set up like how I said?


Posts: 20000 - Show all posts

Offline

 

#142 2011-12-06 00:39:05

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

456bingo123 wrote:

veggieman001 wrote:

Okay. All the computers have the same external IP, though, but not internal.

Oh yeah. Is it working?

No, it's not. Are you sure you have the Icecast configuration set up like how I said?

Yeah, but I'm sure I port forwarded wrong.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#143 2011-12-06 00:40:53

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

456bingo123 wrote:


Oh yeah. Is it working?

No, it's not. Are you sure you have the Icecast configuration set up like how I said?

Yeah, but I'm sure I port forwarded wrong.

Could you screenshot the port forward screen again?


Posts: 20000 - Show all posts

Offline

 

#144 2011-12-06 00:41:25

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

456bingo123 wrote:

veggieman001 wrote:


No, it's not. Are you sure you have the Icecast configuration set up like how I said?

Yeah, but I'm sure I port forwarded wrong.

Could you screenshot the port forward screen again?

Sure. Hold on.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#145 2011-12-06 00:46:56

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

http://img64.imageshack.us/img64/3645/blahgu.png


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#146 2011-12-06 00:50:10

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Ohhhhh
My config said 1000 and you forwarded 8000
Just choose one  tongue


Posts: 20000 - Show all posts

Offline

 

#147 2011-12-06 00:50:51

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

veggieman001 wrote:

Ohhhhh
My config said 1000 and you forwarded 8000
Just choose one  tongue

Ok, I'll just change the config to 8000.


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#148 2011-12-06 00:51:34

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

456bingo123 wrote:

veggieman001 wrote:

Ohhhhh
My config said 1000 and you forwarded 8000
Just choose one  tongue

Ok, I'll just change the config to 8000.

Alright. Will do, captain.


Posts: 20000 - Show all posts

Offline

 

#149 2011-12-06 00:52:31

456bingo123
Scratcher
Registered: 2010-10-30
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Ok, try it now. Oh, and I also have some music I played. Just look for the channel elfin8er on youtube. You can then use youtube-mp3.org to get the music out of the video.

Last edited by 456bingo123 (2011-12-06 00:52:55)


My username is now elfin8er! I will not be using this account any more!! ELF OS! (Community Collab)

Offline

 

#150 2011-12-06 00:55:23

veggieman001
Scratcher
Registered: 2010-02-20
Posts: 1000+

Re: SCRATCH FORUMS HOLIDAY RADIO

Okay the site appears to work. Let me try streaming.

Okay uh the password isn't working  hmm


Posts: 20000 - Show all posts

Offline

 

Board footer