PDA

View Full Version : streaming video


esthera
01-31-2005, 07:40 AM
If I have a video in mpg format -- What's involved in streaming it on the web?

_Aerospace_Eng_
01-31-2005, 07:44 AM
<embed src="yourvideo.mpg" width="xx" height="xx" autostart="true" hidden="false" controls="console"></embed>
that should work pending u have the video uploaded somewhere on the internet

esthera
01-31-2005, 07:48 AM
and this is all that has to be done???

_Aerospace_Eng_
01-31-2005, 08:41 AM
or u could try to adjust to the main media players out there, if that is the case then u may find this site helpful http://cit.ucsf.edu/embedmedia/step1.php its a generator that generates the code for certain media players although some object tags aren't supported in firefox which is y the embed would be the way to go

expertcoder
02-06-2005, 10:16 PM
you can try searching on yahoo on how to embedd videos on the web or visit webmonkey they have very nice tutorials.