in reply to playing video using vlc plugin
while(!eof(FILE) && $cur < $end) { my $buf=1024*16; read FILE, $buf, $end-$cur; $cur+=1024*16; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: playing video using vlc plugin
by Anonymous Monk on Jan 01, 2016 at 18:03 UTC |