lomorage / homepage

home page source
215 stars 12 forks source link

openwrt源已失效,请求修复 #25

Closed ropon closed 2 years ago

ropon commented 2 years ago

openwrt源失效了 https://lomostaging.lomorage.com/opkg/mips-3.4/

fuji246 commented 2 years ago

这个应该是好的,直接访问上面的链接是不行的,但设置成源应该是没问题的。

比如下载https://lomostaging.lomorage.com/opkg/mips-3.4/lomo-backend_35fa4103-29_mips-3.4.ipk。

另外现在已经都更新到用https://lomoware.lomorage.com/opkg了, 参考这里的安装说明 https://github.com/lomorage/openwrt-packages

ropon commented 2 years ago

好的,谢谢

ropon commented 2 years ago

另外请问下 IOS 应用程序 睡眠模式下后台自动上传是? IOS锁屏下不会自动上传同步照片呢

fuji246 commented 2 years ago

iOS只有自家iCloud让这么干,第三方应用不行。

ropon commented 2 years ago

这是生成缩略图失败了么?

image
ropon commented 2 years ago

大量此类错误

ropon commented 2 years ago

折腾几天还是放弃了,硬件不行没法 https://www.ropon.top/824.html

ropon commented 2 years ago

折腾几天还是放弃了,硬件不行没法 https://www.ropon.top/824.html

fuji246 commented 2 years ago

应该是webp的preview没生成。R3G的这个配置确实有点处理不过来。

ropon commented 2 years ago

看了下openwrt安装ffmpeg默认不支持webp么,可设置生成缩略图为其他格式么? root@OpenWrt:~# ffmpeg -encoders|grep webp ffmpeg version 4.3.4 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 8.4.0 (OpenWrt GCC 8.4.0 r16616-6f89233c41) configuration: --enable-cross-compile --cross-prefix=mipsel-openwrt-linux-musl- --arch=mipsel --cpu=24kc --target-os=linux --prefix=/usr --pkg-config=pkg-config --enable-shared --enable-static --enable-pthreads --enable-zlib --disable-doc --disable-debug --disable-lzma --disable-vaapi --disable-vdpau --disable-outdevs --disable-altivec --disable-vsx --disable-power8 --disable-armv5te --disable-armv6 --disable-armv6t2 --disable-fast-unaligned --disable-runtime-cpudetect --disable-x86asm --enable-gnutls --disable-decoder=atrac3 --disable-decoder=h264 --disable-decoder=hevc --disable-decoder=vc1 --disable-muxer=h264 --disable-muxer=hevc --disable-muxer=vc1 --disable-demuxer=h264 --disable-demuxer=hevc --disable-demuxer=vc1 --disable-parser=h264 --disable-parser=hevc --disable-parser=vc1 --enable-libopus --enable-small --enable-libshine --enable-libfdk-aac libavutil 56. 51.100 / 56. 51.100 libavcodec 58. 91.100 / 58. 91.100 libavformat 58. 45.100 / 58. 45.100 libavdevice 58. 10.100 / 58. 10.100 libavfilter 7. 85.100 / 7. 85.100 libswscale 5. 7.100 / 5. 7.100 libswresample 3. 7.100 / 3. 7.100

ropon commented 2 years ago

Automatic encoder selection failed for output stream #0:0. Default encoder for format webp (codec webp) is probably disabled. Please choose an encoder manually. Error selecting an encoder for stream 0:0

fuji246 commented 2 years ago

谢谢, ffmepg这个要重新编译一下,加到https://github.com/lomorage/openwrt-packages,这个我最近看看。

fuji246 commented 2 years ago

ffmpeg need recompile to support h265 hevc and webp, probably not the correct way to do this on low end devices, need to think about other solutions like use iOS/Android to generate the preview and upload then...