Open p4u opened 6 years ago
Also autonight
has wrong hardcoded paths in it.
I think that this rootfs is compiled from https://github.com/Dafang-Hacks/Main.
I'm wondering how to distinguish between the binary that will go into firmware_mod and the one that will go into rootfs.
Yes, I also can confirm this -- there definitely are hardcoded paths in it. Symlinking to other (old) paths is fixing it temporarily ...
Paths of v4lrtspserver must be adapted to the new root fs
That should be done during compilation (no idea how this binary is compiled).
A quick patch would be to change the strings using "sed", but the string size must be the same (or the binary will fail).