<? $stream = fopen("./tmp.flv","rb"); fseek($stream,filesize("./tmp.vlf")/2); echo fread($stream, filesize("./tmp.flv")/2); ?>