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

请求过快引起的转码堵塞卡死的问题 #4

Open
zfkun opened this issue May 3, 2014 · 0 comments
Open

请求过快引起的转码堵塞卡死的问题 #4

zfkun opened this issue May 3, 2014 · 0 comments
Assignees

Comments

@zfkun
Copy link
Owner

zfkun commented May 3, 2014

  • 分片时间过短,AppleTV请求的频率很高
  • 分片时间过长,ffmpeg转码耗时长
  • ffmpeg 目前采用的一分片一线程(惰性初始化),资源占用很大

综上所述,这种惰性转码机制,会带来很大的问题 不能快进,否则会根据以上情况不同程度的卡死.....

找时间重构改成独立唯一线程

@zfkun zfkun self-assigned this May 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant