문제

is there any way I can show an ISO image (from a DVD movie I burned) on my local server. I want to watch my ISO images from my local server on any of my tablets and such.

Any ideas on the best way to proceed?

도움이 되었습니까?

해결책

Your tackling this wrong. Convert your dvd's to MP4 (if you want to use on most devices, xVid works better) then host them. ISO's aren't gonna do you much good.

다른 팁

I'm not sure what your objective is, but with HTTP ranges, and disabling gzip compression (both achievable through .htaccess files) you can make videos 'stream'. It's not really related to PHP, unless you want to have PHP to behave like an HTTP server...

You need a video playing application that can play partially downloaded files. This has nothing to do with PHP.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top