LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   new problem -- Amazon Prime videos (https://www.linuxquestions.org/questions/linux-newbie-8/new-problem-amazon-prime-videos-4175539492/)

JeremyBoden 04-13-2015 12:43 PM

There are a number of different formats available for DVD.

For example, Video DVD, storing data files such as pictures on DVD, and the one you want, a data image using the ISO extension.
I use DVD RW disks so that I can reuse the same DVD many times.

I would suggest the KDE program, k3b for burning CD's and DVD's.
It works on GNOME desktops (such as Mint) even though it expects a KDE environment.
So installation may drag in a lot of extra packages.

If you still have problems,
a) Check the download is correct,
b) Burn your DVD at half speed.

loshakova 04-13-2015 02:53 PM

@JeremyBoden: The mystery continues. I burned a new live disk at the slowest burn speed, and verified the m5sum. However, my computer won't boot from this one either. I've checked to make sure that the CD drive is the first boot option, and it is. I've tried rebooting, hitting F12, and choosing the CD drive that way, but that doesn't work either. Just out of curiosity, I then burned a data disk at the highest speed. The computer is recognizing that one just fine, and all the files look perfect. Is it possible that I'm still having a disk drive problem? (And, should I start a new thread for that? I realize this is different from the still-unsolved issue that I started with.) I haven't been able to find diagnostics that are CD drive-specific -- when I search, I get a lot of results relating to hard drives.

joe_2000 04-13-2015 03:09 PM

You can test the cd by mounting it and checking the md5 sums.

The commands should be something like this (UNTESTED)

Code:

sudo mkdir -p /mnt/cd
sudo mount /dev/cdrom # might also be /dev/cdrom0 or something else, take a look at the /dev directory
cd /mnt/cd
md5sum -c MD5SUMS

Check if it says ok for all files.

Again I would recommend using a usb stick if you have doubts on your dvd drive as said in my previous post.

joe_2000 04-13-2015 03:15 PM

If my previous post leaves you with open questions you can take a look at this howto on md5sum checking

loshakova 04-13-2015 06:09 PM

Thanks, everyone. I don't have a thumb drive at home, but I am going to get one this week and try it that way. I will post an update when I do.

loshakova 04-15-2015 10:45 PM

Okay, I was able to get a thumb drive today, burn a copy of the Maya ISO to it, and boot my computer to it. I tried viewing an Amazon Prime video, and got the same problem -- lowest-quality download speed with Flash Player. I then burned a copy of the current version of Mint over Maya, booted to that, and installed Pipelight. After a couple of hours of dinking around, Pipelight is now working beautifully on Mint 17, showing crips high-definition video. Sadly, I can't get it to work on Maya no matter what I try, so it looks like an OS upgrade maybe in my future.

joe_2000 04-16-2015 02:20 AM

Quote:

Originally Posted by loshakova (Post 5348119)
Okay, I was able to get a thumb drive today, burn a copy of the Maya ISO to it, and boot my computer to it. I tried viewing an Amazon Prime video, and got the same problem -- lowest-quality download speed with Flash Player. I then burned a copy of the current version of Mint over Maya, booted to that, and installed Pipelight. After a couple of hours of dinking around, Pipelight is now working beautifully on Mint 17, showing crips high-definition video. Sadly, I can't get it to work on Maya no matter what I try, so it looks like an OS upgrade maybe in my future.

Congrats. Now at least you have a way out :-)

JeremyBoden 04-16-2015 04:12 AM

The wonders of DRM. :banghead:


All times are GMT -5. The time now is 03:35 PM.