travelin cat

msg:3775139 | 4:59 pm on Oct 28, 2008 (gmt 0) |
Mike, Welcome to Webmaster World! FYI, there are no stupid questions here. ;) You may wish to consider an ISP that specializes in streaming video, not so much for the quality, but for the bandwidth usage issue. With or without a a video plug-in, the quality will be in how the video was shot and optimized, not in the host. That being said, some hosts may curtail your bandwidth by ratcheting down the amount allocated to you thus causing your video to either load slowly or not look as you may want it to.
|
thecoalman

msg:3775178 | 5:53 pm on Oct 28, 2008 (gmt 0) |
You don't need a streaming host. If it's not a streaming server the video file is treated as any other file and downloaded, the playback is handled by the player client side. When the user loads the player then clicks play the player will begin to download the file, once enough of the file has been downloaded for smooth playback (buffered) it will start to play the file from the start. The benefit of having a streaming host is the user can FF though the video without having to download parts in between.
|
Mike_Evans

msg:3775361 | 9:56 pm on Oct 28, 2008 (gmt 0) |
Any other pros/cons re: a "streaming host"? Also, any suggestions for a good, reliable streaming host that doesn't cost thousands per month?
|
lavazza

msg:3775586 | 8:30 am on Oct 29, 2008 (gmt 0) |
Maybe I'm overly concerned with validation, but my recommendation concerns the SYNTAX of embedding YouTube vids... the <embed> tag and 'un-escaped' ampersands that YouTube 'suggest' fail :( The following (using a Webmasterworld vid) is valid (in HTML 4 strict) :)
<p> <object type="application/x-shockwave-flash" data="http://www.youtube.com/v/i6YO4yS4RHk&hl=en&fs=1" width="425" height="344" id="VideoPlayback"> <param name="movie" value="http://www.youtube.com/v/i6YO4yS4RHk&hl=en&fs=1"> <param name="allowScriptAcess" value="sameDomain"> <param name="quality" value="best"> <param name="bgcolor" value="#ffffff"> <param name="scale" value="noScale"> <param name="salign" value="TL"> <param name="FlashVars" value="playerMode=embedded"> </object> </p>
|
Mike_Evans

msg:3775781 | 2:16 pm on Oct 29, 2008 (gmt 0) |
Thanks for the input on YouTube validation. I wasn't aware of that. Has anybody had any experience with Viddler? I would be interested to know anyone's thoughts (if that's a permissible question here--as I said, I a newbie--so I don't know if mentioning specific hosts is allowed. Thanks to those who have responded. I really appreciate it. Mike
|
RossWal

msg:3782617 | 5:00 pm on Nov 8, 2008 (gmt 0) |
To piggyback on what coalman says, video length is a big part of the equation around whether to use true streaming. Also, IIRC, streaming technologies can include a dynamic throttling component that varies the quality (bandwidth) of the stream based on the performance of the connection between server and client. Another thing to be aware of is content distribution networks. It doesn't sound like you're a candidate, but it's worth knowing about. I have about 400 2-3 minute segments hosted on a basic Windows VPS account and they perform quite well. Migrating from swf to flv improved things alot.
|
BradleyT

msg:3801212 | 9:19 pm on Dec 5, 2008 (gmt 0) |
If you want to have the video viewable on your site then you're going to need to install a player on your server; something like JW FLV Player.
|
|