-
fnoop updated
4 years ago
-
Hi, I'm trying to use this plugin in Vue.js app built with Vite. I'm getting the following error:
```
TypeError: Cannot read properties of undefined (reading 'OGVCompat')
```
By any chance, do…
-
**Behavior of the program**
Double resolution selection, when picking one of the two, the page will crash
**Expected behavior**
One resolution to pick from, no crash
**To Reproduce**
Please a…
-
```
ERROR *** Received structured exception #0xc0000005: access violation; stack: 7ff9ed0e301f 7ff788f594eb 7ff788f595b3 7ff788f4d1ec 7ff788f4d197 7ff7887c832e 7ff7887c863f 7ff7876b1706 7ff7876b14e…
-
The html5 player in `video.js` is currently used for video playback. However, to support older browsers like Safari for playing webm videos, we need to set up `Ogv.js` as a fallback.
However, there…
-
# 概要
Amazon IVS の配信を表示する。
Video.js の IVS プラグインを使う必要がある。
Vue になっちゃうが、手順は [これ](https://aws.amazon.com/jp/builders-flash/202107/amplify-ivs-streaming-website) とほぼ同等でできそう。
Real-time ではなく Low-latency …
-
### Actual Behavior / Situation
The new version of Yarn, v2, packs dependencies in `.zip` files instead of keeping them in `node_modules`. `sass-loader` uses `node-sass` which is a native binary an…
-
# 一、配置类
## 1.1、创建一个浏览器对象
```javascript
const browser = await puppeteer.launch({
slowMo:500, // 输入延迟时间
headless: false,
devtools: false,
defaultViewport: null,
args: ['--win…
-
[周报](https://github.com/KieSun/Dream/issues/22)
[新的记录地址](https://github.com/KieSun/today-i-learned/issues/3)
-
### 记录下
- 用js 获取url参数
``` javascript
function getQueryString(name)
{
var reg = new RegExp("(^|&)"+ name +"=([^&]*)(&|$)");
// window.location.search 方法是截取当前url中“?”后面的字符串
var r = windo…