TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2023-10-20T15:01:08-05:00 Software versions TinyPilot version: 2.5.3 uStreamer version: 4.13 OS version: Linux tinypilot1 5.10.17-v7l+ #1414 SMP Fri Apr 30 13:20:47 BST 2021 armv7l GNU/Linux Distribution name: Raspbian Distribution version: 10 Hardware information Hardware: BCM2711 Revision: c03114 Model: Raspberry Pi 4 Model B Rev 1.4 TinyPilot state Read-only filesystem: off SSH access: enabled temp=53.0'C throttled=0x0 voltage logs TinyPilot settings.yml tinypilot_repo_branch: 2.5.0 ustreamer_drop_same_frames: 30 ustreamer_encoder: omx ustreamer_format: uyvy ustreamer_h264_bitrate: 14900 ustreamer_persistent: true ustreamer_port: 8001 ustreamer_quality: 100 ustreamer_use_dv_timings: true ustreamer_workers: 3 TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM After=syslog.target network.target StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment="https_proxy=http://192.168.33.1:8080" Environment="http_proxy=http://192.168.33.1:8080" Environment=HOST=127.0.0.1 Environment=PORT=8000 Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Oct 20 15:01:00 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:00 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 20 15:01:01 tinypilot1 python[1767]: Traceback (most recent call last): Oct 20 15:01:01 tinypilot1 python[1767]: File "app/main.py", line 13, in Oct 20 15:01:01 tinypilot1 python[1767]: import api Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/app/api.py", line 15, in Oct 20 15:01:01 tinypilot1 python[1767]: import mass_storage Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/app/mass_storage.py", line 8, in Oct 20 15:01:01 tinypilot1 python[1767]: import threads Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/app/threads.py", line 1, in Oct 20 15:01:01 tinypilot1 python[1767]: import eventlet Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/__init__.py", line 17, in Oct 20 15:01:01 tinypilot1 python[1767]: from eventlet import convenience Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/convenience.py", line 7, in Oct 20 15:01:01 tinypilot1 python[1767]: from eventlet.green import socket Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/green/socket.py", line 21, in Oct 20 15:01:01 tinypilot1 python[1767]: from eventlet.support import greendns Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 64, in Oct 20 15:01:01 tinypilot1 python[1767]: dns = import_patched('dns') Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 61, in import_patched Oct 20 15:01:01 tinypilot1 python[1767]: return patcher.import_patched(module_name, **modules) Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 135, in import_patched Oct 20 15:01:01 tinypilot1 python[1767]: *additional_modules + tuple(kw_additional_modules.items())) Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 109, in inject Oct 20 15:01:01 tinypilot1 python[1767]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Oct 20 15:01:01 tinypilot1 python[1767]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/__init__.py", line 1 Oct 20 15:01:01 tinypilot1 python[1767]: /* Oct 20 15:01:01 tinypilot1 python[1767]: ^ Oct 20 15:01:01 tinypilot1 python[1767]: SyntaxError: invalid syntax Oct 20 15:01:01 tinypilot1 systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Oct 20 15:01:01 tinypilot1 systemd[1]: tinypilot.service: Failed with result 'exit-code'. Oct 20 15:01:01 tinypilot1 systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Oct 20 15:01:01 tinypilot1 systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 287. Oct 20 15:01:01 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:01 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 20 15:01:02 tinypilot1 python[1768]: Traceback (most recent call last): Oct 20 15:01:02 tinypilot1 python[1768]: File "app/main.py", line 13, in Oct 20 15:01:02 tinypilot1 python[1768]: import api Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/app/api.py", line 15, in Oct 20 15:01:02 tinypilot1 python[1768]: import mass_storage Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/app/mass_storage.py", line 8, in Oct 20 15:01:02 tinypilot1 python[1768]: import threads Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/app/threads.py", line 1, in Oct 20 15:01:02 tinypilot1 python[1768]: import eventlet Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/__init__.py", line 17, in Oct 20 15:01:02 tinypilot1 python[1768]: from eventlet import convenience Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/convenience.py", line 7, in Oct 20 15:01:02 tinypilot1 python[1768]: from eventlet.green import socket Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/green/socket.py", line 21, in Oct 20 15:01:02 tinypilot1 python[1768]: from eventlet.support import greendns Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 64, in Oct 20 15:01:02 tinypilot1 python[1768]: dns = import_patched('dns') Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 61, in import_patched Oct 20 15:01:02 tinypilot1 python[1768]: return patcher.import_patched(module_name, **modules) Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 135, in import_patched Oct 20 15:01:02 tinypilot1 python[1768]: *additional_modules + tuple(kw_additional_modules.items())) Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 109, in inject Oct 20 15:01:02 tinypilot1 python[1768]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Oct 20 15:01:02 tinypilot1 python[1768]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/__init__.py", line 1 Oct 20 15:01:02 tinypilot1 python[1768]: /* Oct 20 15:01:02 tinypilot1 python[1768]: ^ Oct 20 15:01:02 tinypilot1 python[1768]: SyntaxError: invalid syntax Oct 20 15:01:03 tinypilot1 systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Oct 20 15:01:03 tinypilot1 systemd[1]: tinypilot.service: Failed with result 'exit-code'. Oct 20 15:01:03 tinypilot1 systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Oct 20 15:01:03 tinypilot1 systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 288. Oct 20 15:01:03 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:03 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 20 15:01:04 tinypilot1 python[1769]: Traceback (most recent call last): Oct 20 15:01:04 tinypilot1 python[1769]: File "app/main.py", line 13, in Oct 20 15:01:04 tinypilot1 python[1769]: import api Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/app/api.py", line 15, in Oct 20 15:01:04 tinypilot1 python[1769]: import mass_storage Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/app/mass_storage.py", line 8, in Oct 20 15:01:04 tinypilot1 python[1769]: import threads Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/app/threads.py", line 1, in Oct 20 15:01:04 tinypilot1 python[1769]: import eventlet Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/__init__.py", line 17, in Oct 20 15:01:04 tinypilot1 python[1769]: from eventlet import convenience Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/convenience.py", line 7, in Oct 20 15:01:04 tinypilot1 python[1769]: from eventlet.green import socket Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/green/socket.py", line 21, in Oct 20 15:01:04 tinypilot1 python[1769]: from eventlet.support import greendns Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 64, in Oct 20 15:01:04 tinypilot1 python[1769]: dns = import_patched('dns') Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 61, in import_patched Oct 20 15:01:04 tinypilot1 python[1769]: return patcher.import_patched(module_name, **modules) Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 135, in import_patched Oct 20 15:01:04 tinypilot1 python[1769]: *additional_modules + tuple(kw_additional_modules.items())) Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 109, in inject Oct 20 15:01:04 tinypilot1 python[1769]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Oct 20 15:01:04 tinypilot1 python[1769]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/__init__.py", line 1 Oct 20 15:01:04 tinypilot1 python[1769]: /* Oct 20 15:01:04 tinypilot1 python[1769]: ^ Oct 20 15:01:04 tinypilot1 python[1769]: SyntaxError: invalid syntax Oct 20 15:01:04 tinypilot1 systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Oct 20 15:01:04 tinypilot1 systemd[1]: tinypilot.service: Failed with result 'exit-code'. Oct 20 15:01:04 tinypilot1 systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Oct 20 15:01:04 tinypilot1 systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 289. Oct 20 15:01:04 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:04 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 20 15:01:05 tinypilot1 python[1770]: Traceback (most recent call last): Oct 20 15:01:05 tinypilot1 python[1770]: File "app/main.py", line 13, in Oct 20 15:01:05 tinypilot1 python[1770]: import api Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/app/api.py", line 15, in Oct 20 15:01:05 tinypilot1 python[1770]: import mass_storage Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/app/mass_storage.py", line 8, in Oct 20 15:01:05 tinypilot1 python[1770]: import threads Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/app/threads.py", line 1, in Oct 20 15:01:05 tinypilot1 python[1770]: import eventlet Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/__init__.py", line 17, in Oct 20 15:01:05 tinypilot1 python[1770]: from eventlet import convenience Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/convenience.py", line 7, in Oct 20 15:01:05 tinypilot1 python[1770]: from eventlet.green import socket Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/green/socket.py", line 21, in Oct 20 15:01:05 tinypilot1 python[1770]: from eventlet.support import greendns Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 64, in Oct 20 15:01:05 tinypilot1 python[1770]: dns = import_patched('dns') Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 61, in import_patched Oct 20 15:01:05 tinypilot1 python[1770]: return patcher.import_patched(module_name, **modules) Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 135, in import_patched Oct 20 15:01:05 tinypilot1 python[1770]: *additional_modules + tuple(kw_additional_modules.items())) Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 109, in inject Oct 20 15:01:05 tinypilot1 python[1770]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Oct 20 15:01:05 tinypilot1 python[1770]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/__init__.py", line 1 Oct 20 15:01:05 tinypilot1 python[1770]: /* Oct 20 15:01:05 tinypilot1 python[1770]: ^ Oct 20 15:01:05 tinypilot1 python[1770]: SyntaxError: invalid syntax Oct 20 15:01:06 tinypilot1 systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Oct 20 15:01:06 tinypilot1 systemd[1]: tinypilot.service: Failed with result 'exit-code'. Oct 20 15:01:06 tinypilot1 systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Oct 20 15:01:06 tinypilot1 systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 290. Oct 20 15:01:06 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:06 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 20 15:01:07 tinypilot1 python[1771]: Traceback (most recent call last): Oct 20 15:01:07 tinypilot1 python[1771]: File "app/main.py", line 13, in Oct 20 15:01:07 tinypilot1 python[1771]: import api Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/app/api.py", line 15, in Oct 20 15:01:07 tinypilot1 python[1771]: import mass_storage Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/app/mass_storage.py", line 8, in Oct 20 15:01:07 tinypilot1 python[1771]: import threads Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/app/threads.py", line 1, in Oct 20 15:01:07 tinypilot1 python[1771]: import eventlet Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/__init__.py", line 17, in Oct 20 15:01:07 tinypilot1 python[1771]: from eventlet import convenience Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/convenience.py", line 7, in Oct 20 15:01:07 tinypilot1 python[1771]: from eventlet.green import socket Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/green/socket.py", line 21, in Oct 20 15:01:07 tinypilot1 python[1771]: from eventlet.support import greendns Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 64, in Oct 20 15:01:07 tinypilot1 python[1771]: dns = import_patched('dns') Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 61, in import_patched Oct 20 15:01:07 tinypilot1 python[1771]: return patcher.import_patched(module_name, **modules) Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 135, in import_patched Oct 20 15:01:07 tinypilot1 python[1771]: *additional_modules + tuple(kw_additional_modules.items())) Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 109, in inject Oct 20 15:01:07 tinypilot1 python[1771]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Oct 20 15:01:07 tinypilot1 python[1771]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/__init__.py", line 1 Oct 20 15:01:07 tinypilot1 python[1771]: /* Oct 20 15:01:07 tinypilot1 python[1771]: ^ Oct 20 15:01:07 tinypilot1 python[1771]: SyntaxError: invalid syntax Oct 20 15:01:07 tinypilot1 systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Oct 20 15:01:07 tinypilot1 systemd[1]: tinypilot.service: Failed with result 'exit-code'. Oct 20 15:01:07 tinypilot1 systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Oct 20 15:01:07 tinypilot1 systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 291. Oct 20 15:01:07 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:07 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. Oct 20 15:01:09 tinypilot1 python[1772]: Traceback (most recent call last): Oct 20 15:01:09 tinypilot1 python[1772]: File "app/main.py", line 13, in Oct 20 15:01:09 tinypilot1 python[1772]: import api Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/app/api.py", line 15, in Oct 20 15:01:09 tinypilot1 python[1772]: import mass_storage Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/app/mass_storage.py", line 8, in Oct 20 15:01:09 tinypilot1 python[1772]: import threads Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/app/threads.py", line 1, in Oct 20 15:01:09 tinypilot1 python[1772]: import eventlet Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/__init__.py", line 17, in Oct 20 15:01:09 tinypilot1 python[1772]: from eventlet import convenience Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/convenience.py", line 7, in Oct 20 15:01:09 tinypilot1 python[1772]: from eventlet.green import socket Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/green/socket.py", line 21, in Oct 20 15:01:09 tinypilot1 python[1772]: from eventlet.support import greendns Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 64, in Oct 20 15:01:09 tinypilot1 python[1772]: dns = import_patched('dns') Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/support/greendns.py", line 61, in import_patched Oct 20 15:01:09 tinypilot1 python[1772]: return patcher.import_patched(module_name, **modules) Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 135, in import_patched Oct 20 15:01:09 tinypilot1 python[1772]: *additional_modules + tuple(kw_additional_modules.items())) Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/eventlet/patcher.py", line 109, in inject Oct 20 15:01:09 tinypilot1 python[1772]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Oct 20 15:01:09 tinypilot1 python[1772]: File "/opt/tinypilot/venv/lib/python3.7/site-packages/dns/__init__.py", line 1 Oct 20 15:01:09 tinypilot1 python[1772]: /* Oct 20 15:01:09 tinypilot1 python[1772]: ^ Oct 20 15:01:09 tinypilot1 python[1772]: SyntaxError: invalid syntax Oct 20 15:01:09 tinypilot1 systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Oct 20 15:01:09 tinypilot1 systemd[1]: tinypilot.service: Failed with result 'exit-code'. Oct 20 15:01:09 tinypilot1 systemd[1]: tinypilot.service: Service RestartSec=100ms expired, scheduling restart. Oct 20 15:01:09 tinypilot1 systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 292. Oct 20 15:01:09 tinypilot1 systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Oct 20 15:01:09 tinypilot1 systemd[1]: Started TinyPilot - RPi-based virtual KVM. TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== --- ustreamer_drop_same_frames: 30 ustreamer_encoder: omx ustreamer_format: uyvy ustreamer_h264_bitrate: 14900 ustreamer_h264_sink: tinypilot::ustreamer::h264 ustreamer_h264_sink_mode: 777 ustreamer_h264_sink_rm: true ustreamer_interface: 127.0.0.1 ustreamer_persistent: true ustreamer_port: 8001 ustreamer_quality: 100 ustreamer_use_dv_timings: true ustreamer_workers: 3 ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== tinypilot_repo_branch: 2.5.0 ustreamer_drop_same_frames: 30 ustreamer_encoder: omx ustreamer_format: uyvy ustreamer_h264_bitrate: 14900 ustreamer_persistent: true ustreamer_port: 8001 ustreamer_quality: 100 ustreamer_use_dv_timings: true ustreamer_workers: 3 uStreamer logs -- Logs begin at Fri 2023-10-20 14:38:56 CDT, end at Fri 2023-10-20 15:01:09 CDT. -- Oct 20 14:39:11 tinypilot1 systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Oct 20 14:39:13 tinypilot1 launch[566]: + exec /opt/ustreamer/ustreamer --host 127.0.0.1 --port 8001 --encoder omx --format uyvy --workers 3 --quality 100 --drop-same-frames 30 --persistent --dv-timings --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --h264-bitrate 14900 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.678 main] -- Using internal blank placeholder Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.678 main] -- Using H264-sink: tinypilot::ustreamer::h264 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 main] -- Listening HTTP on [127.0.0.1]:8001 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 stream] -- Using V4L2 device: /dev/video0 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 stream] -- Using desired FPS: 0 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 http] -- Starting HTTP eventloop ... Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 stream] -- H264: Initializing MMAL encoder ... Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 stream] -- H264: Using bitrate: 14900 Kbps Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.681 stream] -- H264: Using GOP: 30 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.697 stream] -- H264: Configuring MMAL encoder: zero_copy=0 ... Oct 20 14:39:13 tinypilot1 launch[566]: ================================================================================ Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.734 stream] -- Device fd=12 opened Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.734 stream] -- Using input channel: 0 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.756 stream] -- Using resolution: 640x480 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.756 stream] -- Using pixelformat: UYVY Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.756 stream] -- Querying HW FPS changing is not supported Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.756 stream] -- Using IO method: MMAP Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.759 stream] -- Requested 5 device buffers, got 5 Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.766 stream] -- Capturing started Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.766 stream] -- Initializing OMX encoder ... Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.768 stream] -- Initializing OMX encoder ... Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.769 stream] -- Initializing OMX encoder ... Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.775 stream] -- Using JPEG quality: 100% Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.775 stream] -- Creating pool JPEG with 3 workers ... Oct 20 14:39:13 tinypilot1 launch[566]: -- INFO [20.775 stream] -- Capturing ... Oct 20 14:39:14 tinypilot1 launch[566]: -- ERROR [21.777 stream] -- Persistent device timeout (unplugged) Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.574 stream] -- H264: Configuring MMAL encoder: zero_copy=1 ... Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.896 stream] -- Got V4L2 event Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.896 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.896 stream] -- Destroying workers pool JPEG ... Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.926 stream] -- Capturing stopped Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.926 stream] -- Device fd=12 closed Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.926 stream] -- Changed video frame to BLANK Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.936 stream] -- H264: Configuring MMAL encoder: zero_copy=0 ... Oct 20 14:39:25 tinypilot1 launch[566]: ================================================================================ Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.968 stream] -- Device fd=12 opened Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.968 stream] -- Using input channel: 0 Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [32.975 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.013 stream] -- Using resolution: 1920x1080 Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.014 stream] -- Using pixelformat: UYVY Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.014 stream] -- Querying HW FPS changing is not supported Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.014 stream] -- Using IO method: MMAP Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.024 stream] -- Requested 5 device buffers, got 5 Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.031 stream] -- Capturing started Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.038 stream] -- Using JPEG quality: 100% Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.038 stream] -- Creating pool JPEG with 3 workers ... Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.039 stream] -- Capturing ... Oct 20 14:39:25 tinypilot1 launch[566]: -- INFO [33.060 stream] -- H264: Configuring MMAL encoder: zero_copy=1 ... nginx logs -- Logs begin at Fri 2023-10-20 14:38:56 CDT, end at Fri 2023-10-20 15:01:09 CDT. -- Oct 20 14:39:11 tinypilot1 systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 20 14:39:12 tinypilot1 systemd[1]: Started A high performance web server and a reverse proxy server. 2023/10/20 13:55:21 [error] 568#568: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:08:21 [error] 568#568: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:40:39 [error] 578#578: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:40:59 [error] 578#578: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:43:58 [error] 578#578: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:48:52 [error] 578#578: *6 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:53:49 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:56:01 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:57:38 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:57:42 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:59:36 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:59:37 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:59:38 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:59:39 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 14:59:40 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 15:00:49 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 2023/10/20 15:00:52 [error] 578#578: *8 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.33.1, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:8000/", host: "192.168.33.7" 192.168.33.1 - - [20/Oct/2023:13:55:21 -0500] "GET / HTTP/1.1" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:08:21 -0500] "GET / HTTP/1.1" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:08:21 -0500] "GET /favicon.ico HTTP/1.1" 304 0 "http://192.168.33.7/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:40:39 -0500] "GET / HTTP/1.1" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:40:59 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:43:58 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:48:52 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:53:49 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:56:01 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:57:38 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-" 192.168.33.1 - - [20/Oct/2023:14:57:42 -0500] "GET / HTTP/2.0" 502 173 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15" "-"