We moved this page to our Documentation Portal. You can find the latest updates here. |
Question:
How does OnApp CDN handle Pseudo Streaming Start Parameter?
Environment:
OnApp CDN
Answer:
Nginx handles MP4 and FLV pseudo streaming differently.
MP4 pseudo streaming's "start" is represented in seconds
http://example.com/something.mp4?start=12.34
(12.34 in seconds)
FLV pseudo streaming's "start" is represented in bytes
http://example.com/something.flv?start=1200
(1200 in bytes)
The first value for both is 0.
Please take note that MP4 pseudo streaming only works with media files with leading moov atom.