gmarty / DVD.js

Playing DVD in JavaScript for the sake of interoperability

Home Page:http://gmarty.github.io/jsconf-2014-talk-play-dvd-in-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playing DVD's on the fly

Tenpi opened this issue · comments

commented

Hello, thanks for this project. I am interested in using this in an electron app so that it can be able to play DVD's.

The biggest problem, however, is that encoding all of the videos takes an extremely long time. I am wondering if it is possible to play the DVD's on the fly somehow.

One possible idea is to encode the videos in the FLV format so that they can be played while they are encoding. Additionally, instead of encoding all of the videos in the DVD at once, it could only encode the video that the user selects.

It would also be nice if you can specify a separate folder for the dvd and web files (for example, the user can select to open the DVD but the web files will be created somewhere else). There usually isn't any additional space on the DVD drive and copying all the files over to a new directory also takes awhile.

Let me know if any of these suggestions will be possible to implement.