Netflix, state of the art?
#78
(09-10-2020, 03:36 AM)3xC0MM Wrote:
Quote:Please do

Code:
sudo pacman -Rnsc chromium-docker

sudo pacman -S chromium-docker

First command will remove all the old chromium-docker content while second one will install it fresh.

Hope this will solve your issue.

Thank you, that was it!


Quote:UPDATE:
Added pulseaudio handling over network so paprefs becomes a dependency which will be installed but user will have to enable it
Open paprefs - sound server preference
and just enable as per the below pic.

You mention this in the post above, but the picture does not show. Can you please repost it?
BR
Also, if someone has enabled the firewall, they will have to allow TCP connections to port 4713 from docker subnet. For ufw it would be:
Code:
sudo ufw allow proto tcp to any port 4713 from `docker network inspect bridge --format='{{(index .IPAM.Config 0).Subnet}}'`
PS. I've changed the addrip variable in the chromium-armhf script to the docker gateway address. As long as docker0 interface is up, audio should work. Now the line looks like this:
Code:
addrip="$(docker network inspect bridge --format='{{(index .IPAM.Config 0).Gateway}}')"
PPS. To decode this image you need to copy everything between '[img]data:image/png;base64,' and '[/img]', paste it to text editor and save it, then use base64 command to decode.
Code:
base64 -d base64_encoded_png.txt > image.png
It shows PulseAudio Preferences window with Network Server tab opened, 'Enable network access to local sound devices' and 'Don't require authentication' options are checked.
PPPS. I've installed Manjaro on emmc a few days ago, Spikerguy's post about updating to Chromium 84 is month old but I've just checked Chromium version and it says it's 78 but the base is bionic. Do I have to switch branch to testing or unstable to get this update?
Here is proof:
Chromium-docker package details
About Chromium page
@spikerguy, Where is this updated Chromium? The installed version keeps complaining about upgrading to a newer version.
  Reply


