in reply to Re^9: Perl not playing video with vlc plugin
in thread Perl not playing video with vlc plugin
but still it is giving internal server errormy $content_length = $end - $begin; print "Content-Type: text/html \r\n"; print "Content-Type: application/x-vlc-plugin \r\n"; print "Cache-Control: public, must-revalidate, max-age=0 \r\n"; print "Pragma: no-cache \r\n" ; print "Accept-Ranges: bytes \r\n"; print "Content-Length: $content_length", "\r\n"; print "Content-Range: bytes $begin-$end/$size \r\n"; print "Content-Disposition: inline; filename=\"$name$ext\"\r\n"; print "Content-Transfer-Encoding: binary\r\n"; print "Connection: close\r\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Perl not playing video with vlc plugin
by Corion (Patriarch) on Dec 29, 2015 at 14:03 UTC | |
by awanti (Acolyte) on Dec 29, 2015 at 14:12 UTC | |
by Corion (Patriarch) on Dec 29, 2015 at 15:16 UTC | |
by awanti (Acolyte) on Dec 29, 2015 at 17:22 UTC | |
by marto (Cardinal) on Dec 29, 2015 at 18:11 UTC | |
|