I was testing version 3.2.3 and pseudo streaming plug-in for byte range seeking. We have IIS 7.0 which supports byte range requests.
But, after setting up an example as described here HTTP streaming with byte-range requests, I was unable to seek.
After monitoring HTTP terrific, I don't see any extra header for byte-range request when I click on timeline.
'Demo 1' example has same behavior. It seems seek is only working using module installed on server by passing start parameter e.g. /vod/demo.flowplayer/Extremists.flv?start=6205081 in query string.
Isn't this supposed to work by sending a byte-range request like Range: bytes=25600-26850 or I'm missing something?
-- Thanks
But, after setting up an example as described here HTTP streaming with byte-range requests, I was unable to seek.
After monitoring HTTP terrific, I don't see any extra header for byte-range request when I click on timeline.
'Demo 1' example has same behavior. It seems seek is only working using module installed on server by passing start parameter e.g. /vod/demo.flowplayer/Extremists.flv?start=6205081 in query string.
Isn't this supposed to work by sending a byte-range request like Range: bytes=25600-26850 or I'm missing something?
-- Thanks