Changes between Version 1 and Version 2 of VirtualVideoClipUrlRewrite
- Timestamp:
- 05/30/09 18:31:07 (1 year ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VirtualVideoClipUrlRewrite
v1 v2 7 7 == Virtual Video Clips == 8 8 9 We have a full length video available at the following URL 'http://www.example/com/video.mp4'. A preview can be provided by adding the ' vbegin' and 'vend' parameters, say for example we want to use 30 seconds of preview starting at the 15th second. We then have the following URL 'http://www.example.com/video.mp4?start=15&end=45'.9 We have a full length video available at the following URL 'http://www.example/com/video.mp4'. A preview can be provided by adding the 'start' and 'end' parameters, say for example we want to use 30 seconds of preview starting at the 15th second. We then have the following URL 'http://www.example.com/video.mp4?start=15&end=45'. 10 10 11 11 This will work fine when using wget / curl, unfortunately a lot of Flash players don't behave correctly as they don't allow video URLS with query parameters in them. They just blindly append '?start=xyz' to the URL making it invalid.
