Jump to content

streaming

Whether you're a seasoned veteran or a struggling beginner, Web Radiance is the web development and web design forum for you. You'll find answers to all your HTML, CSS, SEO, and Programming needs. Pull up a chair and stay awhile.

Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

streaming Rate Topic: -----

#1 User is offline   sho88 

  • W.R. Corporal
  • Group: Members
  • Posts: 79
  • Joined: 03-August 06
  • Interests:Web Design and Athletics!

Posted 01 November 2008 - 05:03 PM

Basically, there's a minister at a church down in Kent who wants a website
done with online streaming.
Now, I know how to embed a video on a webpage, but how do i embed
a streaming video and what kind of web programming language would i
need for this?

thanks
sho
0

#2 User is offline   Karl Buckland 

  • A.K.A. Sirkent
  • Group: Administrators
  • Posts: 2,145
  • Joined: 04-April 06
  • Gender:Male
  • Location:Kent, UK

Posted 01 November 2008 - 06:06 PM

Flash video, Quicktime and WMV formats should stream automatically...
QUOTE(benbramz @ Aug 17 2007, 07:44 AM) Ive noticed that quite a few people are now adding quotes from the board into their signature. I think its started an new web-radiance craze.. :P
0

#3 User is offline   sho88 

  • W.R. Corporal
  • Group: Members
  • Posts: 79
  • Joined: 03-August 06
  • Interests:Web Design and Athletics!

Posted 01 November 2008 - 06:59 PM

Yeah, I know, but the thing is, how would I get it to stream LIVE on the internet....?

The preacher will be preaching live at church, and it'll be broadcasted on his website, so
people all over the world would be able to watch it....

how would that work? what would I need to be able to initialize that?
0

#4 User is offline   dream party 

  • W.R. Private
  • Group: Members
  • Posts: 19
  • Joined: 20-August 08
  • Gender:Female
  • Location:USA

Posted 26 December 2008 - 04:44 AM

View Postsho88, on Nov 1 2008, 05:03 PM, said:

Basically, there's a minister at a church down in Kent who wants a website
done with online streaming.
Now, I know how to embed a video on a webpage, but how do i embed
a streaming video and what kind of web programming language would i
need for this?

thanks
sho


As you must have seen, flash is a good thing, for it enables more than 90% of all Internet userss can see your videos. As I know, flash video (.flv) is popular on Internet nowadays. Notable users of the Flash Video format include YouTube, Google Video, Yahoo!. But .flv cannot be embedded directly to web page. To add your flash video to your website, you need to create a flash video player (actually a .swf file), and includes the .flv in the flash video player. Now the .swf file can be embedded directly to web page. Also remember to upload all these flash files to your host's web server.

Here is the HTML code to embed .swf file to a web page, hope it helps:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"  width="432" height="330" title="game">
	  <param name="movie" value="/flash/game.swf" />
	  <param name="quality" value="high" />
	  <embed src="/flash/game.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="432"  height="330"></embed>
	</object>


p.s. "/flash" is the folder where you store flash files.
0

#5 User is offline   adamblan 

  • W.R. Private
  • Group: Members
  • Posts: 32
  • Joined: 01-August 08
  • Gender:Male
  • Location:Lake Tahoe, CA/NV

Posted 27 December 2008 - 03:58 PM

try setting the streaming param

<param name="isStreaming" value="true" />

0

#6 User is offline   marcamos 

  • W.R. General
  • Group: Administrators
  • Posts: 2,849
  • Joined: 04-April 06
  • Gender:Male
  • Location:Massachusetts - USA

Posted 28 December 2008 - 03:23 PM

You might also need to look into the hardware needs to pull this off: camera, video capture card, software to make said video public to the internet (to this point, the computer itself might need to open a port and allow incoming traffic), etc.
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • This topic is locked

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users