projects:streamgames:browser_comparison
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| projects:streamgames:browser_comparison [2019/05/22 23:15] – Christian Paul | projects:streamgames:browser_comparison [2024/10/29 13:20] (current) – removed Christian Paul | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Browser Comparison ====== | ||
| - | ==== Goals ==== | ||
| - | * Fast calculation (Little to no visible frame drop) | ||
| - | * Not visible (Runs fullscreen without notifications) | ||
| - | * No memory leak / crashes (Runs 6 hours without restarting) | ||
| - | ===== Firefox ===== | ||
| - | ==== Run command ==== | ||
| - | <code bash> | ||
| - | firefox -foreground --display=DISPLAY http:// | ||
| - | </ | ||
| - | |||
| - | Fullscreen achievable with an extension or | ||
| - | <code bash> | ||
| - | firefox & | ||
| - | sleep 5 | ||
| - | xdotool key F11 # hit full screen | ||
| - | </ | ||
| - | |||
| - | ===== Chrome ===== | ||
| - | ==== Run command ==== | ||
| - | <code bash> | ||
| - | mkdir newProfile | ||
| - | chrome --user-data-dir=newProfile --kiosk http:// | ||
| - | </ | ||
| - | |||
| - | * [[http:// | ||
projects/streamgames/browser_comparison.1558559749.txt.gz · Last modified: by Christian Paul
