Skip to content

Commit 341303a

Browse files
committed
README
1 parent 0de41d9 commit 341303a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bambu-stream/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Bambu X1 Carbon RTSP streaming
22

3-
Needs SDL.
3+
Authenticates with a Bambu X1 Carbon RTSP stream and shows the frames in an SDL2 window. The printer
4+
IP and access code are currently hard coded. SDL2 can be a bit of a pain to get working on macOS but
5+
[this](https://github.com/embedded-graphics/simulator?tab=readme-ov-file#macos-brew) works well for
6+
me at least.
47

58
```bash
69
cargo run --release
710
```
811

912
`RUST_LOG=debug` can be useful for debugging RTSP auth issues.
13+
14+
Note that exiting the program doesn't work very well, even though to my knowledge the SDL event loop
15+
isn't blocked. Try using `killall bambu-steam` on Linux.

0 commit comments

Comments
 (0)