-
## Description
Going to View > Dedicated Window pops an empty window:
![image](https://github.com/tiny-pilot/tinypilot/assets/7783288/161ec720-93d6-409a-ac8a-03e7bd4dfa1a)
## Repro steps
1…
-
* The Streaming Mode in the menu is fake
in launch shell always use H264 streaming
```
USTREAMER_ARGS+=('--h264-sink' 'tinypilot::ustreamer::h264')
USTREAMER_ARGS+=('--h264-sink-mode' '')
USTR…
-
When increasing the viewport size vertically, the height of the remote screen grows, but it performs weird jumps. While growing, it doesn’t keep a consistent margin to the status bar at the bottom.
…
-
## Description
On a stock, fresh bullseye, getting an installation error with the quick install.
```
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSIO…
-
Related https://github.com/tiny-pilot/tinypilot-pro/issues/972
Most of our Ansible variables create more complexity than they're worth, so we want to replace them with hardcoded strings.
There a…
-
Related https://github.com/tiny-pilot/tinypilot/issues/1353
Blocked on https://github.com/tiny-pilot/tinypilot/issues/1427
Migrate [this uStreamer Ansible task](https://github.com/tiny-pilot/ansib…
-
Blocked on #1576
(this bug may become obsolete depending on the outcome of the above investigation)
One of the steps of the Ansible uStreamer role is to make sure `cma=128` is in `/boot/cmdline.txt`…
-
We originally wrote all uStreamer parameters for configuring the video settings into the [now-retired `quick-install` script](https://github.com/tiny-pilot/tinypilot/blob/32da01875dcedc64b533e023bf286…
-
The CPU throttle line is currently inconsistent with most other lines in the TinyPilot logs.
We should clean it up to be more user-friendly and consistent with our other lines.
### Current
``…
-
TinyPilot has three ports
* `8000`: TinyPilot web app
* `8001`: uStreamer
* `8002`: Janus
It used to be possible for users to override these variables, but TinyPilot Pro 2.6.1 is adjusting how…