Top "Buffering" questions

Buffering is a process of temporarily storing data while it is being moved from one place to another.

Android - How to tell when MediaPlayer is buffering

I've got to be missing something obvious here, but I can't seem to find anything to allow me to determine …

android media-player buffering
How to stream a media file using PHP?

I am trying to build an application in which i have to stream the media files (audio and video) to …

php file-io buffering
How can I check if my AVPlayer is buffering?

I want to detect if my AVPlayer is buffering for the current location, so that I can show a loader …

ios avplayer buffering
Buffered RandomAccessFile java

RandomAccessFile is quite slow for random access to a file. You often read about implementing a buffered layer over it, …

java file-io io buffering random-access
How to log make output without buffering from stdout and stderr

I am having a problem with logging to output from an automated build. The build is done with a Makefile …

logging makefile stderr buffering
Is triple buffering really a free performance boost?

So I've been reading a lot about openGL and gpus and graphics in general, and triple buffering is semi-frequently mentioned …

performance graphics buffering
Audio stream buffering

I need to play live audio stream, actually it is radio. The problem is that I also need to manage 20 …

android proxy stream media-player buffering
Buffering while converting stream to frames with ffmpeg

I am trying to convert udp stream into frames using ffmpeg. I run following command: ffmpeg -loglevel debug -strict 2 -re …

ffmpeg video-streaming latency buffering
Setting smaller buffer size for sys.stdin?

I'm running memcached with the following bash command pattern: memcached -vv 2>&1 | tee memkeywatch2010098.log 2>&1 | ~/bin/memtracer.…

python stdin buffering
PHP CLI: How to read a single character of input from the TTY (without waiting for the enter key)?

I want to read a single character at-a-time from the command line in PHP, however it seems as though there …

php stdin command-line-interface buffering tty