Is it possible to fetch some key-frames of a video by using the HTTP Range header
问题 I've read the SO problem , and it seems not applying to my specific case. Is it possible to fetch some key-frames of a video from web server by the HTTP Range header? For example, for a 30 seconds duration video, we'd like to analysis the I-frame around 00:00:02, 00:00:15, 00:00:28. I need to analysis the videos from internal web server to detect if there's specific watermarks in it and some other analysis. Since the first I-frame might be invalid sometimes(Logo for example), we were planning