tiny-pilot / tinypilot

Use your Raspberry Pi as a browser-based KVM.
https://tinypilotkvm.com
MIT License
3.02k stars 252 forks source link

uStreamer/Janus API mismatch on Raspberry Pi OS Bookworm #1677

Open cghague opened 11 months ago

cghague commented 11 months ago

Related https://github.com/tiny-pilot/tinypilot/issues/1668

The version of uStreamer in our Debian package is not compatible with the version of Janus that ships in Raspberry Pi OS Bookworm:

The 'janus.plugin.ustreamer' plugin was compiled against an older version of the API (101 <  102), skipping it: update it to enable it again

We can resolve this by ensuring that both of our custom uStreamer and Janus Debian packages are compatible, or we could alternatively make our uStreamer package compatible with the version of Janus included in Raspberry Pi OS Bookworm should we choose to use it.