Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

使用了flvjs的demo,替换了Stream URL地址,为什么进去以后,当前播放画面是约5s前的画面? #266

Open
hodgson-su opened this issue Jan 18, 2018 · 9 comments

Comments

@hodgson-su
Copy link

使用的直播,设置的优化延迟配置,并且禁用了缓存机制,为什么会有标题的现象。

@xqq
Copy link
Contributor

xqq commented Jan 18, 2018

服务端的 GOP Cache,从上个 IDR 开始下发

@ZhangDewei
Copy link

同求解决方案,我目前也是延迟5秒,希望可以降低到3秒以内。

@xqq
Copy link
Contributor

xqq commented Jan 18, 2018

#258

@ZhangDewei
Copy link

楼上你好 我不太明白 哪个设置 buffered.end(0) video.buffered.end(0) 这样设置就可以了嘛?

@xqq
Copy link
Contributor

xqq commented Jan 18, 2018

Google 搜索 HTMLMediaElement buffered 请

@mwb-27
Copy link

mwb-27 commented Feb 5, 2018

@xqq 你好,我自己用mse实现的播放摄像机实时流,发现currentTime永远比buffered.end()慢将近1.5秒左右,我还试过将currentTime事件设置为buffered.end()的前0.5秒,但是会触发waiting事件,然后缓存到下一帧可播放时才再次开始播放,这样就会导致画面卡顿。请问这个问题有什么好的 解决方案吗?

@xqq
Copy link
Contributor

xqq commented Feb 5, 2018

@13456247300 请不要多次提出重复的问题,谢谢合作

@mwb-27
Copy link

mwb-27 commented Feb 5, 2018

@xqq 好的,谢谢

@wangxingkang
Copy link

@dlpuzhangyue 实时计算是如何实现的 是否可以提供示例代码

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants