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