Re: SamyGO DVD ISO Tool
Posted: Wed Dec 23, 2009 11:18 pm
Hi all,
I just downloaded the mplayer sources, and had a go at compilation of them. No luck so far, lots of errors, think I'll have to strip it down to just dvd reading and decrypting first. I'm not aware of a simpler app that just reads, decrypts and dumps vobs. Might be helpful though, mplayer has become quite big over the years, and most of its functionality is not needed for this particular job.
Anyway, that's just the ripping. For the streaming, just a wild idea, couldn't it be possible to make a fifo with the right extension to fool exeDSP into believing its a compatible video file, and start streaming the (concatenated) vob to that fifo the minute exeDSP tries to open it?
Would require some daemon process to check whether files have been opened lately and to crank up mplayer if so, but I doubt whether such a process is fast enough.
Another possibility might be to inject DVD-specific code into exeDSP through the LD_PRELOAD environment pathway, has anyone looked further into that mechanism yet?
just brainstorming,
marcelr
I just downloaded the mplayer sources, and had a go at compilation of them. No luck so far, lots of errors, think I'll have to strip it down to just dvd reading and decrypting first. I'm not aware of a simpler app that just reads, decrypts and dumps vobs. Might be helpful though, mplayer has become quite big over the years, and most of its functionality is not needed for this particular job.
Anyway, that's just the ripping. For the streaming, just a wild idea, couldn't it be possible to make a fifo with the right extension to fool exeDSP into believing its a compatible video file, and start streaming the (concatenated) vob to that fifo the minute exeDSP tries to open it?
Would require some daemon process to check whether files have been opened lately and to crank up mplayer if so, but I doubt whether such a process is fast enough.
Another possibility might be to inject DVD-specific code into exeDSP through the LD_PRELOAD environment pathway, has anyone looked further into that mechanism yet?
just brainstorming,
marcelr