VLC cannot play a non-UDF mastered DVD
up vote
0
down vote
favorite
The VLC player cannot play a DVD disk on my computer. Whenever I click the menu "Media > Open disk..." from the player or "Play with VLC media player" from the context menu, the error prompt "Cannot play a non-UDF mastered DVD" is shown as below:
I tried KMPlayer and it had no problem of playing. I have installed libdvdcss-1.4.2.tar.bz2
and libdvdnav-6.0.0.tar.bz2
as per the instruction of this article via the Ubuntu shell on Windows 10 by entering these commands:
./configure
make
make install
but I'm not sure if the libs got installed correctly because the same error recurred after restarting VLC. I tried to Google the problem as well as searching the forum and here on this site and didn't find any related discussion. I don't want to convert the DVD to formats other than an ISO image because I want to preserve the DVD control while viewing the videos in it. I did make an ISO image out of the DVD disk with ImgBurn, and it's the same problem with the image when played with VLC.
vlc-media-player dvd
add a comment |
up vote
0
down vote
favorite
The VLC player cannot play a DVD disk on my computer. Whenever I click the menu "Media > Open disk..." from the player or "Play with VLC media player" from the context menu, the error prompt "Cannot play a non-UDF mastered DVD" is shown as below:
I tried KMPlayer and it had no problem of playing. I have installed libdvdcss-1.4.2.tar.bz2
and libdvdnav-6.0.0.tar.bz2
as per the instruction of this article via the Ubuntu shell on Windows 10 by entering these commands:
./configure
make
make install
but I'm not sure if the libs got installed correctly because the same error recurred after restarting VLC. I tried to Google the problem as well as searching the forum and here on this site and didn't find any related discussion. I don't want to convert the DVD to formats other than an ISO image because I want to preserve the DVD control while viewing the videos in it. I did make an ISO image out of the DVD disk with ImgBurn, and it's the same problem with the image when played with VLC.
vlc-media-player dvd
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The VLC player cannot play a DVD disk on my computer. Whenever I click the menu "Media > Open disk..." from the player or "Play with VLC media player" from the context menu, the error prompt "Cannot play a non-UDF mastered DVD" is shown as below:
I tried KMPlayer and it had no problem of playing. I have installed libdvdcss-1.4.2.tar.bz2
and libdvdnav-6.0.0.tar.bz2
as per the instruction of this article via the Ubuntu shell on Windows 10 by entering these commands:
./configure
make
make install
but I'm not sure if the libs got installed correctly because the same error recurred after restarting VLC. I tried to Google the problem as well as searching the forum and here on this site and didn't find any related discussion. I don't want to convert the DVD to formats other than an ISO image because I want to preserve the DVD control while viewing the videos in it. I did make an ISO image out of the DVD disk with ImgBurn, and it's the same problem with the image when played with VLC.
vlc-media-player dvd
The VLC player cannot play a DVD disk on my computer. Whenever I click the menu "Media > Open disk..." from the player or "Play with VLC media player" from the context menu, the error prompt "Cannot play a non-UDF mastered DVD" is shown as below:
I tried KMPlayer and it had no problem of playing. I have installed libdvdcss-1.4.2.tar.bz2
and libdvdnav-6.0.0.tar.bz2
as per the instruction of this article via the Ubuntu shell on Windows 10 by entering these commands:
./configure
make
make install
but I'm not sure if the libs got installed correctly because the same error recurred after restarting VLC. I tried to Google the problem as well as searching the forum and here on this site and didn't find any related discussion. I don't want to convert the DVD to formats other than an ISO image because I want to preserve the DVD control while viewing the videos in it. I did make an ISO image out of the DVD disk with ImgBurn, and it's the same problem with the image when played with VLC.
vlc-media-player dvd
vlc-media-player dvd
asked Oct 17 at 15:09
Ivan Huang
2618
2618
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
up vote
1
down vote
The standard disc format that preceded UDF is called
ISO-9660,
which is probably the recording format of your disc.
Unfortunately, it seems like VLC cannot do it.
In the videolan wiki What can VLC do?,
I found this comment :
The kinds of Compact Disc formats supported are CDRWIN's BIN/CUE format, cdrdao's TOC format, and a limited set of Nero (NRG) formats.
(libcdio also supports ISO-9660 image reading, but at present there is no VLC access plugin which uses it. DVD's images follow the UDF format and there is some UDF support in libcdio. It is possible that will get added in the future; volunteers are most welcome.)
You are then obliged to use another player that supports that old format.
add a comment |
up vote
-2
down vote
I faced the same problem with VLC 3.
As a Fedora user, I managed to view my video with "videos" software, a basic player installed by default on Fedora core.
Hope this helps
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
The standard disc format that preceded UDF is called
ISO-9660,
which is probably the recording format of your disc.
Unfortunately, it seems like VLC cannot do it.
In the videolan wiki What can VLC do?,
I found this comment :
The kinds of Compact Disc formats supported are CDRWIN's BIN/CUE format, cdrdao's TOC format, and a limited set of Nero (NRG) formats.
(libcdio also supports ISO-9660 image reading, but at present there is no VLC access plugin which uses it. DVD's images follow the UDF format and there is some UDF support in libcdio. It is possible that will get added in the future; volunteers are most welcome.)
You are then obliged to use another player that supports that old format.
add a comment |
up vote
1
down vote
The standard disc format that preceded UDF is called
ISO-9660,
which is probably the recording format of your disc.
Unfortunately, it seems like VLC cannot do it.
In the videolan wiki What can VLC do?,
I found this comment :
The kinds of Compact Disc formats supported are CDRWIN's BIN/CUE format, cdrdao's TOC format, and a limited set of Nero (NRG) formats.
(libcdio also supports ISO-9660 image reading, but at present there is no VLC access plugin which uses it. DVD's images follow the UDF format and there is some UDF support in libcdio. It is possible that will get added in the future; volunteers are most welcome.)
You are then obliged to use another player that supports that old format.
add a comment |
up vote
1
down vote
up vote
1
down vote
The standard disc format that preceded UDF is called
ISO-9660,
which is probably the recording format of your disc.
Unfortunately, it seems like VLC cannot do it.
In the videolan wiki What can VLC do?,
I found this comment :
The kinds of Compact Disc formats supported are CDRWIN's BIN/CUE format, cdrdao's TOC format, and a limited set of Nero (NRG) formats.
(libcdio also supports ISO-9660 image reading, but at present there is no VLC access plugin which uses it. DVD's images follow the UDF format and there is some UDF support in libcdio. It is possible that will get added in the future; volunteers are most welcome.)
You are then obliged to use another player that supports that old format.
The standard disc format that preceded UDF is called
ISO-9660,
which is probably the recording format of your disc.
Unfortunately, it seems like VLC cannot do it.
In the videolan wiki What can VLC do?,
I found this comment :
The kinds of Compact Disc formats supported are CDRWIN's BIN/CUE format, cdrdao's TOC format, and a limited set of Nero (NRG) formats.
(libcdio also supports ISO-9660 image reading, but at present there is no VLC access plugin which uses it. DVD's images follow the UDF format and there is some UDF support in libcdio. It is possible that will get added in the future; volunteers are most welcome.)
You are then obliged to use another player that supports that old format.
answered Oct 17 at 17:23
harrymc
250k11258556
250k11258556
add a comment |
add a comment |
up vote
-2
down vote
I faced the same problem with VLC 3.
As a Fedora user, I managed to view my video with "videos" software, a basic player installed by default on Fedora core.
Hope this helps
add a comment |
up vote
-2
down vote
I faced the same problem with VLC 3.
As a Fedora user, I managed to view my video with "videos" software, a basic player installed by default on Fedora core.
Hope this helps
add a comment |
up vote
-2
down vote
up vote
-2
down vote
I faced the same problem with VLC 3.
As a Fedora user, I managed to view my video with "videos" software, a basic player installed by default on Fedora core.
Hope this helps
I faced the same problem with VLC 3.
As a Fedora user, I managed to view my video with "videos" software, a basic player installed by default on Fedora core.
Hope this helps
edited Dec 1 at 15:36
Sathya♦
52.5k29153252
52.5k29153252
answered Dec 1 at 14:49
Thomas B
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1367633%2fvlc-cannot-play-a-non-udf-mastered-dvd%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown