On Sun, 10 Jun 2007 05:11:00 -0700, isikkaya wrote:
[Quoted Text] > I want to play a video which is only contains some frames range those I > before specified. For example: > > A video has 200 frames and I just want to play video between 35 frame and > 170 frame range. So, I dont want to serve this video completely 200 frames. I > just want stream video specified range frames, not all video frames. > > I dont want to seperate my video, according to frames (e.g. 1 to 35 frames a > video file,35 to 170 frames a video file and 170 to 200 frame a video file). > Cause of storage problem and the frame ranges are not static, the user decide > frame range. > > I googling streaming subject but I can not find playing video at specified > frame range. > > Which technology should I use? How can I solve this problem?
You should be able to do this with an embedded WMP control .. but ASF streams are time based not frame based. Time can be only be directly translated to frame in AVI like formats.
-- http://www.chrisnet.net/code.htm [MS MVP for DirectShow / MediaFoundation]
|