Reply
streaming video
Old 11-28-2005, 07:43 AM streaming video
purk's Avatar
Extreme Talker

Posts: 164
Name: James
Location: marbella & surrey
no kidding, how do i do this?

try searching for 'how to stream video from your site' on google and wait for aol, cnet, pbs and about 30 million other sites to not be of any help.

the file type will be either avi or wmv (man i hate media player) and will be about 30 minutes long - so a big file.

what's the best (most efficient) way to stream this?

thanks folks

;p
purk is offline
Reply With Quote
View Public Profile Visit purk's homepage!
 
When You Register, These Ads Go Away!
Old 11-30-2005, 02:44 PM
NuWeb.co.uk's Avatar
NuWeb.co.uk is OFFLINE

Posts: 361
This is the codeing that i use for NuWeb.co.uk...

Code:
<center>      <center><OBJECT id='mediaPlayer' width="320" height="240" 
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' 
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://www.nuweb.co.uk/games/files/4T5_devvoasowt3.wmv">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="true">
      <param name='showControls' value="true">
      <param name='loop' value="false">
        <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' 
        bgcolor='darkblue' showcontrols="true" showtracker='-1' 
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="240"
        src="http://www.nuweb.co.uk/games/files/4T5_devvoasowt3.wmv" autostart="true" designtimesp='5311' loop="false">
      </EMBED></OBJECT></center>
replace: http://www.nuweb.co.uk/games/files/4T5_devvoasowt3.wmv
with the url to your WMV

replace: height
with the height of the video

replace: width
with the height of the video
__________________
Zend PHP5 Certification Blog

NuWeb 10101101
NuWeb.co.uk is offline
Reply With Quote
View Public Profile Visit NuWeb.co.uk's homepage!
 
Old 11-30-2005, 03:58 PM
purk's Avatar
Extreme Talker

Posts: 164
Name: James
Location: marbella & surrey
NuWeb: fantastic, just what i needed.

many thanks
purk is offline
Reply With Quote
View Public Profile Visit purk's homepage!
 
Reply     « Reply to streaming video
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13665 seconds with 12 queries