stephendade / Rpanion-server

Web-based configurator for companion computers of MAVLink vehicles
https://www.docs.rpanion.com/software/rpanion-server
GNU General Public License v3.0
146 stars 62 forks source link

Is there any way to save configuration locally on Rpanion? #197

Closed lida2003 closed 9 months ago

lida2003 commented 10 months ago

I think it would be very nice if Rpanion can save the configuration, which was lastly executed sucessfully .

e.g. rtsp streamer

Currently it will fallback to 1920x1080 10Hz rate, 1000kbps, default not started.

Is it possible for Rpanion to remember what I set last time. 1280 x 720 50Mbps 30FPS default started.

stephendade commented 10 months ago

Thanks for checking. This feature should work, but I've checked and it doesn't work anymore.

I'll investigate and fix.

stephendade commented 10 months ago

199 should fix the issue of the configuration not saving if streaming if active.

If streaming is not active, the configuration will not be saved.

lida2003 commented 9 months ago

199 should fix the issue of the configuration not saving if streaming if active.

If streaming is not active, the configuration will not be saved.

I don't think so, when I reboot from ssh, it doesn't work the way as it is supposed to do.

$ git log -n 1
commit f8766efd1ef0ff4af6fc9c1e6536e968ec73e4da (HEAD -> master, origin/master,                                                                                                                  origin/HEAD)
Author: Stephen Dade <stephen_dade@hotmail.com>
Date:   Sun Jan 21 14:43:44 2024 +1100

    Video: Latency improvements

图片

lida2003 commented 9 months ago

Updated latest version, not good! Just check the below video.

When I reboot the board, rtsp works , but webGUI is not ok.

$ git log -n 1
commit d066b49d67d32c3307be00f006e0ecaefcf93b19 (HEAD -> master, origin/master, origin/HEAD)
Author: Stephen Dade <stephen_dade@hotmail.com>
Date:   Mon Feb 5 16:09:05 2024 +1100

    Video: add correct values for testvideosrc and jetson CSI

https://github.com/stephendade/Rpanion-server/assets/1296171/8d06fd5c-7de5-49de-8c66-77b4823df300

stephendade commented 9 months ago

Yep, I think my latest commits broke a few things ... I will investigate and get back to you.

stephendade commented 9 months ago

It should be fixed in #202 (now merged into master). See if that works for you.

lida2003 commented 9 months ago

It should be fixed in #202 (now merged into master). See if that works for you.

It works for me, Thanks.

图片