EDIT and SOLVED:
The issue was my impatience and not reading what I got prompted.... :D
I ran the command
docker run --rm -v $(pwd):/work docker.io/gcc:12 gcc /work/src/BambuP1Streamer.cpp -o /work/BambuP1Streamer
but did not see that compiling failed with an error...
The problem was my file structure, so I created the directory /work and copied the needed File BambuP1Streamer.cpp manually there. Then I ran the command again in that /work directory and voilá, it produced the missing BambuP1Streamer file --> copied it to my folder-structure and recompiled the Dockerfile
Now it works, and I get an great videostream.....THANK YOU VERY MUCH FOR THIS CONTAINER :)
Hey,
thanks for your work to get a valid video-signal from P1x printers far away the proprietary Bambu-Software :-)
I´ve tried to get it working...but it´s still not streaming :-(
I changed the Dockerfile corresponding to my File-Structure:
--> that means:
The container is now running, but the container log shows the following errors:
Also there´s no executable file named "BambuP1Streamer" neither in host-filestructur, nor in container.
File-structure in container:
So did I something wrong during building the depencys or within the Dockerfile?! I also didn´t see an executable named "BambuP1Streamer" within your content...
EDIT and SOLVED: The issue was my impatience and not reading what I got prompted.... :D
I ran the command
docker run --rm -v $(pwd):/work docker.io/gcc:12 gcc /work/src/BambuP1Streamer.cpp -o /work/BambuP1Streamer
but did not see that compiling failed with an error...The problem was my file structure, so I created the directory
/work
and copied the needed FileBambuP1Streamer.cpp
manually there. Then I ran the command again in that /work directory and voilá, it produced the missingBambuP1Streamer
file --> copied it to my folder-structure and recompiled the DockerfileNow it works, and I get an great videostream.....THANK YOU VERY MUCH FOR THIS CONTAINER :)
Hey,
thanks for your work to get a valid video-signal from P1x printers far away the proprietary Bambu-Software :-)
I´ve tried to get it working...but it´s still not streaming :-(
I changed the Dockerfile corresponding to my File-Structure: --> that means:
COPY BambuP1Streamer go2rtc_linux_amd64 libBambuSource.so BambuP1Streamer/go2rtc.yaml /app/
The container is now running, but the container log shows the following errors:
Also there´s no executable file named "BambuP1Streamer" neither in host-filestructur, nor in container. File-structure in container:
So did I something wrong during building the depencys or within the Dockerfile?! I also didn´t see an executable named "BambuP1Streamer" within your content...
Many thanks in advance! :-)
Sysinfo: Ubuntu 18.04 Docker 24.0.2, build cb74dfc