Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

firefox crash on playing youtube videos on arm64 #35

Closed
timnis opened this issue Jan 8, 2022 · 2 comments
Closed

firefox crash on playing youtube videos on arm64 #35

timnis opened this issue Jan 8, 2022 · 2 comments

Comments

@timnis
Copy link

timnis commented Jan 8, 2022

linuxserver.io


Expected Behavior

Able to watch videos from youtube with firefox

Current Behavior

When trying to watch video from youtube it crash firefox tabs.

I also upgraded packges inside webtop (with sudo apk upgrade) and also tested with firefox (removed esr version first), but same issue.

Then I tested with linuxserver/libreoffice container and installed firefox to that and it worked. No firefox crash on youtube videos. So problem is not an host or docker service.

Steps to Reproduce

  1. start firefox, goto youtube and try to watch video

Environment

OS: Oracle Linux Server 7.9
CPU architecture: arm64
How docker service was installed:
sudo yum install docker-engine

Command used to create docker container (run/create/compose/screenshot)

sudo docker create
--name=webtop
-e TZ=Europe/London # Your local timezone
-e PUID=1000 # Application user ID
-e PGID=1000 # Application group ID
-v /host/path/to/var/run/docker.sock:/var/run/docker.sock # Docker Socket on the system, if you want to use Docker in the container
-v /host/path/to/config:/config # Application home directory
-p 3000:3000/tcp # Web Desktop GUI
--restart unless-stopped
linuxserver/webtop

@project-bot project-bot bot added this to To do in Issue & PR Tracker Jan 8, 2022
@github-actions
Copy link

github-actions bot commented Jan 8, 2022

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

@thelamer
Copy link
Member

--shm-size= | We set this to 1 gig to prevent modern web browsers from crashing check out the readme

Issue & PR Tracker automation moved this from To do to Done Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants