Activity › Forums › Compression Techniques › Clicking ahead in video: Does it all still have to buffer?
-
Clicking ahead in video: Does it all still have to buffer?
Posted by Blake Porter on January 8, 2010 at 2:13 pmIf a viewer needs to jump ahead in video… Example: An flv. video starts, viewer jumps/drags to middle of video. Question: can the video just start buffering at that middle point? Or does all previous video still need to buffer?
Chris Blair replied 16 years, 4 months ago 3 Members · 4 Replies -
4 Replies
-
Daniel Low
January 8, 2010 at 2:31 pmIt depends on how it’s being served:
AFAIK
HTTP streaming will require that the whole video is downloaded
RTSP/RTMP streaming can play from the point the viewer decides without buffering the prior data.__________________________________________________________________
“There’s no chance that the iPhone is going to get any significant market share. No chance.”
Steve Ballmer To USA Today: 30 April 2007 -
Chris Blair
January 8, 2010 at 4:30 pmThere is also some coding that can be done using server side scripting (e.g. PHP, ASP, etc.), coupled with using specific types of HTTP servers that can allow HTTP streaming to emulate RTSP/RTMP streaming.
It’s not instantaneous when you seek, but it will only buffer what’s needed to being playing from the position you place the playhead. Meaning it does not have to download everything up to the point you place the playhead. So it’s a good compromise.
You need a Flash Player that supports this as well. Here’s some info about it:
https://www.longtailvideo.com/support/tutorials/HTTP-Video-Streaming
Chris Blair
Magnetic Image, Inc.
Evansville, IN
http://www.videomi.com -
Daniel Low
January 8, 2010 at 4:52 pmNice one, thanks for that Chris.
__________________________________________________________________
“There’s no chance that the iPhone is going to get any significant market share. No chance.”
Steve Ballmer To USA Today: 30 April 2007 -
Chris Blair
January 8, 2010 at 10:17 pmYou’re welcome. But I’ll warn you that setting it up and coding it isn’t for the meek or a novice.
Using this method is however well worth it if your videos are long-format and if video is a big part of your website…especially if you can’t affort true streaming.
Chris Blair
Magnetic Image, Inc.
Evansville, IN
http://www.videomi.com
Reply to this Discussion! Login or Sign Up