Results 17 comments of Viacheslav

I would like VP9 to be supported not only by GPU, but also by CPU

> Переустановил Torrserver - вообще неясно работает ли upnp\dlna Функционал UPnP реализован в github.com/anacrolix/upnp и используется в github.com/anacrolix/torrent, который в свою очередь использует torrServer, как я понимаю dlna тут непричём.

delete script from obs and `settings` folder that's right next to the script add again script to obs

run in docker, stick containers separately with gpu1,gpu2 or cpu only, open-webui can work with multiply ollama instances ``` version: '3.8' services: ollama: volumes: - type: bind source: C:\MyPrograms\ollama\data target:...

``` pip3 install torch==2.0.1+cu118 torchvision==0.15.2+cu118 torchaudio --index-url https://download.pytorch.org/whl/cu118 pip install -U xformers==0.0.20, --sd-enable-xformers ``` works for me

@tsynik https://github.com/tsynik/torrent/blob/f374a737b82f28e0ceaaef43a26a0a979e97d945/torrent.go#L1650 `t.hashPiece(piece)` выдает ошибку и отрабатывает дефер на уже разлоченый мютекс. как то не идеоматично внутри гоурутины `verifyPiece()` использовать мьютекс чтобы другая `verifyPiece()` горутина могла перехватить управление и тоже...

@tryptech i found possible problem in my case (windows, python 3.10.11) pymonctl don't return all my monitors (one of them connected to nvidia card (primary), other to motherboard integrated gpu)...

I have same issue with LLHLS Before it will be fixed, this code may help, I tested and seems it works ```js player.on("stateChanged", function(state){ if (state.prevstate == "playing" && state.newstate...

@SangwonOh Thanks for bringing attention to this issue! I've tested and there are a couple things ## **Problem 1:** When using `config{autoStart: true}`, the `loadWebRTCLoader()` function is called before `source`...

> The sources are initialized at a very early stage, so the issue cannot be reproduced under normal conditions. > If you could provide a simple unit test that reproduces...