josephdadams / TallyArbiter

The flexible and customizable camera tally light system
http://www.tallyarbiter.com
MIT License
283 stars 101 forks source link

[Bug]: Message Back Log Raspberry Pi 4 4GB #481

Open ssenniug opened 2 years ago

ssenniug commented 2 years ago

What happened?

When using on Raspberry Pi 4 4Gb it seems to have trouble getting all packages out to the remote unit, so after just a few secound its start to slow down.

The raspberry is the model 4 with 4GB memmory, witht the last rapbian os and only Tallyarbiter on it.

Version

3.0.4

Distribution

CLI

OS

Linux

What browsers are you seeing the problem on?

Chrome

If applicable, What Listener Clients are You Using?

M5 Stick

TallyArbiter configuration

{
  "security": {
    "jwt_private_key": "0feIzIxOXxWNtgSkZkz9ZUbzQ3okHWlDRXu/mudFZ67ogCQmBPjfk4+2QBrZJgwBTlvji5iJVCDFcPY4IaV6aTkb9+QQskJd4EsSzlOuhxRVn9AwQe6c/rEwOSjVyQXQZo8tgVqAtXWqxNC8qZlWNHuL9XLIobNaShn0BHBBjihtZmhApp0jdwHu7nu28H6ZZekYACg3k9c5a/ik/THdjFUA7+T3n4U6f1tp2bEf0hYEzjRuS2Y8iQZZYc1NSTnaIqwr9Xo0BWx6e+tU712ZSRfamHCNf/vh8/90ixTdqIRpjRNUSqEoh+YyFiPj40GUYqAqxpNTy8ChBfo1fhPxDw=="
  },
  "users": [
    {
      "username": "producer",
      "password": "$2b$10$WGGlfI2m7CM0TMkp0rFO/Op5Qrdh6poeNe/g7O9aXeYZ51RuFaoRq",
      "roles": "producer"
    },
    {
      "username": "admin",
      "password": "$2b$10$WGGlfI2m7CM0TMkp0rFO/Op5Qrdh6poeNe/g7O9aXeYZ51RuFaoRq",
      "roles": "admin"
    }
  ],
  "cloud_destinations": [],
  "cloud_keys": [],
  "device_actions": [],
  "device_sources": [
    {
      "deviceId": "13ad1503",
      "sourceIdx": "0",
      "address": "1",
      "sourceId": "0ff8198f",
      "id": "77dfc0c3"
    },
    {
      "deviceId": "22618fc2",
      "sourceIdx": "0",
      "address": "2",
      "sourceId": "0ff8198f",
      "id": "dfb4b7b2"
    },
    {
      "deviceId": "fe2ce515",
      "sourceIdx": "0",
      "address": "3",
      "sourceId": "0ff8198f",
      "id": "57d0c3e7"
    },
    {
      "deviceId": "673e40f7",
      "sourceIdx": "0",
      "address": "4",
      "sourceId": "0ff8198f",
      "id": "38897628"
    },
    {
      "deviceId": "9ddcb6ea",
      "sourceIdx": "0",
      "address": "5",
      "sourceId": "0ff8198f",
      "id": "dbb29bf0"
    },
    {
      "deviceId": "9b7afa33",
      "sourceIdx": "0",
      "address": "6",
      "sourceId": "0ff8198f",
      "id": "b753bd58"
    }
  ],
  "devices": [
    {
      "name": "Cam1",
      "description": "Cam1",
      "enabled": true,
      "id": "13ad1503",
      "linkedProgram": false,
      "linkedPreview": false
    },
    {
      "name": "Cam2",
      "description": "Cam2",
      "enabled": true,
      "id": "22618fc2"
    },
    {
      "name": "Cam3",
      "description": "Cam3",
      "enabled": true,
      "id": "fe2ce515"
    },
    {
      "name": "Cam4",
      "description": "Cam4",
      "enabled": true,
      "id": "673e40f7"
    },
    {
      "name": "Cam5",
      "description": "Cam5",
      "enabled": true,
      "id": "9ddcb6ea"
    },
    {
      "name": "Cam6",
      "description": "Cam6",
      "enabled": true,
      "id": "9b7afa33"
    }
  ],
  "sources": [
    {
      "name": "ATEM 2 M/E Constellation HD",
      "data": {
        "addresses": [
          "10.10.20.83",
          "ATEM 2 M/E Constellation HD._blackmagic._tcp.local"
        ],
        "ip": "10.10.20.83",
        "me_onair": [
          "1"
        ],
        "cut_bus_mode": "off"
      },
      "sourceTypeId": "44b8bc4f",
      "reconnect": true,
      "enabled": true,
      "id": "0ff8198f",
      "max_reconnects": 5,
      "connected": true
    }
  ],
  "tsl_clients": [],
  "tsl_clients_1secupdate": false,
  "bus_options": [
    {
      "id": "e393251c",
      "label": "Preview",
      "type": "preview",
      "color": "#3fe481",
      "priority": 50
    },
    {
      "id": "334e4eda",
      "label": "Program",
      "type": "program",
      "color": "#e43f5a",
      "priority": 200
    },
    {
      "id": "12c8d699",
      "label": "Aux 1",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100
    },
    {
      "id": "12c8d689",
      "label": "Aux 2",
      "type": "aux",
      "color": "#0000FF",
      "priority": 100
    }
  ],
  "externalAddress": "http://0.0.0.0:4455/#/tally",
  "remoteErrorReporting": false,
  "uuid": "dead2e6d"
}

Relevant log output

No response

Error stacktrace (if applicable)

No response

github-actions[bot] commented 2 years ago

Hello there ssenniug 👋

Welcome to TallyArbiter!

Thank you for opening your first issue for the Tally Arbiter project. Tally Arbiter fosters an open and welcoming environment for all our contributors. Please adhere to our Code Of Conduct.

If you have more to contribute to this issue, please comment down below! We will try to get back to you as soon as we can.

JTF4 commented 2 years ago

This is actually an issue with tally arbiter version 3. After running for more than a few seconds it hits something that's bottlenecking the network output.

I would recommend running version 2 until we figure out what's causing the issue.

ssenniug commented 2 years ago

Im working on getting the Core2 M5 stick to work with the TallyArbitter, but then going to trye to make this happen for the version 2