|
|
| Author |
Message |
Nahualli
RealPoor Master of Posts

Joined: 11 Oct 2002 Posts: 8461
|
Posted: 09/23/03 - 09:01 Post subject: question about streaming media
|
|
|
I am re-introducing myself to web technologies, not having dealt with them for several years. One question I have is how do I set it up so that MP3s and video can stream from my website as opposed to having to download it? Not sure if it will increase my bandwidth any more but I would still like to know how to.
The provider I have is a do-it-yourself host. They provide no support on content. They sell you the space and guarantee the uptime and that's about it, it's actually pretty cool because they allow anything to run on your webspace provided you do it yourself.
-Nah-
|
|
|
Back to top
|
|
|
|
 |
Banzai
Guest
|
Posted: 09/23/03 - 09:58 Post subject:
|
|
|
Depends on what you are looking to do with the streaming tech.
You looking to boradcast per-recorded sessions or stream in realtime?
I do streaming for movies I make by exporting the video file into a quicktime movie (which streams by the way but it way to large for hosting and effecant downlaod) I then take that quicktime and run it thru a free application from RealMedia called Helix. It is free and will take a 200mb file and compress it to a 10 meg file with decent quality and ready to stream.
I then take that 10 meg file and host it where ever, like to the player and call it a day.
|
|
|
Back to top
|
|
|
|
 |
Nahualli
RealPoor Master of Posts

Joined: 11 Oct 2002 Posts: 8461
|
Posted: 09/23/03 - 10:00 Post subject:
|
|
|
ok wow that went over my head.
I guess "streaming" was the wrong word.
I just want people to click an MP3 link and it will spawn their player and start playing it. Do I have to install some kind of server-side app for this?
-Nah-
|
|
|
Back to top
|
|
|
|
 |
Banzai
Guest
|
Posted: 09/23/03 - 12:02 Post subject:
|
|
|
huh, anytime I have a media link directly to a source file the player pops up automatically for me...
/shrug
That has more with your file associaitions than it does "streaming". You will still have to download the file though unles you run the mp3 thru the aforementioned helix program. Then you can stream it in a traditional sense and save some bandwidth in the process.
|
|
|
Back to top
|
|
|
|
 |
Frashii
Sir Postalot

Joined: 11 Oct 2002 Posts: 1329
Location: Anchorage, AK
|
Posted: 09/23/03 - 12:32 Post subject:
|
|
|
Your ISP needs to add
AddType audio/mpeg mp3 MP3
AddType audio/playlist m3u M3U
To their httpd.conf file.
|
|
|
Back to top
|
|
|
|
 |
Occulis
RealPoor Jedi

Joined: 11 Oct 2002 Posts: 13293
Location: Moral Relativity Central
|
Posted: 09/23/03 - 13:09 Post subject:
|
|
|
|
HA HA FRASHII IS OPENING AN SSH-1 EXPLOIT IN YOUR HOLE.
|
|
|
Back to top
|
|
|
|
 |
Kenamin
Total Newbie

Joined: 11 Oct 2002 Posts: 26
|
|
|
Back to top
|
|
|
|
 |
|
|