We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de41d9 commit 341303aCopy full SHA for 341303a
bambu-stream/README.md
@@ -1,9 +1,15 @@
1
# Bambu X1 Carbon RTSP streaming
2
3
-Needs SDL.
+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.
7
8
```bash
9
cargo run --release
10
```
11
12
`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