Pulla
Pulla
well i met that too, wondering why doesn't it get fixed after such a long duration since issue created
目前可以设置xray为上游服务器,xray给开个端口就可以,然后路由规则就按xray来,hysteria不用acl规则只做转发。但是内存占用可能会高一点。ACL感觉规则很严格,很多geosite给通过的域名都会被acl的cn规则给拦下,如果设置了cn域名为block的话就会发生各种不通。
估计得跑在linux物理机上或者云计算平台上吧 vmware上要配置gpu虚拟化,windows上用git bash运行就会出现这个问题,还会出现GPU不可用的情况
> I have an example of using ffmpeg's libplacebo filter [here](https://github.com/AN3223/dotfiles/blob/bda61d72b3dc898ba13d07038ebff289c4c74051/.config/mpv/shaders/dev/Makefile#L271), relevant snippet: > > ``` > ffmpeg -y -init_hw_device vulkan -i images/anime/mountain_adventurer.webp -vf 'crop=128:128:y=128,format=yuv420p,gblur=0.625,hwupload,libplacebo=w=128:h=128:custom_shader_path=$?,hwdownload,format=yuv420p,scale=256:256:flags=neighbor' $@ > ``` > >...
Thank you for the reply, but I am still not clear about the specific functions of hwupload and hwdownload. The information I could find only provides simple descriptions of their...
yes, you can use the new filter in ffmpeg called "libplacebo" to use glsl on video stream or just a single image. see at :`https://stackoverflow.com/questions/76792577/how-to-use-ffmpeg-to-upscale-video-resolution-with-libplacebo/76793322#76793322`
also meet that problem:  POCKETBASE_URL is localhost which should be "https://gri.domain.com" even has been configurred in env
> > I want to achieve: when traffic passes through node1 or node2, I want the Traefik on the current node to exclusively handle inbound traffic on that node, rather...
数据库初始化失败 ```compose chat: image: lobehub/lobe-chat-pglite:latest container_name: lobe-chat restart: always ```    