in reply to Re^17: Perl not playing video with vlc plugin
in thread Perl not playing video with vlc plugin

vlc player is crashing.. here is my file reading part
my $cur=$begin; seek($fh,$begin,0); while(!eof($fh) && $cur < $end) { my $buf=1024*16; read $fh, $buf, $end-$cur; $cur+=1024*16; print $buf; } close $fh; autoflush STDOUT 1;

Replies are listed 'Best First'.
Re^19: Perl not playing video with vlc plugin
by Anonymous Monk on Dec 29, 2015 at 18:50 UTC
      yeah html static page is working..i can play video there
        my access log it is writing like this
        127.0.0.1 - - [30/Dec/2015:00:47:11 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 10473029 "-" "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv: +43.0) Gecko/20100101 Firefox/43.0" 127.0.0.1 - - [30/Dec/2015:00:47:18 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 2834822 "-" "VLC/2.1.6 LibVLC/2.1.6" 127.0.0.1 - - [30/Dec/2015:00:47:19 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 205190 "-" "VLC/2.1.6 LibVLC/2.1.6" 127.0.0.1 - - [30/Dec/2015:00:47:19 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 5026727 "-" "VLC/2.1.6 LibVLC/2.1.6" 127.0.0.1 - - [30/Dec/2015:00:47:19 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 1958278 "-" "VLC/2.1.6 LibVLC/2.1.6" 127.0.0.1 - - [30/Dec/2015:00:47:19 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 9483705 "-" "VLC/2.1.6 LibVLC/2.1.6" 127.0.0.1 - - [30/Dec/2015:00:47:19 +0530] "GET /cgi-bin/download.cgi +HTTP/1.1" 200 3373480 "-" "VLC/2.1.6 LibVLC/2.1.6"