mark31
Posts: 5
Joined: Mon Nov 05, 2018 4:04 am

Chromium Browser and Amazon Music

Mon Feb 11, 2019 2:31 am

I have been using Chromium browser to play to Amazon music. Just recently Amazon music was sending messages that the version Chromium is out dated, and must be updated. Now Amazon fails to allow Chromium to play music at all. (same for Firefox). I am running Raspbian stretch on my Raspberry...

pi@raspberry2:~$ uname -a
Linux raspberry2 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
pi@raspberry2:~$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

The version of Chromium is 65.0.3325 which seems at the moment the newest release in the distribution...

So question is there a way to get a updated version of Chromium installed? That is not beta....

Does anyone no of another way to stream music from Amazon on a Raspberry that actual works?? I have had little luck with VLC of other music players. I am running custom command scripts that allows the Raspberry to act as a device controlled by LogiTech Harmony Hub...

Thank You

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Chromium Browser and Amazon Music

Mon Feb 11, 2019 6:31 am

mark31 wrote:
Mon Feb 11, 2019 2:31 am
I have been using Chromium browser to play to Amazon music. Just recently Amazon music was sending messages that the version Chromium is out dated, and must be updated. Now Amazon fails to allow Chromium to play music at all. (same for Firefox). I am running Raspbian stretch on my Raspberry...

pi@raspberry2:~$ uname -a
Linux raspberry2 4.14.79-v7+ #1159 SMP Sun Nov 4 17:50:20 GMT 2018 armv7l GNU/Linux
pi@raspberry2:~$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

The version of Chromium is 65.0.3325 which seems at the moment the newest release in the distribution...

So question is there a way to get a updated version of Chromium installed? That is not beta....

Does anyone no of another way to stream music from Amazon on a Raspberry that actual works?? I have had little luck with VLC of other music players. I am running custom command scripts that allows the Raspberry to act as a device controlled by LogiTech Harmony Hub...

Thank You

Vivaldi Browser ARM which is a fork of Chromium appears to be based of newer release:

https://vivaldi.com/download/
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

6by9
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 8930
Joined: Wed Dec 04, 2013 11:27 am
Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.

Re: Chromium Browser and Amazon Music

Mon Feb 11, 2019 8:13 am

A bump to Chromium 72 is in progress.
Life is slightly more complicated as we have our own patches on Chromium to support hardware accelerated video decode, and things keep moving within the code as to exactly how to implement such things.
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.

User avatar
Gavinmc42
Posts: 4526
Joined: Wed Aug 28, 2013 3:31 am

Re: Chromium Browser and Amazon Music

Mon Feb 11, 2019 8:27 am

Does 72 use libaom for AV1 decoding?
Dav1d is coming along quickly and might be easier to port for AV1 decoding.
I'm dancing on Rainbows.
Raspberries are not Apples or Oranges

6by9
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 8930
Joined: Wed Dec 04, 2013 11:27 am
Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.

Re: Chromium Browser and Amazon Music

Mon Feb 11, 2019 9:52 am

Gavinmc42 wrote:
Mon Feb 11, 2019 8:27 am
Does 72 use libaom for AV1 decoding?
Dav1d is coming along quickly and might be easier to port for AV1 decoding.
(Going off topic)
The default handler for video is FFmpeg, so if the version used supports it then it will. I couldn't say whether that is the case or not (AIUI it doesn't use the standard system ffmpeg for some reason, but builds its own).
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.

User avatar
Gavinmc42
Posts: 4526
Joined: Wed Aug 28, 2013 3:31 am

Re: Chromium Browser and Amazon Music

Mon Feb 11, 2019 11:08 am

The default handler for video is FFmpeg
Thanks, did not know that, still learning ;)
Now on FFmpeg page, "Support for AV1 in MP4 and Matroska/WebM", cool, AV1 parser is?

To answer my own question - April 2018 - "AV1 Support through libaom"
I should watch FFmpeg for any changes that may improve browser(and video) performance on Pi's?
Should be able to upgrade FFmpeg before Dav1D makes it into Browsers.
More learning :D
Not sure if this is what Eben meant when he started this trip, seniors learning Linux?

Amazon music is old tech MP3?
Or did they just change to something newer?
A change to Digital Rights Management? I cannot tell from this
https://music.amazon.com/FE/help?nodeId ... ntent-only

Maybe here, but it says version 65.0.3325.181
https://www.amazon.com/gp/help/customer ... =201483000

Sakaki has 65.0.3325.181 in this version which is Raspbian based.
https://www.raspberrypi.org/forums/view ... 7&start=25
I'm dancing on Rainbows.
Raspberries are not Apples or Oranges

User avatar
Gavinmc42
Posts: 4526
Joined: Wed Aug 28, 2013 3:31 am

Re: Chromium Browser and Amazon Music

Mon Feb 11, 2019 11:28 am

Just installed the 64bit Chromium it is 69.0.3497.92
I'm dancing on Rainbows.
Raspberries are not Apples or Oranges

mark31
Posts: 5
Joined: Mon Nov 05, 2018 4:04 am

Re: Chromium Browser and Amazon Music

Tue Feb 12, 2019 7:46 pm

Ok, I have been able to get Amazon Prime Music stations to work. I installed Vivaldi, but initial is did not work, but if you enter then command:


pi@raspberry2:~$ vivaldi-stable --help

You will receive a message concerning codecs and you need to execute the following command... (Sorry should have captured the exact message when I first executed the above command, because after the following command has been executed, "vivaldi-stable --help" no longer display the codec message)


