disc:0 versus disc:1 depends which drives contain discs
Posted: Tue Sep 14, 2010 6:53 pm
I have a dvd drive at /dev/sr0 and a bluray/dvd drive at dev/sr1. I figured that if I'm always streaming blurays then I would always use "disc:1" with makemkvcon. But that only works when there is a disc in the /dev/sr0 device. If there is no disc in /dev/sr0 but there is a bluray disc in /dev/sr1 and I try to "makemkvcon stream disc:1" then I get a segfault. Here is the debug log:
So if there is no disc in /dev/sr0 then I have to use "disc:0" to read the disc from /dev/sr1. But if there is a disc in /dev/sr0 then I have to use "disc:1" to read the disc from /dev/sr1.
I think it would be easier for GNU/Linux users if there was a fixed relationship between makemkvcon's disc:$N and the /dev/sr$N devices. I've seen in another thread that it is unlikely this will happen anytime soon. It's certainly more of an annoyance than a show-stopper but it is an annoyance.
Code: Select all
Debug log started at Tue Sep 14 18:36:20 2010 , written by MakeMKV v1.5.8 linux(x64-release)
Using 524544KB for read cache.
001005:0000 MakeMKV v1.5.8 linux(x64-release) started
001004:0000 Debug logging enabled, log will be saved as /home/jbowlin/MakeMKV_log.txt
001003:0020 DEBUG: Code 0 at ={DN#c^S5134#z2N;qsM:213130122
001003:0020 DEBUG: Code 0 at ={DN#c^S5134#z2N;qsM:213130122
005010:0000 Failed to open disc
I think it would be easier for GNU/Linux users if there was a fixed relationship between makemkvcon's disc:$N and the /dev/sr$N devices. I've seen in another thread that it is unlikely this will happen anytime soon. It's certainly more of an annoyance than a show-stopper but it is an annoyance.