-
Hi there!
I was crawling through everything around the tech used in Lightspeed.
I even found https://github.com/obsproject/obs-studio/issues/3881 by @GRVYDEV
As I am somewhat a packaging frea…
-
直播使用flv格式 推流端更换节目会断开重新推流 播放地址不变
这时在Chrome浏览器播放端会卡住不动 listener 也不会触发事件 这种情况应该如何捕获后进行重新加载
-
我的代码:
```
flv.js test
if (flvjs.isSupported()) {
var videoElement = document.getElementById('videoElement');
var flvPlayer = flvjs.createPlayer({
…
-
This was previously requested in https://github.com/ArweaveTeam/gateway/issues/15 as well in the archived ArweaveTeam/gateway repo.
# Problem
The arweave.net gateway currently does not seem to s…
-
https://github.com/bilibili/flv.js/blob/8c1bed1245640deb51ec5545bc2f4e9080f01ded/src/demux/flv-demuxer.js#L386
前面加上
```js
if(!onMetaData.audiosamplerate || onMetaData.audiosampl…
-
在flv-demuxer中只是采用的定帧率的方式,(从sps或者ScriptDataObject中提取),但是如果实际获取的h264流的帧率在实时变化,该如何调整呢?
-
## WIP
Имеются следующие сценарии:
> Video-call (видеозвонок) - 1 1. Latency < 1s.
> Conference (конференция) - n n. Latency < 1s.
> Broadcasting (трансляция) - 1 -> n. Latency < 10s.
Нео…
-
When using browser machinery such as `getDisplayMedia` and `MediaRecorder` to record a screen, tab, etc, it is not possible to produce MP4 files, only WebM.
MP4 is still the container format that is …
-
linux下火狐MSE内存任然增长,edge 3个小时候好像会自动清理。请问作者,是否有接口可以调用定时清理?
-
The way the ffmpeg command is currently setup, it’s transcoding the video due to the vcodec/vf params:
```js
let ffmpegCommand = this.ffmpegSource + ' -threads 0 -vcodec '+vcodec+' -an -pix_fmt yu…