-
srs以http-flv输出流,集群了几个边缘做负载均衡服务器,然后是nginx做反向代理,前端有varnish高速缓存,拉流总体没有问题,在直播过程中时不时出现装载错误,卡顿一下然后继续播放,出现报错的日志如下,遇到了Fetch stream meet Early-EOF?,期间服务器直播流没有停顿过:
1.5868649999999889
(index):126 1倍速播放!
(inde…
-
直播使用flv格式 推流端更换节目会断开重新推流 播放地址不变
这时在Chrome浏览器播放端会卡住不动 listener 也不会触发事件 这种情况应该如何捕获后进行重新加载
-
我的代码:
```
flv.js test
if (flvjs.isSupported()) {
var videoElement = document.getElementById('videoElement');
var flvPlayer = flvjs.createPlayer({
…
-
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流的帧率在实时变化,该如何调整呢?
-
linux下火狐MSE内存任然增长,edge 3个小时候好像会自动清理。请问作者,是否有接口可以调用定时清理?
-
Allowing media playback to occur outside of the main thread can have many performance benefits, especially when the the main thread is under heavy contention. MSEv2 is bringing worker support to the s…
-
## 團隊簡介/地點
Upstream Cloud AG is the leading audio and video streaming solutions provider in Switzerland. we provide solutions and products for all applications related to streaming of audio and video…
-
I open this issue to ask you a support for investigating an injestion issue from a specific client. I know that probably it isn't an actual issue on your library, but I can't figure out what is happin…
-
Hi @illuspas ,
I am trying to relay published video on youtube RTMP stream but stream ended always.
Debug all the FFmpeg parameter in "node_relay_session.js" which is fine and it's working if I …