compile ffmpeg i guess

This commit is contained in:
legop3
2025-11-14 17:31:35 -05:00
parent bc88cafafb
commit 73e58b213a
4 changed files with 51 additions and 32 deletions
+11
View File
@@ -0,0 +1,11 @@
# video flow:
1. Raspberry pi zero 2 W
- raspberry pi camera
- hardware h264 encoder built into the pi
2. mediaMTX on the server
- the server will forward video from the pi to users
- video streams must be able to be locked
- to do this, always require JWT auth for all rover streams
- just decide who to give access tokens too
3. User web player
-