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

I guess it is checking the HTTPRANGE...
  • Comment on Re^16: awanti Perl not playing video with vlc plugin

Replies are listed 'Best First'.
Re^17: awanti Perl not playing video with vlc plugin
by Anonymous Monk on Dec 30, 2015 at 17:17 UTC

    Pretty much,

    get the header using cgi and extract from that string the two numbers

    unfortunately the rest of the program doesn't make use of $end to return the only return the requested range :)