You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you so much for making this software. I've tried HomeAssistant, OctoEverywhere but they just don't give me quite what I'm looking for. This software looks perfect!
I'm finding that I am unable to stream video from my a1 mini in docker compose.
Is LAN LiveView an X1 only feature? I've searched though the menus and I'm unable to find this setting on an A1 Mini. I suspect it might be an X1 only feature. Please correct me if I'm wrong. Based on the fact that other software is able to stream the webcam feed I suspect the problem is with my configuration, not the printer.
The key error is no one is publishing to path 'a1mini-1'
mediamtx-1 | 2025/01/22 17:23:28 INF [WebRTC] [session 56bb46cd] closed: no one is publishing to path 'a1mini-1'
bambuweb-1 | 2025-01-22 17:23:29,719 INFO [org.apa.cam.imp.eng.AbstractCamelContext] (executor-thread-1) Started consumer-a1-mini-1 (paho://device/xxxxxxxxxx/report)
bambuweb-1 | 2025-01-22 17:23:30,876 INFO [com.tfy.bam.pri.BambuPrintersImpl] (executor-thread-1) a1-mini-1: started
mediamtx-1 | 2025/01/22 17:23:31 INF [WebRTC] [session 4956b98f] created by 10.89.0.95:47004
mediamtx-1 | 2025/01/22 17:23:31 INF [WebRTC] [session 4956b98f] closed: no one is publishing to path 'a1mini-1'
I'll happily add documentation to help others as it seems I'm not the first one running into this problem.
Do you have any ideas what I am missing?
The text was updated successfully, but these errors were encountered:
Yes LanView is an X only thing (proper camera video stream).... a/p/s models uses mjpeg.... basically custom auth and then a stream of sequential jpegs...
I havent had a need for it, but it would be possible to build 'middleware' that grabs the mjpeg stream and make it available via mediamtx using ffmpeg
First of all, thank you so much for making this software. I've tried HomeAssistant, OctoEverywhere but they just don't give me quite what I'm looking for. This software looks perfect!
I'm finding that I am unable to stream video from my a1 mini in docker compose.
Is LAN LiveView an X1 only feature? I've searched though the menus and I'm unable to find this setting on an A1 Mini. I suspect it might be an X1 only feature. Please correct me if I'm wrong. Based on the fact that other software is able to stream the webcam feed I suspect the problem is with my configuration, not the printer.
mediamtx.yaml
All settings are defaults except
common-liveview.yaml
config
mediamtx
reverse-proxy.conf
All settings are defaults except
The key config is stored as environment variables in a .envrc file that is loaded before
docker compse up
There is also a bambu-web-env.txt
The key error is
no one is publishing to path 'a1mini-1'
I'll happily add documentation to help others as it seems I'm not the first one running into this problem.
Do you have any ideas what I am missing?
The text was updated successfully, but these errors were encountered: