Replies: 1 comment
-
A hat like this could be neat, Offers several USB outputs and an ethernet port. I could probably have a jellyfin server run off of this, probably even cut down version of the arr stack and just like that you have a proper media server but itty. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Overview
This is a concept for a potential upgrade path from the ESP32-based Nomad project. After seeing interest on Reddit, it's clear there's demand for better video quality, especially 720p and 1080p playback. The idea is to use a Raspberry Pi Zero 2 W while retaining the same core approach: offline media streaming via a self-hosted captive portal in a small and cheap format.
Hardware Concept
There is no native M.2 hat for the Pi Zero 2 W. However, if anyone knows a way to interface M.2 storage via GPIO or USB, that could allow for very compact high-capacity builds. Otherwise, a USB SSD or compact flash drive is likely the most practical solution. I would really like to be able to lay a m.2 ssd across the top length of the board so everything fits nice and clean in a small package.
Video Streaming Capabilities
The Pi Zero 2 W doesn’t support 4K at full speed, but it can handle higher resolutions than the ESP32. Estimated capabilities:
Streaming will still use HTTP with Range headers via a local web interface, just like the current ESP32 build. These estimates are extremely rough, and actual performance could be better or worse, if anyone has input ill happily update this.
Storage Support
Thanks to the Linux base on Raspberry Pi, much broader filesystem and capacity support is available:
It also allows for a more traditional UI, while short term testing will probably keep the same software from nomad the headroom I get from using a proper linux capable system is huge, A custom UI with actual metadata / Support for standard plex or jellyfin media files, even actual genres and recommendations are probably on the table with the larger version.
Form Factor Goals
This won’t be quite as tiny as the ESP32-S3 setup, but still very compact if kept to a minimalist hat + storage board stack.
Open Questions
Community Feedback
This is still an early idea based on comments and interest. If you’ve built something similar, have suggestions, or want to experiment with the concept, feel free to chime in. All ideas welcome, especially hardware alternatives, performance benchmarks, and form factor experiments.
Beta Was this translation helpful? Give feedback.
All reactions