Ubuntu 12.04 Can't Play DVDs with Libdvdcss installed“VLC could not read the file” error when trying to play DVDsDVDs won't play under Ubuntu 12.04I can't open DVDs in VLC whenever I suspend my system, why?Unable to play DVD moviesRegion 1 DVD won't play - all region 2 dvds play finePlaying DVD's Ubuntu 14.04 LTS Trusty TahrHow to play DVD with Ubuntu 14.04?Unable to play commercial DVD in Lenovo E555 with Ubuntu 16.04Can't play DVD in linuxCan't play DVDs through either VLC, Videos, or Kaffeine
How do I deal with an unproductive colleague in a small company?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
Are there any examples of a variable being normally distributed that is *not* due to the Central Limit Theorem?
Different meanings of こわい
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
Should I tell management that I intend to leave due to bad software development practices?
Do UK voters know if their MP will be the Speaker of the House?
Is there a hemisphere-neutral way of specifying a season?
What exploit are these user agents trying to use?
What method can I use to design a dungeon difficult enough that the PCs can't make it through without killing them?
Am I breaking OOP practice with this architecture?
How badly should I try to prevent a user from XSSing themselves?
How can saying a song's name be a copyright violation?
Avoiding the "not like other girls" trope?
Is it possible to create a QR code using text?
Why doesn't using multiple commands with a || or && conditional work?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Bullying boss launched a smear campaign and made me unemployable
iPad being using in wall mount battery swollen
Is it logically or scientifically possible to artificially send energy to the body?
How much of data wrangling is a data scientist's job?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
Gatling : Performance testing tool
What about the virus in 12 Monkeys?
Ubuntu 12.04 Can't Play DVDs with Libdvdcss installed
“VLC could not read the file” error when trying to play DVDsDVDs won't play under Ubuntu 12.04I can't open DVDs in VLC whenever I suspend my system, why?Unable to play DVD moviesRegion 1 DVD won't play - all region 2 dvds play finePlaying DVD's Ubuntu 14.04 LTS Trusty TahrHow to play DVD with Ubuntu 14.04?Unable to play commercial DVD in Lenovo E555 with Ubuntu 16.04Can't play DVD in linuxCan't play DVDs through either VLC, Videos, or Kaffeine
I've installed VLC, libdvdread4, libdvdcss, Medibuntu and Ubuntu restricted extras AND ran this line of code...
sudo /usr/share/doc/libdvdread4/install-css.sh
...on my Ubuntu 12.04 but whenever I start a DVD, whether it be with or without DVD menus the VLC player does not play. When I run it without a DVD menu, I'm returned with this...
Playback failure:
DVDRead could not read -1/4 blocks at 0x01.
If I attempt to change the region set using regionset
to 1 then I am returned with this...
ERROR: Region code could not be set!
I've tried running the DVD on Gnome MPlayer to no avail. Help me fix this.
12.04 vlc dvd multimedia media
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I've installed VLC, libdvdread4, libdvdcss, Medibuntu and Ubuntu restricted extras AND ran this line of code...
sudo /usr/share/doc/libdvdread4/install-css.sh
...on my Ubuntu 12.04 but whenever I start a DVD, whether it be with or without DVD menus the VLC player does not play. When I run it without a DVD menu, I'm returned with this...
Playback failure:
DVDRead could not read -1/4 blocks at 0x01.
If I attempt to change the region set using regionset
to 1 then I am returned with this...
ERROR: Region code could not be set!
I've tried running the DVD on Gnome MPlayer to no avail. Help me fix this.
12.04 vlc dvd multimedia media
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I've installed VLC, libdvdread4, libdvdcss, Medibuntu and Ubuntu restricted extras AND ran this line of code...
sudo /usr/share/doc/libdvdread4/install-css.sh
...on my Ubuntu 12.04 but whenever I start a DVD, whether it be with or without DVD menus the VLC player does not play. When I run it without a DVD menu, I'm returned with this...
Playback failure:
DVDRead could not read -1/4 blocks at 0x01.
If I attempt to change the region set using regionset
to 1 then I am returned with this...
ERROR: Region code could not be set!
I've tried running the DVD on Gnome MPlayer to no avail. Help me fix this.
12.04 vlc dvd multimedia media
I've installed VLC, libdvdread4, libdvdcss, Medibuntu and Ubuntu restricted extras AND ran this line of code...
sudo /usr/share/doc/libdvdread4/install-css.sh
...on my Ubuntu 12.04 but whenever I start a DVD, whether it be with or without DVD menus the VLC player does not play. When I run it without a DVD menu, I'm returned with this...
Playback failure:
DVDRead could not read -1/4 blocks at 0x01.
If I attempt to change the region set using regionset
to 1 then I am returned with this...
ERROR: Region code could not be set!
I've tried running the DVD on Gnome MPlayer to no avail. Help me fix this.
12.04 vlc dvd multimedia media
12.04 vlc dvd multimedia media
edited Feb 1 '13 at 6:54
jason328
asked Feb 1 '13 at 6:47
jason328jason328
3225917
3225917
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 13 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Have you tried installing win32codecs? i had the same problem on 13.04, but now i solved it. Try this...
$ sudo apt-get install win32codecs
for 32 bit systems, or maybe...
$ sudo apt-get install win64codecs
for 64 bit
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2faskubuntu.com%2fquestions%2f250128%2fubuntu-12-04-cant-play-dvds-with-libdvdcss-installed%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Have you tried installing win32codecs? i had the same problem on 13.04, but now i solved it. Try this...
$ sudo apt-get install win32codecs
for 32 bit systems, or maybe...
$ sudo apt-get install win64codecs
for 64 bit
add a comment |
Have you tried installing win32codecs? i had the same problem on 13.04, but now i solved it. Try this...
$ sudo apt-get install win32codecs
for 32 bit systems, or maybe...
$ sudo apt-get install win64codecs
for 64 bit
add a comment |
Have you tried installing win32codecs? i had the same problem on 13.04, but now i solved it. Try this...
$ sudo apt-get install win32codecs
for 32 bit systems, or maybe...
$ sudo apt-get install win64codecs
for 64 bit
Have you tried installing win32codecs? i had the same problem on 13.04, but now i solved it. Try this...
$ sudo apt-get install win32codecs
for 32 bit systems, or maybe...
$ sudo apt-get install win64codecs
for 64 bit
answered May 27 '13 at 23:41
Tez BaylissTez Bayliss
40117
40117
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f250128%2fubuntu-12-04-cant-play-dvds-with-libdvdcss-installed%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