Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Comments on Browser video sometimes stops working; how can I figure out why?

Post

Browser video sometimes stops working; how can I figure out why?

+2
−0

I leave my Mac (Mini, not laptop) running all the time, only rebooting when something forces me to (like a software update). My uptimes are usually measured in weeks, sometimes months.

Occasionally, browser-based streaming video (Youtube, Google Hangouts) will stop working, in all browsers, though everything else is fine. I can't correlate it to anything. This has happened under my current OS (12.2.1, Monterey), most recently last night, but it also happened under 11.6 (Big Sur) and 10.12 (Sierra -- that one was on different hardware).

When this happens it affects all browsers. It happened today and I checked Chrome, Firefox, Safari, and Brave (all up to date except Safari) -- same behavior. Rebooting fixes the problem.

I've already rebooted after today's problem (needed the video), but for next time this happens: what diagnostics might I be able to perform? Or is this a known problem with a known solution?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

2 comment threads

It might also be worth having a look into the browser console (on Firefox `shift+cmd+J`) in case some... (2 comments)
Tried starting the browser from a terminal window? (3 comments)
Tried starting the browser from a terminal window?
Canina‭ wrote almost 2 years ago · edited almost 2 years ago

Sometimes graphical programs will emit diagnostic information to wherever they were started from. If you're starting the browser through the GUI, this will usually be invisible, but if you start it from a terminal, you'll be able to see it. I don't have access to a Mac, but it shouldn't be much more involved than opening a terminal window and running a command firefox or something like that.

samcarter‭ wrote almost 2 years ago

Firefox can be started form terminal with /Applications/Firefox.app/Contents/MacOS/firefox

Monica Cellio‭ wrote almost 2 years ago

Thanks to both of you! After just firefox didn't work I was trying to figure out how to find it and how PATH works on MacOS.