This commit is contained in:
legop3
2025-11-14 17:54:31 -05:00
parent 62603643e8
commit 6f6104792b
+3
View File
@@ -8,6 +8,8 @@
- video streams must be able to be locked - video streams must be able to be locked
- to do this, always require JWT auth for all rover streams - to do this, always require JWT auth for all rover streams
- just decide who to give access tokens too - just decide who to give access tokens too
- decide based on server access control mode
- admins should see video when logged in & server in admin mode
3. User web player 3. User web player
- simple - simple
- must be able to create and manage multiple players on one page - must be able to create and manage multiple players on one page
@@ -21,6 +23,7 @@
- absolute LOWEST LATENCY possible from glass to glass - absolute LOWEST LATENCY possible from glass to glass
- probably want to use webRTC out of the pi - probably want to use webRTC out of the pi
- MUST use mediaMTX on the server for fan-out and forwarding - MUST use mediaMTX on the server for fan-out and forwarding
- NO AUTH BETWEEN THE PIS AND SERVER, THEY ARE TALKING LOCALLY ON A SECURE NETWORK
# notes from past attempts: # notes from past attempts:
- ffmpeg packaged for the pi doesn't have whip support built in - ffmpeg packaged for the pi doesn't have whip support built in