Results 2848 comments of MichaIng

> BTW, I was primary support for 0.42.x under Calin, in case you forgot. Ah right, I didn't notice the name. Any error messages, and what does debug log say...

``` netcam_rtsp_open_context: norm: Unable to open camera(Camera1): Invalid argument ``` Let's check where this is emitted.

https://github.com/Motion-Project/motion/blob/master/src/netcam.cpp#L1827-L1837 So it is `motion` using the FFmpeg library to open the camera device, but it seems to get an invalid argument. Can you show the camera config, especially the...

Which tooltip is it exactly? All I tested recently work well, if #2856 is related, then it would be one with a quoting character inside, in the language you selected.

I just assume it was either cased by the other issue, which has been resolved, or by missing translation strings, which has been resolved as well. Hence I'll mark this...

Can you try to keep pressing the MASK key before powering on, until you see some LEDs blinking? The bootloader changed the boot order, AFAIK, so I guess it just...

So the default boot order is bad. IMO it makes sense to boot from movable boot devices with priority, internal ones with less priority, i.e. from SD card, if it...

Testing this: https://github.com/MichaIng/build/commit/5b888ee Build is running: https://github.com/MichaIng/DietPi/actions/runs/11059240281

Okay in my case it does actually boot from SD card first, without above patch. @Cabletwister what image is on your eMMC? Those FriendlyELEC R5/R6 SBCs have this weird behaviour,...

The problem is we have no real effect on this: the hardware/ROM decides about which boot device to use first. And obviously it decides to use the eMMC in this...