Replies: 7 comments 8 replies
-
I have the same issue. The docker compose file is essentially the same as the OP's. On the host I have dan@dppr:~/handbrake$ ls -la /dev/sr0
brw-rw---- 1 root cdrom 11, 0 16. Dez 15:34 /dev/sr0
dan@dppr:~/handbrake$ lsscsi | grep dvd
[1:0:0:0] cd/dvd PIONEER DVD-RW DVRTD11RS 1.01 /dev/sr0 In the container I see: ...:/tmp# ls -la /dev/sr0
brw-rw---- 1 root grp24 11, 0 Dec 16 20:35 /dev/sr0
...:/tmp# lsscsi | grep dvd
[1:0:0:0] cd/dvd PIONEER DVD-RW DVRTD11RS 1.01 /dev/sr0
...:/tmp# groups app
app grp24 grp44 Any idea what else to try to access the DVD drive from Handbrake? |
Beta Was this translation helpful? Give feedback.
-
It does not make a lot of sense, but adding
In the environment: section got it working for me. |
Beta Was this translation helpful? Give feedback.
-
Your missing a device that you need to make available to the container.
run
you should get a result like this
you need to keep /dev/sr0 and add /dev/sgX (or whatever the corresponding sg to your optical drive.) |
Beta Was this translation helpful? Give feedback.
-
I also reproduced the problem where HandBrake is not showing optical drive's device. Something changed in HandBrake that broke this functionality. |
Beta Was this translation helpful? Give feedback.
-
Not sure whether this is the cause or a symptom or whether this is obvious to y'all, but this is what I found out digging around: The last version to reliably show the If you select the If you select "All files" (sic!) there, Starting with So AFAICT the issue is that Openbox (?) does not show any file types that are not proper files or folders (i.e. devices, sockets, pipes, etc.). Would it be possible to bring them back there, @jlesage? All of the above only requires As an aside: Mounting the DVD drive via the Docker compose file ( |
Beta Was this translation helpful? Give feedback.
-
+1 Just wanted to say, that totally agree to @dpprdan observations. Interestingly in the "Open Dir" dialog it is schown in the |
Beta Was this translation helpful? Give feedback.
-
This issue is now fixed with the latest image. |
Beta Was this translation helpful? Give feedback.
-
My docker compose file is as follows:
From the logs, /dev/sr0 is recognized. The problem is when I navigate to /dev/ I only see folder and I don't see the sr0 or dvd drvice. I confirmed they are physically there by entering the container.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions