slynn1324 / BambuP1Streamer

mjpeg stream access for Bambu P1 printers
GNU Affero General Public License v3.0
88 stars 7 forks source link

Missing File "BambuP1Streamer" in container --> no stream possible! #6

Closed dexd85 closed 8 months ago

dexd85 commented 8 months ago

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: grafik --> 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: grafik

Also there´s no executable file named "BambuP1Streamer" neither in host-filestructur, nor in container. File-structure in container: grafik

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