Flutter frontends
++ One UI technology stack targets Linux, Android, Web, and future + desktop builds with consistent interaction patterns. +
+diff --git a/website/hightube/assets/hightube-icon.png b/website/hightube/assets/hightube-icon.png new file mode 100644 index 0000000..5337445 Binary files /dev/null and b/website/hightube/assets/hightube-icon.png differ diff --git a/website/hightube/index.html b/website/hightube/index.html new file mode 100644 index 0000000..e77f263 --- /dev/null +++ b/website/hightube/index.html @@ -0,0 +1,395 @@ + + +
+ + + +Flutter + Go live streaming stack
++ An open source live streaming platform designed for creators, + private communities, classrooms, labs, and self-hosted media + services. +
+ +Architecture
++ Hightube separates a portable client experience from a compact, + self-hostable backend, keeping deployment simple while leaving room + for native desktop, mobile, and web clients. +
++ One UI technology stack targets Linux, Android, Web, and future + desktop builds with consistent interaction patterns. +
++ The server handles API requests, authentication, live room state, + RTMP publishing, HTTP-FLV playback, chat, and monitoring. +
++ Deploy the server on your own Linux host and connect compatible + broadcasters such as OBS through standard RTMP workflows. +
+Project highlights
++ Read, modify, build, and deploy the platform from source without + vendor lock-in. +
++ Current builds include Linux, Web, and Android client packages, + with Windows builds planned later. +
++ Live rooms, RTMP publishing, HTTP-FLV playback, multi-quality + transcoding, chat, danmaku-style messages, and admin monitoring. +
++ The Go server uses a lightweight runtime model and can be deployed + as a single Linux server component. +
+Downloads
++ All builds are distributed through the project release page. Apple + device builds are not provided at this time. +
+Backend service for self-hosted streaming deployments.
+ + Download Linux server + +Server executable for Windows environments.
+ + Download Windows server + +Containerized server deployment via Docker image.
+ + Download Docker image + +ARM64 Android APK build for mobile viewing and interaction.
+ + Download Android APK + +Desktop Flutter client packaged as an AppImage.
+ + Download Linux AppImage + +Desktop client build for Windows users.
+ + Download Windows client + +Static web build archive for hosting the Flutter web frontend.
+ + Download Web archive + +Source code
++ Hightube is developed as an open source project. Clone the source, + inspect the Flutter and Go code, build your own binaries, and adapt + it for your own live platform. +
+