-
Notifications
You must be signed in to change notification settings - Fork 73
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
Stuck at FLV header if playback start before publish #99
Comments
我用你描述的方式无法复现,先FLV播放,再推流,推流之后播放会自动开始。(播放器是ffplay) |
需要先开一个 application a,推流到 a, 然后 b 使用 pull 的方式回源 A。 |
能帖一下你的配置文件么? |
|
u are right..确实能复现。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果有任何客户端在推流之前开始播放的话,所有客户端都会卡在 FLV 头无法开始,RTMP 也不能播,但是 HLS 可以正常生成切片并播放。
edge 使用的是 pull 的方式回源。
还有一个小建议,匹配推流播放域名的功能最好可以选择关闭,或者允许使用一个 default 域名。有的时候很多域名的配置都一样,这样设置有些麻烦。
The text was updated successfully, but these errors were encountered: