Victor Velásquez
Victor Velásquez
Hi @drjaydenm I have same issue I had to turn off custom errors in web.config: `` But the IIS error pages are not working for me, could you plase share...
Got it, I will try. Do you have metrics about chisel? how many clients supports a server, resource consumption, etc?
Hi, I changed my docker-compose.yml file to: ``` yaml services: mediamtx: container_name: mediamtx image: bluenviron/mediamtx:latest-ffmpeg restart: unless-stopped network_mode: "host" volumes: - $PWD/conf:/conf:ro command: /conf/mediamtx.yml ``` but hot reloading still not...
Hi, any reason to use DateTimeOffset instead of DateTime?