pi@raspberry2:~ curl https://launchpadlibrarian.net/40150188 ... _armhf.deb | tail -c+1073 | tar xJ -C ~ --wildcards \*libffmpeg.so --xform 's,.*/,.local/lib/vivaldi/,'

I am stilling getting a message about Chrome/Chromium/Vivaldi is out data and needs to be upgrade, but Amazon Music Prime station still continues to play.

mark31
Posts: 5
Joined: Mon Nov 05, 2018 4:04 am

Re: Chromium Browser and Amazon Music

Tue Feb 19, 2019 6:32 pm

Well it took about week form Amazon Prime Music to stop supporting Vivaldi. I now get a message that Vivaldi is no longer support and I need to go to Chromium or firefox......

Andyroo

Re: Chromium Browser and Amazon Music

Tue Feb 19, 2019 7:15 pm

Maybe try sending a different user agent string and see if it works?

My guess is that it’s a security check rather than functionality but I could be wrong :lol:

This is going to be a big big problem in years to come as the ‘force upgrade’ need to keep virtual property increases... Me - I’m looking for a cheap stock of wax cylinders :lol:

1cheesepasty
Posts: 9
Joined: Tue Jan 22, 2019 8:07 am

Re: Chromium Browser and Amazon Music

Sun Mar 03, 2019 1:39 pm

I've hit exactly the same problem and as I use my Pi specifically as an Amazon Prime music server to connect to my hi-fi, it's a real headache. It was working perfectly until the recent Amazon update.

I've test a few of the kodi-like and dedicated audio server distros to see if they have any workarounds but nada. I guess it's back to a Bluetooth dongle on the hi-fi picking up Amazon Prime from my laptop :( .

bctf1
Posts: 25
Joined: Wed Nov 21, 2018 7:00 pm

Re: Chromium Browser and Amazon Music

Mon Apr 22, 2019 7:10 pm

I too am frustrated with not being able to play Amazon Music thru my 3B+. I am running the 4/9/19 release of Raspbian and have run updates. The Chromium version is 72.0.3626.121 and my Firefox ESR version is 52.9.0. Neither browser will open the Amazon Music site without a "browser not supported" error. I am having the same issue running Ubuntu Mate on another 3B+ as well. I don't have this problem with any other device (phone, computer or tablet) or browser (safari, chrome, edge, firefox) accessing this site.

Any ideas would be appreciated.

Andyroo

Re: Chromium Browser and Amazon Music

Mon Apr 22, 2019 7:45 pm

Did you try the user agent string as per my earlier post?

mark31
Posts: 5
Joined: Mon Nov 05, 2018 4:04 am

Re: Chromium Browser and Amazon Music

Mon Apr 22, 2019 9:07 pm

No, I have got side track on to other things (you know life happens). But I do wish give it a try....

bctf1
Posts: 25
Joined: Wed Nov 21, 2018 7:00 pm

Re: Chromium Browser and Amazon Music

Mon Apr 22, 2019 10:19 pm

Andyroo wrote:
Mon Apr 22, 2019 7:45 pm
Did you try the user agent string as per my earlier post?
Yes Andyroo, I tried different user agent setting options and none of them allowed Chromium to connect to Amazon Music without an error.

Andyroo

Re: Chromium Browser and Amazon Music

Mon Apr 22, 2019 10:26 pm

You could always try building the latest version in GITHUB using https://tutorials-raspberrypi.com/googl ... pberry-pi/ as a guide.

Looking at Github it’s up to V75

mark31
Posts: 5
Joined: Mon Nov 05, 2018 4:04 am

Re: Chromium Browser and Amazon Music

Fri Apr 26, 2019 12:30 pm

Finally tried tweaking the user agent on Chromium, no luck Amazon music still refused to play.

bctf1
Posts: 25
Joined: Wed Nov 21, 2018 7:00 pm

Re: Chromium Browser and Amazon Music

Sun Apr 28, 2019 3:46 pm

mark31 wrote:
Fri Apr 26, 2019 12:30 pm
Finally tried tweaking the user agent on Chromium, no luck Amazon music still refused to play.
I did the same with the same results.

1cheesepasty
Posts: 9
Joined: Tue Jan 22, 2019 8:07 am

Re: Chromium Browser and Amazon Music

Fri Jun 07, 2019 10:58 am

5 months on and I still can't get Amazon Music back on my Pi music server.

Project abandoned, Pi on eBay.

Gomoto
Posts: 126
Joined: Tue Feb 12, 2013 1:21 am

Re: Chromium Browser and Amazon Music

Thu Jul 04, 2019 2:41 pm

perhaps a plot by amazon to sell there own hardware :twisted: ;)

would also like to play amazon music on my pi

fruitoftheloom
Posts: 23337
Joined: Tue Mar 25, 2014 12:40 pm
Location: Delightful Dorset

Re: Chromium Browser and Amazon Music

Thu Jul 04, 2019 6:11 pm

Gomoto wrote:
Thu Jul 04, 2019 2:41 pm
perhaps a plot by amazon to sell there own hardware :twisted: ;)

would also like to play amazon music on my pi

Try Vivaldi and install Widevine DRM ??

https://help.vivaldi.com/article/raspberry-pi/
Rather than negativity think outside the box !
RPi 4B 4GB (SSD Boot)..
Asus ChromeBox 3 Celeron is my other computer...

Return to “General discussion”