How to stream Quicktime, Windows Media, and Real Media.

Step by step and tutorials on services we offer.

Moderator: Mod

How to stream Quicktime, Windows Media, and Real Media.

Postby dwhs web hosting » Sat May 08, 2004 12:42 am

Hello,

As faster internet connections around world become more common so does streaming video. I actually streamed a entire turkish soccer game the other day. It seems the most popular streaming is embedded into a web-page like the quicktime example below but real media is the fastest and smallest compression available today. Keep in mind some will not even use real media since real media's player has spyware in it.

Maybe do both and mpeg's are good too :D

I am sure you will figure it out, as we get more methods for streaming in our hands we will post it here.

Good Luck,

James
Last edited by dwhs web hosting on Fri Jul 02, 2004 3:22 pm, edited 3 times in total.
dwhs web hosting
Site Admin
 
Posts: 841
Joined: Tue Nov 12, 2002 7:10 pm
Location: LA

Quicktime: How to stream quicktime .mov files

Postby dwhs web hosting » Mon May 24, 2004 11:28 am

With quicktime all you need to do is add this plug in to any wb page and set the movie name correctly in the code:

Code: Select all
<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="320" HEIGHT="256" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM NAME="src" VALUE="movie.mov">
<PARAM NAME="autoplay" VALUE="true">
<PARAM NAME="controller" VALUE="true">
<PARAM NAME="loop" VALUE="false">
<EMBED SRC="movie.mov" WIDTH=320 HEIGHT=256 AUTOPLAY=true CONTROLLER=true LOOP=false PLUGINSPAGE="http://www.apple.com/quicktime/">
</EMBED>
</OBJECT>


There are some variables like the width and hight and there may even be more options to this plug-in if you search around the web.
Last edited by dwhs web hosting on Mon May 24, 2004 11:36 am, edited 1 time in total.
dwhs web hosting
Site Admin
 
Posts: 841
Joined: Tue Nov 12, 2002 7:10 pm
Location: LA

Real Media: How to stream .rm audio and video files

Postby dwhs web hosting » Mon May 24, 2004 11:30 am

Here is a simple how to on streaming real audio or real video.

First you will need to create a real media file in note pad by following this example.

1. Open the program called notepad in your computer.

2. Type this into the notepad file:

http://www.your-main-domain.com/realmedia/tune.rm

Replace the parts needed to match your domain.

3. Then save and name this file tune.ram (tune is a example, you can use any name here)

4. Upload the notepad into the same folder as you real media file (tune.ram)

5. Create a link on your website somewhere to the tune.ram file.

The link could look something like:

http://www.your-main-domain.com/tune.ram

This will stream video and audio when done correctly.
Last edited by dwhs web hosting on Fri Jul 02, 2004 3:30 pm, edited 1 time in total.
dwhs web hosting
Site Admin
 
Posts: 841
Joined: Tue Nov 12, 2002 7:10 pm
Location: LA

Streaming Windows ans MP3 Media

Postby dwhs web hosting » Fri Jul 02, 2004 3:29 pm

Streaming Windows Media and Mps's is like streaming Real Media with a differant extensions on the text file.

Here is a simple how to on streaming windows and mps audio or windows video.

First you will need to create a media file in note pad by following this example.

1. Open the program called notepad in your computer.

2. Type this into the notepad file:

http://www.your-main-domain.com/media/tune.mps

Replace the parts needed to match your domain.

3. Then save and name this file tune.m3u (tune is a example, you can use any name here)

4. Upload the notepad into the same folder as you media file (tune.mp3)

5. Create a link on your website somewhere to the tune.m3u file.

The link could look something like:

http://www.your-main-domain.com/tune.m3u

This will stream video and audio when done correctly.
dwhs web hosting
Site Admin
 
Posts: 841
Joined: Tue Nov 12, 2002 7:10 pm
Location: LA

Streaming Windows media with a embedded video player

Postby dwhs web hosting » Wed May 04, 2005 7:06 pm

It's somewhat simple actually.

Just add this code into the body of the webpage:

Code: Select all
<embed style="FILTER: xray" name="DWHS Video Player" src="http://www.verocom.com/frosty.mpeg" type="application/x-mplayer2" width="320" height="265" ShowC.."1" ShowStatusBar="0" AutoSize="true" loop="true" EnableC.."0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed>


Then change the path to the where your video is.

"http://www.verocom.com/frosty.mpeg"

"replace-this-with-path-to-video"
dwhs web hosting
Site Admin
 
Posts: 841
Joined: Tue Nov 12, 2002 7:10 pm
Location: LA


Return to Web Hosting How To's

Who is online

Users browsing this forum: No registered users and 2 guests

cron