Messages In This Thread
Netflix, state of the art? - by gleachkr - 04-17-2020, 11:27 AM
Netflix, state of the art? - by hthiemann - 04-18-2020, 01:48 AM
RE: Netflix, state of the art? - by PakoSt - 04-18-2020, 07:47 AM
RE: Netflix, state of the art? - by gleachkr - 04-18-2020, 10:11 AM
Netflix, state of the art? - by hthiemann - 04-19-2020, 01:14 PM
RE: Netflix, state of the art? - by PakoSt - 04-19-2020, 04:18 PM
RE: Netflix, state of the art? - by Eight Bit - 04-20-2020, 11:37 AM
RE: Netflix, state of the art? - by 8-bit - 04-19-2020, 05:42 PM
RE: Netflix, state of the art? - by PakoSt - 04-19-2020, 06:44 PM
RE: Netflix, state of the art? - by hthiemann - 04-20-2020, 12:41 PM
RE: Netflix, state of the art? - by spikerguy - 04-20-2020, 03:54 PM
RE: Netflix, state of the art? - by Luke - 04-20-2020, 03:57 PM
RE: Netflix, state of the art? - by PakoSt - 04-20-2020, 01:41 PM
RE: Netflix, state of the art? - by PakoSt - 04-20-2020, 05:59 PM
RE: Netflix, state of the art? - by appelgriebsch - 04-23-2020, 01:29 AM
RE: Netflix, state of the art? - by hthiemann - 04-21-2020, 12:56 AM
RE: Netflix, state of the art? - by Eight Bit - 04-22-2020, 07:47 AM
RE: Netflix, state of the art? - by hthiemann - 04-23-2020, 01:55 AM
RE: Netflix, state of the art? - by PakoSt - 04-23-2020, 06:10 AM
RE: Netflix, state of the art? - by appelgriebsch - 04-23-2020, 10:47 AM
RE: Netflix, state of the art? - by PakoSt - 04-23-2020, 05:56 PM
RE: Netflix, state of the art? - by PakoSt - 04-24-2020, 02:29 AM
RE: Netflix, state of the art? - by hthiemann - 04-24-2020, 07:17 AM
RE: Netflix, state of the art? - by PakoSt - 04-24-2020, 01:43 PM
RE: Netflix, state of the art? - by spikerguy - 04-24-2020, 03:26 PM
RE: Netflix, state of the art? - by hthiemann - 04-25-2020, 05:12 AM
RE: Netflix, state of the art? - by gleachkr - 04-25-2020, 12:58 PM
RE: Netflix, state of the art? - by PakoSt - 04-25-2020, 02:01 PM
RE: Netflix, state of the art? - by PakoSt - 04-26-2020, 04:13 AM
RE: Netflix, state of the art? - by spikerguy - 04-26-2020, 08:00 AM
RE: Netflix, state of the art? - by PakoSt - 04-26-2020, 03:18 PM
RE: Netflix, state of the art? - by gleachkr - 04-26-2020, 04:09 PM
RE: Netflix, state of the art? - by spikerguy - 04-27-2020, 12:02 PM
RE: Netflix, state of the art? - by gleachkr - 04-28-2020, 01:10 PM
RE: Netflix, state of the art? - by spikerguy - 04-30-2020, 07:05 AM
RE: Netflix, state of the art? - by spikerguy - 04-30-2020, 04:58 PM
RE: Netflix, state of the art? - by pfeerick - 05-01-2020, 03:02 AM
RE: Netflix, state of the art? - by whiskey - 05-02-2020, 12:29 PM
RE: Netflix, state of the art? - by kervel - 05-28-2020, 01:58 PM
RE: Netflix, state of the art? - by appelgriebsch - 07-16-2020, 01:26 AM
RE: Netflix, state of the art? - by mkdent - 07-17-2020, 10:26 PM
RE: Netflix, state of the art? - by appelgriebsch - 07-18-2020, 12:24 AM
RE: Netflix, state of the art? - by TonGruter - 07-28-2020, 02:27 PM
RE: Netflix, state of the art? - by spikerguy - 07-30-2020, 12:03 PM
RE: Netflix, state of the art? - by TheBackburner - 08-09-2020, 02:48 PM
RE: Netflix, state of the art? - by spikerguy - 08-14-2020, 06:28 AM
RE: Netflix, state of the art? - by appelgriebsch - 09-06-2020, 11:42 PM
RE: Netflix, state of the art? - by User 18041 - 09-09-2020, 08:44 AM
RE: Netflix, state of the art? - by spikerguy - 09-09-2020, 11:45 AM
RE: Netflix, state of the art? - by User 18041 - 09-10-2020, 03:36 AM
RE: Netflix, state of the art? - by wrzomar - 09-26-2020, 12:05 PM
RE: Netflix, state of the art? - by spikerguy - 10-11-2020, 04:04 AM
RE: Netflix, state of the art? - by PakoSt - 05-02-2020, 04:08 PM
RE: Netflix, state of the art? - by whiskey - 05-02-2020, 06:31 PM
RE: Netflix, state of the art? - by whiskey - 05-02-2020, 06:54 PM
RE: Netflix, state of the art? - by pfeerick - 05-03-2020, 06:17 AM
RE: Netflix, state of the art? - by whiskey - 05-03-2020, 08:02 AM
RE: Netflix, state of the art? - by Eight Bit - 05-03-2020, 09:28 AM
RE: Netflix, state of the art? - by spikerguy - 05-03-2020, 06:48 PM
RE: Netflix, state of the art? - by pfeerick - 05-04-2020, 06:39 AM
RE: Netflix, state of the art? - by spikerguy - 05-04-2020, 10:35 AM
RE: Netflix, state of the art? - by Eight Bit - 05-04-2020, 03:42 PM
RE: Netflix, state of the art? - by spikerguy - 05-06-2020, 02:19 AM
RE: Netflix, state of the art? - by Eight Bit - 05-07-2020, 03:48 AM
RE: Netflix, state of the art? - by spikerguy - 05-08-2020, 07:38 AM
RE: Netflix, state of the art? - by spikerguy - 05-20-2020, 10:25 PM
RE: Netflix, state of the art? - by Luke - 05-21-2020, 04:26 AM
RE: Netflix, state of the art? - by erchache2000 - 05-22-2020, 04:24 PM
RE: Netflix, state of the art? - by koparthur - 05-31-2020, 08:41 AM
RE: Netflix, state of the art? - by spikerguy - 05-31-2020, 02:12 PM
RE: Netflix, state of the art? - by koparthur - 05-31-2020, 03:55 PM
RE: Netflix, state of the art? - by spikerguy - 06-01-2020, 05:08 AM
RE: Netflix, state of the art? - by mkdent - 07-18-2020, 02:53 AM
RE: Netflix, state of the art? - by mkdent - 07-18-2020, 03:59 AM
RE: Netflix, state of the art? - by appelgriebsch - 07-18-2020, 04:37 AM
RE: Netflix, state of the art? - by mkdent - 07-18-2020, 07:40 AM
RE: Netflix, state of the art? - by wrzomar - 10-13-2020, 06:11 AM
RE: Netflix, state of the art? - by Mangled - 10-27-2020, 10:20 AM
RE: Netflix, state of the art? - by monty11ez - 11-25-2020, 05:28 PM
RE: Netflix, state of the art? - by wrzomar - 03-24-2021, 03:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Funny Conky like script to monitor your PBP state as400 1 3,192 08-19-2020, 12:57 PM
Last Post: xmixahlx
  Netflix on default Chromium/Debian MoonDog 8 9,907 01-28-2020, 04:58 AM
Last Post: simeon
  State of hibernate or hybrid-sleep? Arwen 5 7,249 11-21-2019, 07:51 AM
Last Post: tophneal

Forum Jump:


Users browsing this thread: 1 Guest(s)