jumpstarter-dev / jumpstarter

http://docs.jumpstarter.dev/
3 stars 3 forks source link

ustreamer: error output at start made me think it was broken, but it was the driver testing ustreamer presence? #112

Closed mangelajo closed 1 month ago

mangelajo commented 1 month ago
Oct 06 23:21:20 f41 podman[23175]: 2024-10-06 23:21:20.822949032 +0200 CEST m=+0.022567035 image pull c0751065bc8bdfd8efd974fba6503fc79>
Oct 06 23:21:20 f41 majopela-rpi4-exporter[23175]: 699a9ed2fbb93c2917b0fb808b3c8d8c58024c9221d75dd5562a9768e1acb537
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: INFO:jumpstarter.exporter.exporter:Registering exporter with controller
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.738          ] -- Starting PiKVM uStreamer 6.12 ...
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.738          ] -- HTTP: Listening HTTP on UNIX socket '/tmp/tmpdfow>
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.738          ] -- HTTP: Starting eventloop ...
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.834          ] -- Using V4L2 device: /dev/video0
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.835          ] -- CAP: Using capture type: single-planar
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.835          ] -- CAP: Using input channel: 0
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.835          ] -- CAP: Using resolution: 640x480
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.835          ] -- CAP: Using format: YUYV
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.836          ] -- CAP: Using HW FPS: 0 -> 30 (coerced)
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.836          ] -- CAP: Using IO method: MMAP
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.837          ] -- CAP: Requested 5 device buffers, got 5
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.839          ] -- CAP: Capturing started
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.839          ] -- Using JPEG quality: 80%
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.839          ] -- Creating pool JPEG with 4 workers ...
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171720.840          ] -- Capturing ...
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171721.044          ] -- ===== Stopping by SIGTERM =====
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171721.044          ] -- HTTP: Eventloop stopped
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171721.120          ] -- Destroying workers pool JPEG ...
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171721.122          ] -- CAP: Capturing stopped
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: -- INFO  [171721.123          ] -- Bye-bye
Oct 06 23:21:21 f41 majopela-rpi4-exporter[23187]: INFO:jumpstarter.exporter.exporter:Listening for incoming connection requests
NickCao commented 1 month ago

it was the driver testing ustreamer presence

Yes, it was the initial probe session.

mangelajo commented 1 month ago

I will close this one, I think it's fine then :)

The other bug (#114) is more problematic.