-
Notifications
You must be signed in to change notification settings - Fork 54
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
Chat only mode (new feature suggestion) #90
Comments
With some jQuery, you can remove the player tag if you don't want it and add it back when needed. You will need to setup video.js with Javascript though. |
@zkent I've implemented Though, I'm not sure why CPU usage would be so high, as we're only allowing the HTML5 player now. |
@martindale It doesn't seem to help much if at all. There are times when I have been running my computer for a while that I can't even run s.io b/c it basically maxes out my CPU. Rebooting helps reduce it to 20% CPU or so. |
Try |
It seems like this thread might profit from being renamed, as this issue is more about resource usage, than “chat only” since |
I agree. I can't even run the site on my currently PC anymore if I am On Thu, Feb 5, 2015 at 9:59 AM, Izaak Beekman [email protected]
Zachary Kent |
Let's figure out how to tackle the CPU use problem; the API exists for anyone to develop a chat-only mode, but it won't be a priority for me for a while. Feel free to submit a pull request that enables it, though! I've opened #137 to handle issues / proposals for solving the CPU issue. |
Often I want to keep chat open and turn off music or play something different. But muting and hiding video don't save any system resources (CPU over 50% on my old system). It would be nice if there were a chat only mode where no video or audio is involved.
The text was updated successfully, but these errors were encountered: