lamposu

Results 5 comments of lamposu

any progress??

I run into this issue also, anyone can help? i have build vpxmd.dll using the instructions [here](https://github.com/sipsorcery-org/SIPSorceryMedia.Encoders/blob/master/lib/libvpx_build_steps.txt). Do i need to regen the "[vpxmd.g.cs](https://github.com/sipsorcery-org/SIPSorceryMedia.Encoders/blob/master/src/codecs/vpxmd.g.cs)"? i follow the "[Vpx.AutoGen](https://github.com/sipsorcery-org/SIPSorceryMedia.Encoders/tree/master/autogen/Vpx.AutoGen)" project but...

已解决,应该是缺少了一些本地文件,懒得去找了,重新安装wkhtmltopdf就好了: RUN apt-get update \ && apt-get install -y --no-install-recommends \ ca-certificates \ \ # .NET dependencies libc6 \ libgcc-s1 \ libicu72 \ libssl3 \ libstdc++6 \ tzdata \ zlib1g...

就是net的dockerfile官方模版在开头加上就行啦,网络下载很慢,所以我开启了build cache,第二次就飞快了。 ``` # syntax = docker/dockerfile:1.2 FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base # Install libgdiplus RUN apt-get update && apt-get install -y libgdiplus libc6-dev && ln -s /usr/lib/libgdiplus.so /usr/lib/gdiplus.dll RUN apt-get...