-
## 推理框架
以前做过一个类似的,开着游戏的情况下 RTX2060 使用 Intel OpenVINO 推理框架比 tensorRT 和 onnx 快一倍。
## 截屏
[jsmpeg-vnc](https://github.com/phoboslab/jsmpeg-vnc/blob/master/source/grabber.c), 我使用这个方法截屏速度非常快(截取屏幕中心…
-
hello @k-yle,
When I have created 1 streaming this module works fine but fps have been dropped if we have the number of streaming video > 2. Fps become more and more "drop out" when I added the nu…
-
This repo supports streaming via WebSockets
https://github.com/phoboslab/jsmpeg
It works well but it is only supporting mpeg1 video decoding.
It would be really awesome to use a more modern video d…
-
I've tried jsmpeg on 3 different computer now. One with win 7 and 2 with Win 10. I can watch but I'm not able to control anything.
Creating a shortcut and running as Administrator doesn't help eith…
-
I've added SSL support but having trouble getting it working. Does anyone have a better understanding of libwebsockets that could lend a hand in figuring out what is preventing the server from startin…
-
First of all - thanks. You do really crazy things!
Next - I would like to try to implement MPEG2 support in jsmpeg, it's all because of my data is usually MPEG2 encoded, so I'd like to ask: can you, …
-
Hi, I love this project, thank you for all your work on it.
I am using jsmpeg for a ffmpeg streaming into a WebXR environment.
Recent WebXR browser updates have broken compatibility unfortunately.
…
-
**Is your feature request related to a problem? Please describe.**
When using jsmpeg-player in a typescript project, you lose the type safety in regards to the module, and also you lose the autocompl…
-
I'm building an Electron application, which launches an Express server in the background and sends back a stream as a response.
Sample code:
```javascript
const express = require('express');
S…
-
I want to know whether it support wss or not?