Top "Seek" questions

Seeking is the act of moving around a file or file-like object.

How to flush gstreamer pipeline

Case Reading from a file continuously and feeding to appsrc element. Source - appsrc I have a GStreamer pipeline in …

flush seek gstreamer-0.10
How to seek() then pause() with JWPlayer 5.4

Does anyone know how to get JW PLayer v5.4 (either the Flash rendering or the HTML5 rendering) to pause after …

jwplayer seek
How to get the current open file line in python?

Suppose you open a file, and do an seek() somewhere in the file, how do you know the current file …

python file seek line-count
ffmpeg av_seek_frame with AVSEEK_FLAG_ANY causes grey screen

Problem: omxplayer's source code calls the ffmpeg av_seek_frame() method using the AVSEEK_FLAG_BACKWARD flag. Although not 100% sure, …

ffmpeg media-player seek
C++ Seek a std::string::iterator to given position

Is it possible to seek a std::string::iterator safely to a given position? std::string::iterator has a offset …

c++ string iterator seek
Python: rewinding one line in file when iterating with f.next()

Python's f.tell doesn't work as I expected when you iterate over a file with f.next(): >>> …

python next seek
How do I do random access reads from (large) files using node.js?

Am I missing something or does node.js's standard file I/O module lack analogs of the usual file random …

node.js seek random-access
Python seek on remote file using HTTP

How do I seek to a particular position on a remote (HTTP) file so I can download only that part? …

python http seek