desimela
Dec 7 2004, 12:12 AM
| | Hey Hows everyone I have a question that i m tryin to figure out....Is it possible {Does anyone know how to do it} to make a website with a Radio kinda thing on it...and tht u will controll tht radio from ur pc..so like..u can say anythin on ur headphone n stuff...or can anyone make a program where pplz will download tht software/program n u will have the controll over it so when u say anythin from ur computer..the voice will be heard from tht program...well i think it is possible buh i m not sure how to do it...i m not a good programmer so if anyone knws how to make such a script of program..or if there is already one avliable then let me knw..n to make u programmers thinkk....think of VOICE CHAT programs and stuff...in those programs...u can have voice chat wid alot of pplz..buh i wana have something where ONLY my pc's voice will be heard...n no one else will have the power to say anythin unless i give them the tool...so i can have A ONLINE RADIO where i can have news n stuff online.... |
Reply
icedragn
Dec 7 2004, 01:12 AM
yes making your own online radio is so very easy, as long as you have enough bandwidth to allow multiple users. First, you will need: 1 - Winamp (will not work currently with Winamp 3) 2 - Shoutcast Server http://www.shoutcast.com/download/license.phtml3 - Shoutcast DSP Winamp Plugin http://www.shoutcast.com/downloads/shoutca...-2b-windows.exe4 - Install the dsp plugin and enable it within winamp http://www.shoutcast.com/download/broadcas...tml#pluginstall5 - Setup the server http://www.shoutcast.com/download/serve.phtml#scinstallHope all that helps you out and with that you should be broadcasting in no time. **EDIT, As for your question about a mic and speaking into it, yes, that is also possible but i have never done that so just check around the shoutcast website maybe it will tell you there.
Reply
desimela
Dec 7 2004, 01:35 AM
just 1 or 2 questions....well i m not really a GREAT WEBDESIGNER..just started this..n i m 15 so dont really have a knowledge abt this so 1: Do i need PHP ASP or anythin like tht for this 2: Can i host it in this free hosting..like do i have enough bandwitch here? And i think i will need a bit more help wid this so if u dont mind can i add u in msn n can u guide me thorough this
Reply
icedragn
Dec 7 2004, 02:01 AM
QUOTE(zubair @ Dec 7 2004, 01:35 AM) just 1 or 2 questions....well i m not really a GREAT WEBDESIGNER..just started this..n i m 15 so dont really have a knowledge abt this so 1: Do i need PHP ASP or anythin like tht for this 2: Can i host it in this free hosting..like do i have enough bandwitch here? And i think i will need a bit more help wid this so if u dont mind can i add u in msn n can u guide me thorough this You dont need to do any webdesign, the server is on your computer and you just place a link to your stream. say i had a radio up, i use the free domain http://icedragn.kicks-ass.net and it forwards to my computers ip address, now the radio itself will have its own port number such as, ":8000" or whatever you set it as, and if they go to http://icedragn.kicks-ass.net:8000/ then they will be brought to the radios menu showing what is playing and giving them the option to listen in if they choose. As for bandwidth, at the lowest settings you will need a steady upstream of 24Kbits/sec, thats 3Kilobytes/second upload, so if your on dial-up then you wont beable to host your own radio because you just wont have enough bandwidth. You do not need PHP, ASP, or anything, its all pre-made.
Reply
desimela
Dec 7 2004, 03:02 AM
oh thts great....well let me try it...n can i add u on msn if i need some like instant help...etc...and one last question....so if it forwords to my ip..then i have to keep my computer own 24 hours?
Reply
icedragn
Dec 7 2004, 05:40 AM
QUOTE(zubair @ Dec 7 2004, 03:02 AM) oh thts great....well let me try it...n can i add u on msn if i need some like instant help...etc...and one last question....so if it forwords to my ip..then i have to keep my computer own 24 hours? Only when you want to broadcast, and if you want to broacast 24/7 then yes you ave to always leave it on.
Reply
Becca
Dec 7 2004, 05:57 AM
I swear TWO other posts like this have already gone out....just go and read OTHER posts and stop making new threads about the same things. Oh and dude no affence just because your 15 does not mean thats the reason for you not knowing things...I mean im 13..that don't mean Im thick....[doesnt mean im clever and all]
Reply
desimela
Dec 7 2004, 01:45 PM
lol wooww are u really 13 lol....well ok i didnt knew tht these posts were already made..didnt mean to swamp and thx ice for ur help
Reply
cragllo
Dec 9 2004, 05:19 PM
I have a radio station... http://sponkindustries.co.uk/radio/Im looking for DJ's too
Reply
icedragn
Dec 9 2004, 09:41 PM
QUOTE(desimela @ Dec 7 2004, 01:45 PM) lol wooww are u really 13 lol....well ok i didnt knew tht these posts were already made..didnt mean to swamp and thx ice for ur help Anytime, just pm me too if you like with any questions.
Reply
Similar Topics
Keywords : online, radio
- Html Code Tester. Online Script
(15)
Very Simple Online Now Script
This is a very simple online now script. (3) Hi all, Its Aldo. anyways, I wont be using the method of pagination, i will just tell you how to
make a basic online now script. When someone logs in, now take into consideration that the name of
the username input is username ( First ,create a table in your database saying online now and add 2
fields to it. id and username CODE id type=integer(INT) , auto increment, length =255
and username = VARCHAR length=the limit a username should be in your site now from there we take
off : CODE <?php //logged.php //authentication script //connection scri....
The Artists Tutorials :mysql Basic Commands
The Artists is an online programming unit and gfx designing clan. (0) Let's Talk about basic mysql commands used in php. I will now show you a list of the most common
MySQL FUNCTIONS : QUOTE mysql_connect(MySQL server name,username,password) - opens a connection
to a MySQL server. mysql_select_db(database name,connection id) - selects a database residing on
the MySQL server. The database name parameter referes to an active database on the MySQL server that
was opened with the mysql_connect function. The connection identifier is a reference to the current
MySQL connection. mysql_query(sql query) - sends a query to the currently ac....
Beginner's Php Tutorial Online At My Site
(12) Hey everyone, over the last week I've been writing a PHP tutorial aimed at absolute beginners
who have never even seen the syntax of PHP before let alone wrote a PHP script! The tutorial
assumes you have a basic knowledge of HTML (for the tutorial you will need to write a couple of
hyper links and forms, nothing complex!) and an internet browser. It tells you about where to
find the other software needed (apache/XAMPP and a script.text editor) and how to check if it is
working. The tutorial is basic and focuses on the use of the ECHO, INCLUDE/REQUIRE and I....
Php Online Test
(8) Is there any online PHP / Mysql testing place? I would like to test my PHP knowledge but I have not
found any online ( free ofcourse). ....
Add The Online Proxy To Your Site.
script:phproxy (0) it developed by whiteFyre that contained only 5 files: index.php phproxy.class.php javascript.js
url_forum.inc style.css the demo is on http://hbu.com.ru/proxy/ the script is under gpl.you
just can edit every file of this 5. and made your own style of online proxy. enjoy it. PS:If the
member that find your isp is something wrong or block some Ip,just tried this. guangdian....
Users Online Script In Php
how do i get one? (7) I've been seeing a whole bunch of sites that have a Statistics corner, and in there, there are
things that says "Users Online:", "Page Loads:", "Unique Hits:", and "IP:". Well, I was wondering,
where do these users get one of these nifty things? I know that PHPNuke offers one, but most of the
sites that I go to do not use PHPNuke. Any reply is appreciated. /smile.gif' border='0'
style='vertical-align:middle' alt='smile.gif' /> ....
I.p. Ping Online Or Offline
(4) Does anyone know of a script that will tell people if an IP is online or offline? Like it will ping
it like every fifteen minutes or so and will display an online or offline image accordingly. Or at
least it supports images, text is fine I guess, but I'd rather it use images. Any help on this
will be appreciated! Thanks!....
Online Exam
Plz Help me (3) Hi every one i want to know where can i find php Lan ( online Exam ) i want to make online exam for
my student but i dont know what is good Cms for that ? i need :: 1 - admin area 2 - student ID and
password 3 - logs i need cms i want students login with id and passwords and answers my question
and then i told them whats numer and show them true answer but free do you know where can i find
this kind of php cms i havenot time to write php code /blink.gif' border='0'
style='vertical-align:middle' alt='blink.gif' /> thx any way....
Visitors Online
With PHP (no MySQL is needed) (9) Another script, which shows the visitors onlineat the moment in your site. This script was not made
by me, I just think it will be very usefull to u. CODE <? $timeout = 15; // change
it. It is the timer which will delete the member of online list (in minutes) if
(!$datei) $datei = dirname(__FILE__)."/online.txt"; $time
= @time(); $ip = $REMOTE_ADDR; $string =
"$ip|$time\n"; $a = fopen("online.txt", "a+");
fputs($a, $s....
Looking for online, radio
|
|
Searching Video's for online, radio
|
advertisement
|
|