Embedded Player - Playing ripped DVD
Posted: 07 Aug 2012 17:49
Hello..
I'm creating a website which will be used for a fair. The PC has a touch-screen and will be used for display websites, play videos, etc. Everything is going to be stored locally, so using an embedded VLC player works best because of the different video formats, etc.
The DVD is one which was created internally by another department, so there isn't any protection, etc. It's been ripped so there's a video_ts folder with the .IFO and .VOB files within.
This doesn't play the DVD; I just get a blank VLC player screen. I can open this location in the stand-alone version of VLC.
Yet:
This plays the .MOV file without any issues.
Any ideas?
I'm creating a website which will be used for a fair. The PC has a touch-screen and will be used for display websites, play videos, etc. Everything is going to be stored locally, so using an embedded VLC player works best because of the different video formats, etc.
The DVD is one which was created internally by another department, so there isn't any protection, etc. It's been ripped so there's a video_ts folder with the .IFO and .VOB files within.
Code: Select all
<embed type='application/x-vlc-plugin' name='VLC' autoplay='yes' loop='yes' volume='100' width='800' height='600' target='./video/dvd/VIDEO_TS/VIDEO.VOB'>
Yet:
Code: Select all
<embed type='application/x-vlc-plugin' name='VLC' autoplay='yes' loop='yes' volume='100' width='800' height='600' target='./video/thehistoryof.mov'>
Any ideas?