|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
stream mp3
i have an mp3 file that is on my server, is there anyway that i can stream that to a user?
|
|
#2
|
|||
|
|||
|
Message Moved
Thread moved from 'PHP Coding' to 'Client Side Things' by tkarkkainen.
Reason: Not so obvious, but this is client side. |
|
#3
|
|||
|
|||
|
RE: stream mp3
Theres a application called shoutcast that is excellent for this kind of thing, and a great titorial for it here:
http://hotwired.lycos.com/webmonkey/00/45/index3a_page7.html?tw=multimedia |
|
#4
|
|||
|
|||
|
RE: stream mp3
even easier (but giving you less control):
http://www.developingwebs.net/html/mp3.php just provide the user with a .m3u file to download, and have the .m3u point to your mp3. i think they can still download the file directly though. all they need to do is look at the url in the .m3u file. |
|
#5
|
|||
|
|||
|
RE: stream mp3
|
|
#6
|
|||
|
|||
|
RE: stream mp3
well, that will read the file into a buffer, but you still have to stream it.....
|
|
#7
|
|||
|
|||
|
RE: stream mp3
would that php code up there allready strem the file, or how could you do it that the client can't see the url of the file itself and won't be able to download it?
|
|
#8
|
||||
|
||||
|
RE: RE: stream mp3
Quote:
The client (application, in this case the browser) has to see the URL. So the user will have an access to the URL information through the browser cache. |
|
#9
|
|||
|
|||
|
RE: stream mp3
yes ok, but now say wanted to let it stream for madiaplayer or realplayer , shoutcast and so on. There the client can't see the url, like all these web radio station or like that shoutcast plugin where you can do your own radio via shoutcast.
now could you do that in some web edition? |
|
#10
|
|||
|
|||
|
RE: stream mp3
You're always gonna be able to reference a URL, its where the stream comes from.It denotes what buffer file the stream is being pulled from.
|
|
#11
|
|||
|
|||
|
RE: stream mp3
and how do radio stations and things like that do it then? you must be able to do it the same way
|
|
#12
|
|||
|
|||
|
RE: stream mp3
they use a url reference too....Any kind of streming audio can be played back if you know the address....Thats exactly how its done.
|
|
#13
|
|||
|
|||
|
RE: stream mp3
ok
|
|
#14
|
|||
|
|||
|
RE: stream mp3
You can always protect files with passwords ...
|
|
#15
|
|||
|
|||
|
RE: stream mp3
but then you couldn'T stream them anymore if they had a password, or could you?
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > stream mp3 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|