1
0
Fork 0
mirror of https://github.com/maziggy/bambuddy.git synced 2026-05-09 08:25:54 +02:00

[PR #188] [MERGED] Streaming overlay page for OBS integration (#164) #953

Closed
opened 2026-05-07 00:15:09 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/maziggy/bambuddy/pull/188
Author: @maziggy
Created: 1/30/2026
Status: Merged
Merged: 1/31/2026
Merged by: @maziggy

Base: 0.1.6-finalHead: feature/164


📝 Commits (2)

  • 534f2dc Streaming overlay page for OBS integration (#164)
  • 8a4b318 Merge branch '0.1.6-final' into feature/164

📊 Changes

7 files changed (+9217 additions, -0 deletions)

View changed files

📝 CHANGELOG.md (+8 -0)
📝 README.md (+1 -0)
📝 frontend/src/App.tsx (+4 -0)
frontend/src/__tests__/pages/StreamOverlayPage.test.tsx (+230 -0)
frontend/src/pages/StreamOverlayPage.tsx (+308 -0)
static/assets/index-BTpjfCpx.css (+1 -0)
static/assets/index-wxwVsx5u.js (+8665 -0)

📄 Description

Add a dedicated overlay page at /overlay/:printerId that combines camera feed with real-time print status for live streaming use cases.

Features:

  • Camera feed as fullscreen background
  • Status overlay at bottom with gradient for readability
  • Real-time updates via WebSocket with polling fallback
  • Customizable via query params (?size=large&show=progress,eta)

Closes #164


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/maziggy/bambuddy/pull/188 **Author:** [@maziggy](https://github.com/maziggy) **Created:** 1/30/2026 **Status:** ✅ Merged **Merged:** 1/31/2026 **Merged by:** [@maziggy](https://github.com/maziggy) **Base:** `0.1.6-final` ← **Head:** `feature/164` --- ### 📝 Commits (2) - [`534f2dc`](https://github.com/maziggy/bambuddy/commit/534f2dcc91d6a8edf79948f964af2e772d083b74) Streaming overlay page for OBS integration (#164) - [`8a4b318`](https://github.com/maziggy/bambuddy/commit/8a4b318dbf0af7b20e91d2cebe61526cd6596409) Merge branch '0.1.6-final' into feature/164 ### 📊 Changes **7 files changed** (+9217 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -0) 📝 `README.md` (+1 -0) 📝 `frontend/src/App.tsx` (+4 -0) ➕ `frontend/src/__tests__/pages/StreamOverlayPage.test.tsx` (+230 -0) ➕ `frontend/src/pages/StreamOverlayPage.tsx` (+308 -0) ➕ `static/assets/index-BTpjfCpx.css` (+1 -0) ➕ `static/assets/index-wxwVsx5u.js` (+8665 -0) </details> ### 📄 Description Add a dedicated overlay page at /overlay/:printerId that combines camera feed with real-time print status for live streaming use cases. Features: - Camera feed as fullscreen background - Status overlay at bottom with gradient for readability - Real-time updates via WebSocket with polling fallback - Customizable via query params (?size=large&show=progress,eta) Closes #164 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:15:09 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/bambuddy-maziggy-1#953
No description provided.